Code Monkey home page Code Monkey logo

botnet-c2's Introduction

What is Botnet C2 ?

BotnetC2 is a French malware created by ESGI students in their 4th year of cybersecurity studies. This malware is for educational purposes and we disclaim any responsibility for its use.

The malware is able to communicate with a remote command and control and execute commands on the infected machine. Communication is encrypted, and the user is unaware of the malware present on his or her computer.

More information in the malware features.

Installation and requierements

You'll need :

OpenSSL Windows

  • OpenSSL for Windows (<= 3.0.0)
https://slproweb.com/products/Win32OpenSSL.html

If everything is installed correctly, you should be able to

openssl version -a

OpenSSL Linux

  • OpenSSL for Linux (<= 3.0.0)
sudo apt-get install openssl
sudo apt-get install libssl-dev

If everything is installed correctly, you should be able to

openssl version -a
  • C compiler

Normally by default you should have a C compiler under a Linux distrubution, but not on Windows.

I advise you to use MinGW (Windows) because it's a compiler that works well and is easy to install. However, I won't give you a tutorial on how to install one.

Usage/Examples

To compile the malware (Windows)

gcc autorun.c ddostcp.c ddosudp.c delfile.c delprefetch.c forkbomb.c ftexec.c sysinfo.c image.c shutdownfunc.c restart.c song.c lock.c logoff.c randomize.c main.c -o malware.exe test.c sysinfoall.c msgbox.c -I"C:\Program Files\OpenSSL\include" -L"C:\Program Files\OpenSSL\lib" -lssl -lcrypto -lwsock32 -lws2_32

To compile the test server command line (Linux)

gcc server.c -o servercc.bin -lcrypto -lssl

Run it

To start the server, simply open the terminal and enter

./servercc.bin

On Windows, simply click on the malware icon.

Features

  • Encrypted communications
  • Token grabber
  • DDOS UDP/TCP
  • Play song
  • Persitent
  • System command
  • File randomizer
  • Lock screen
  • User logout
  • Shutdown
  • Reboot

Upcoming features

  • Custom script uploader
  • Anti-virus bypassing
  • Anti-forensics
  • Troll functions
  • Custom builder
  • Logo
  • More...

Authors

Badges

MIT License GPLv3 License AGPL License

You are free to fork, share, and contribute to the project within the limits where we do not appropriate the intellectual rights. Please be respectful.

botnet-c2's People

Contributors

fastiraz avatar oxydev2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.