Skip to content

GhostFlagged/MineRAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MineRAT

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.


MineRAT PoC


⚙️ Key Features

  • ⚒️ Uses Fabric CLI for clean mod generation
  • 🐚 Embeds PowerShell-based reverse shell payloads
  • 🧱 Auto-generates complete Fabric mod structure

🛑 Disclaimer

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.

✅ Requirements

  • Go 1.20+
  • Java JDK 17+
  • Fabric CLI (installed automatically if missing)

🚀 Usage

go run main.go -name iris -path build/IrisMod -modid isirs -packageName com.isris.irsis -version 1.21.4 -ip 127.0.0.1

About

MineRAT is a proof‑of‑concept framework that abuses Minecraft Fabric mods as a payload delivery vector. It demonstrates how mod loading can be leveraged for arbitrary code execution in supply‑chain research.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages