Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.41 KB

File metadata and controls

32 lines (25 loc) · 1.41 KB
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▀█ ▄▄▀█ ▄▄▀██▄██ ▄▄▀█ ███▄██▄ ▄
█ ▄▄▀█ ▀▀▄█ ▀▀ ██ ▄█ ██ █ ███ ▄██ █
█▄▄▄▄█▄█▄▄█▄██▄█▄▄▄█▄██▄█▄▄█▄▄▄██▄█

Burpsuite

img

When i tried to search some texts in the searchbar, it would record the activities into the burpsuite. Well, i was so attracted because of that.

img

Then i sent it to the repeater and i saw something cool that looks like deserialization using json formatted. And then, i modified it a little bit weird and had been testing it as well. Well, I was so curious to make an automated script for this at that time. Because i have to pass my exam :)

GIF

asciicast

Installation

~$ apt-get install python-pip3 # Debian
~$ sudo pacman -S python-pip # Arch
~$ git clone https://github.com/sharpicx/brainlit.git
~$ cd brainlit
~/brainlit$ python -m pip install -r requirements.txt
~/brainlit$ python brainlit.py -h

Credits