All Projects → Leeon123 → Python3-Botnet

Leeon123 / Python3-Botnet

Licence: GPL-3.0 license
Project moved to -> https://github.com/Leeon123/Aoyama

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python3-Botnet

Aoyama
A New version of Python3 botnet, old version: http://github.com/Leeon123/Python3-botnet
Stars: ✭ 161 (+570.83%)
Mutual labels:  ddos, botnet, botnet-tools
4K-Botnet
A simple and easy to use JS Botnet
Stars: ✭ 73 (+204.17%)
Mutual labels:  ddos, botnet
Python-Botnet
This is a simple DDoS python botnet script with remote monitoring & management for education purposes.
Stars: ✭ 119 (+395.83%)
Mutual labels:  ddos, botnet
ZBOT-Botnet
IRC based botnet developed in C
Stars: ✭ 25 (+4.17%)
Mutual labels:  ddos, botnet
Raven-Storm
Raven-Storm is a powerful DDoS toolkit for penetration tests, including attacks for several protocols written in python. Takedown many connections using several exotic and classic protocols.
Stars: ✭ 235 (+879.17%)
Mutual labels:  ddos, botnet
Ddos Rootsec
DDOS Archive by RootSec (Scanners, BotNets (Mirai and QBot Premium & Normal and more), Exploits, Methods, Sniffers)
Stars: ✭ 108 (+350%)
Mutual labels:  ddos, botnet
Ufonet
UFONet - Denial of Service Toolkit
Stars: ✭ 963 (+3912.5%)
Mutual labels:  ddos, botnet
Pyflooder
A http flood python script that could stop a normal website in 10s
Stars: ✭ 174 (+625%)
Mutual labels:  ddos, python-script
biometric-attendance-sync-tool
A simple tool for syncing Biometric Attendance data with your ERPNext server
Stars: ✭ 95 (+295.83%)
Mutual labels:  python-script
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+19470.83%)
Mutual labels:  python-script
blockchain c2c
A Proof of Concept to show how blockchain can solve C2C persistence. PoC originally presented at EuskalHack Security Congress 2017, updated and improved for Cybercamp 2017.
Stars: ✭ 21 (-12.5%)
Mutual labels:  botnet
DDoS-Script
A script written in perl for ddos ​​with automatic detection of open and vulnerable port that gives up to 1.5 gb packages / s
Stars: ✭ 30 (+25%)
Mutual labels:  ddos
ddos-mitigation
Tips to mitigate and secure your large-scale server against DDoS attacks.
Stars: ✭ 58 (+141.67%)
Mutual labels:  ddos
botnet
A tcp botnet written in golang
Stars: ✭ 77 (+220.83%)
Mutual labels:  botnet
python-data-visualization
Curated Python Notebooks for Data Visualization
Stars: ✭ 22 (-8.33%)
Mutual labels:  python-script
dice-simulator
A Python simple Dice Simulator just for fun
Stars: ✭ 17 (-29.17%)
Mutual labels:  python-script
gosynflood
Demonstrates a synflood DDOS attack with raw sockets (for Ubuntu and Debian-like distros)
Stars: ✭ 88 (+266.67%)
Mutual labels:  ddos
Anti-DDOS-Script
Anti DDOS Protection that will stop DDOS from taking down your Linux Server
Stars: ✭ 51 (+112.5%)
Mutual labels:  ddos
ps-date-countdown
A python script for Homeassistant that counts down the days to birthdays, anniversaries etc
Stars: ✭ 21 (-12.5%)
Mutual labels:  python-script
OrganizeMediaFiles
a collection of Python scripts that help you organize media files into a directory tree "year/month" based on metadata , using exiftool
Stars: ✭ 24 (+0%)
Mutual labels:  python-script

Python3-Botnet

Project moved to here

Use Python3 to build a botnet (include bot and c&c)

Xor encode traffic

Qbot style Login.

Build up a easy P2P botnet with python3.

Youtube Video: https://youtu.be/3_JnAXVtFNs (outdated)

I will upload xor version and new tut video as fast as i can :)

C&C Features

Using login.txt to check account.

TCP Keep-Alive Connection

Simple CNC with Xor encode traffic

Bot Features

Xor encode traffic

Three attack mode

  • Http-flood
  • TCP Connection FLood
  • UDP Flood

Keep-Alive connection

Requirement

Only need python3 :)

Usage:

Edit the cnc server ip and port into the bot.py at first.

Then, edit the password of cnc.py and run the cnc.py:

python3 cnc.py <port>

At Last, run the bot.py in any python3 environment(IDE, codeanywhere,etc.) then the Bot is online.

To login cnc, using putty raw-mode or telnet(in linux) to connect it then

input worlds "Login" will show the login parameters

    Username:

At this moment, u should create a text called login.txt and input the username and password in it

Like this:

    Leeon123 test

After that, Just input ur username and password.

        Username:Leeon123
        Password:test

Welcome to Python3 C&C Server.

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