Skip to content
Speedrun edited this page Aug 3, 2025 · 1 revision

0x Team C2 - Web-Based Golang RAT


Top Language License Made with Golang Client C++
RAT Type Web Control Panel Platform Windows HTML5 UI



πŸ“– Penjelasan

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.


🎯 Tujuan

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.


πŸš€ Fitur Utama

  • πŸ” 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

πŸ› οΈ Instalasi

  1. Download tools yang dibutuhkan:


βš™οΈ Cara Menjalankan

πŸ’‘ Jalankan Listener Golang

go run server.go

Akan muncul output:

TCP start at 9000
HTTP start at 8080

🌐 Akses Panel Web

Buka di browser:

http://localhost:8080

Login dengan default id: razer (bisa diubah di source).

πŸ’£ Compile Client (Payload)

  1. Buka folder GoAheadClient
  2. Jalankan file .sln menggunakan Visual Studio
  3. Tekan CTRL + SHIFT + B untuk Build Payload
  4. Hasil compile siap disebar ke target

πŸ§ͺ Screenshot



❗ Legal Disclaimer

This tool is intended for educational purposes only.
Author is not responsible for any misuse of this project.
Use at your own risk.


πŸ™‹ Kontak Developer

🌐 sosial media :
πŸ“‚ Repository:


πŸ“„ License

MIT License β€” Free to use with proper credit.