Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danihek/anti-rat-github
Some scripts to generate and sent random stuff to popular data gathering server
https://github.com/danihek/anti-rat-github
aware be care cheats fellas github rat take
Last synced: 27 days ago
JSON representation
Some scripts to generate and sent random stuff to popular data gathering server
- Host: GitHub
- URL: https://github.com/danihek/anti-rat-github
- Owner: danihek
- License: mit
- Created: 2024-09-21T17:52:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T00:27:57.000Z (2 months ago)
- Last Synced: 2024-10-28T04:24:19.520Z (2 months ago)
- Topics: aware, be, care, cheats, fellas, github, rat, take
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://youtu.be/X1YiQpikL9Q?si=63PMrosf14T2nNwg)
- The one I'm talking about is 1312services.ru![git_ss1](https://raw.githubusercontent.com/danihek/anti-rat-github/refs/heads/main/.assests/git_ss1.png)
![git_ss2](https://raw.githubusercontent.com/danihek/anti-rat-github/refs/heads/main/.assests/git_ss2.png)## 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).