0x Team C2 adalah alat Remote Access Trojan (RAT) yang dapat dikontrol melalui website lokal.
- Backend listener dibuat dengan Golang
- Payload (client) dibuat dengan C++
- Sistem kontrol dijalankan langsung dari browser (
localhost:8080
)
Uniknya, kontrol RAT ini dilakukan sepenuhnya melalui tampilan website, bukan GUI native.
Remote Access Trojan (RAT) yang dikontrol melalui Website berbasis Golang (Server) dan C++ (Payload) Memberikan kendali jarak jauh terhadap komputer target melalui sistem C2 (Command & Control) berbasis web.
- 🔐 Sistem login sebelum akses panel
- 🎵 Pemutar musik saat korban terhubung
- 🖥️ Remote Desktop Viewer
- 💻 Remote CMD / Shell Execution
- 📂 File Manager
- 🧠 Process Manager
- 🔁 Persistence (auto startup)
- 🧩 Modul-modul tambahan
-
Download tools yang dibutuhkan:
go run server.go
Akan muncul output:
TCP start at 9000
HTTP start at 8080
Buka di browser:
http://localhost:8080
Login dengan default id: razer
(bisa diubah di source).
- Buka folder
GoAheadClient
- Jalankan file
.sln
menggunakan Visual Studio - Tekan
CTRL + SHIFT + B
untuk Build Payload - Hasil compile siap disebar ke target
This tool is intended for educational purposes only.
Author is not responsible for any misuse of this project.
Use at your own risk.
🌐 sosial media :
📂 Repository:
MIT License — Free to use with proper credit.