Now Pattaya RAT is already release in Development version you can download using this link // password is: welcometopattaya
- Real-time connection because Pattaya RAT using socket.io for tramsmitting message
- Multiple team player. Pattaya RAT server support multiple user
- Command permission. This feature useful when provide Pattaya RAT as Trojan-As-A-Service
- Multiple DB support. Currently Pattaya RAT support 2 databases, SQLite and MongoDB but if you need to migrate to another DB, just modify the Prisma schema
- Zero log. If you being arrested, no information leak
- Cross platform. Pattaya server using Javascript. It supprot all OS
- Qt UI based Cross platform GUI, Say no to HTML
- Multiple themes
- Old-School RAT style if you miss DarkComet
- C# can using Donut to convert it to shellcode and do what you want
- Builder support
+------------------+--------------------------------------------------+ | Command | Description | +------------------+--------------------------------------------------+ | help | Get Pattaya help terminal | +------------------+--------------------------------------------------+ | pingbot | Handshake with current bot | +------------------+--------------------------------------------------+ | killbot | Shutdown/Kill current bot | +------------------+--------------------------------------------------+ | cd | Change bot directory | +------------------+--------------------------------------------------+ | mkdir | Create directory | +------------------+--------------------------------------------------+ | rmdir | Delete directory | +------------------+--------------------------------------------------+ | ls | List directory | +------------------+--------------------------------------------------+ | cat | View file content | +------------------+--------------------------------------------------+ | rm | Delete file | +------------------+--------------------------------------------------+ | pwd | Print current working directory | +------------------+--------------------------------------------------+ | ps | List all processes | +------------------+--------------------------------------------------+ | whoami | Get current username | +------------------+--------------------------------------------------+ | shell | Execute shell command | +------------------+--------------------------------------------------+ | upload | Upload file to bot (limit file size to 10MB) | +------------------+--------------------------------------------------+ | download | Download file from bot (limit file size to 10MB) | +------------------+--------------------------------------------------+ | url-download | Drop file from url to bot | +------------------+--------------------------------------------------+ | execute-assembly | Execute .Net assembly | +------------------+--------------------------------------------------+ | screenshot | Capture bot screen | +------------------+--------------------------------------------------+ | openloots | Open bot loots collection | +------------------+--------------------------------------------------+ | clear | Clear terminal | +------------------+--------------------------------------------------+