Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.51 KB

Anti rat punisher

Why?

  • because recently I've seen a lot of sus github accounts with these kind of tricks in repos to say at least.
  • If you are interested I talked about it here: youtube

git_ss1 git_ss2

What does script do?

If you provide domain it will send to them random crap, generated by python scripts. I don't know if it works but it should be safe because script uses new tor connection every cycle in loop.

I found that these 'rats' I don't know how to call them are very simmilar, so if you wanna expose someone just decrypt it using fernet and base64.

How to run

Download repo and python requirements. Tor is optional but recommended.

git clone https://github.com/danihek/anti-rat-github
cd anti-rat-github

Run ./unrat.sh -d https://example.donotexist

Available options

Usage: unrat [OPTIONS]

Options:

  • h Show this help message.
  • n Do not use Tor, ip is exposed.
  • l Only log, python scripts are silent.

Options with arg:

  • u Set the user ID (default: 17).
  • c Set the number of cycles (default: 1).
  • s Set the content size (default: 100).
  • p Set the Tor port (default: 9053).
  • d Set the domain (default: https://example.donotexist).