Download Maxmind GeoIP2 Database from here ;
https://dev.maxmind.com/geoip/geoip2/geolite2/
pip3 install -r requirements.txt
git clone https://github.com/Einic/winrat.git
cd winrat
python3 main.py
cd winrat
python3 generate.py
Open settings.ini. And change host, port.
- sendfile - Send File.
- bsendfile - Send Binary file.
- kill - Kill the connection.
- info - View System Information (OS, RAM, Location Information, Username/Hostname, Location of Agent)
- msgbox - Send Messagebox.
- exec - Execute a Command on Remote Machine.
- exec-file - Execute a file on the Remote Machine.
- wanip - View Wan ip of remote machine.
- hostname - View Remote PC Hostname.
- username - View Remote PC username.
- monitoroff - Turn of Monitor.
- monitoron - Turn on Monitor.
- cdopen - Eject CD Rom.
- cdclose - Close CD Rom.
- playaudio - Play Audio.
- keydump - Dump keylog buffer.
This app is compatible with Termux. Run it the same way you run it in Terminal.
- Fix sending file to single client.
- Fix multiple clients information saving.
- Add keylogging.
- Fix that
args[3]
does not get sent. - Fix Broken connection problems.