Skip to content

thegu5/GistScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GistScript

Sometimes, malware developers hide their webhooks in GitHub Gists, allowing the victims of the malware to still get their session ID's stolen even if the original webhook is long gone. This script automates the process of checking the GitHub gists 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%