Skip to content

NecoArcCoder/ThisBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☢️ThisBot Project☢️

A lightweight Go-based HTTP botnet framework built for educational purposes , Go language learning , and security research .

📌 Features

  1. Remote Download Execute: It could execute a local executable or download from remote host and execute
  2. Evasion: anti-vm, anti-sandbox and anti-debugger features
  3. Operation logs: It could record all opeartions or export
  4. Task logs: Check task status and manage it or export
  5. Friendly builder
  6. Install function
  7. Auto-startup
  8. Support HTTP/HTTPS mode, allow generate CA certificate and self-sign
  9. Allow generate C2 which could working on Linux/Windows

⛏️ How to use it

  • Install Mysql server Mysql Community Version and start. (currently, server only support working on windows)
  • Execute sql file in Mysql client(Even in cmd is enough)
use Your_Database_Name;
source "X:/YouPath/thisbot.sql";
  • Open cmd.exe, type following command to generate basic configure and configure yours
ThisBotC2.exe --init-config
  • Initialize commands to mysql
ThisBotC2.exe --init-commands
  • Run ThisBotC2.exe in cmd/powershell, then use "help" command first

🔭 How to compile it

  • Install go environment(Best is Go 1.25.4)
  • Run build.ps1 which located in client and server folder.
# release or debug are all okay
build.ps1 [release/debug] [win/linux]

⚠️ Disclaimer / Terms of Use

This software is provided strictly for educational and legitimate security research purposes only.
It must not be used for:

  • Unauthorized access
  • Intrusion, exploitation, or disruption of systems
  • Any illegal or unethical activity The user assumes full responsibility for compliance with all applicable laws.
    The author(s) are not liable for any misuse, damages, or legal consequences. If you do not accept these terms, do not use this software.
    ⚠️ Legal Notice: This project is strictly for authorized testing, education, and research.
    Misuse of this software may violate laws. Read the disclaimer below before using.

⭐ Support

If you find this useful, feel free to star the repository once you publish it.

💬 Contact

For questions or contributions, feel free to open an Issue or Pull Request. My Telegram: @Zymikek

About

HTTP[S] Botnet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published