Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 733 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 733 Bytes

GistScript

Code style: black
Sometimes, malware developers hide their webhooks in various pastebin services, allowing the victims of the malware to still get their session IDs stolen even if the original webhook is long gone. This script automates the process of checking the pastebins and deleting any webhooks found

How to contribute

If you want to add a new gist, add it to the bottom of gists.txt, and file a pull request.

Running locally

Running locally is simple!

python -m venv .venv 
source .venv/bin/activate
pip install -r requirements.txt
python main.py

Update with git pull