JRAT – Windows RAT written in Java

superior_hosting_service

console

Windows RAT written in Java for learning purposes


Set of fake Java applications with hidden backdoors made to learn about socket programming and backdoors.

Each application triggers a reverse shell when executed, opening a PowerShell session. It also allows transfering files in both directions and taking screenshots (use help command for more info).

None of the applications is blocked by WindowsDefender

Applications

  • RAW: Just the backdoor, without any masking application
  • CSGOHacks: Fake application to gain cheats for the game “Counter Strike: Global Offensive”
  • KeyGen: Fake key generator for some programs from the Adobe Suite
  • YoutubeMP3: Fake YouTube to mp3 converter
csgo
keyGen
youtubeMP3

Usage

  • The attacker must run the Attacker project launched from launcher/main.java. It will create a server listening by default on port 5123 (this can be easily changed in main.java).
  • The application for the victim must be configured by specifying the attacker’s IP and port. Then, it must be packed into a .jar file. I recommend using any application to convert the .jar to .exe such as Launch4j, although the vicitm still needs to have Java installed. When the victim executes the application, it will connect to the attacker’s machine and will open the PowerShell session.

Disclaimer

This tool was written for learning purposes. Its usage against infrastructures without the consent of the owner can be considered as an illegal activity. Authors assume no liability and are not responsible for any misuse or damage caused by this program.