All Projects → Leeon123 → Aoyama

Leeon123 / Aoyama

Licence: GPL-2.0 license
A New version of Python3 botnet, old version: http://github.com/Leeon123/Python3-botnet

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Aoyama

awesome-ddos-tools
Collection of several DDos tools.
Stars: ✭ 75 (-53.42%)
Mutual labels:  ddos, ddos-attacks, ddos-tool, ddos-attack
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 (+45.96%)
Mutual labels:  ddos, botnet, ddos-attacks, ddos-tool
overload
📡 Overload DoS Tool (Layer 7)
Stars: ✭ 167 (+3.73%)
Mutual labels:  ddos, ddos-attacks, ddos-tool, ddos-attack
Pummel
Socks5 Proxy HTTP/HTTPS-Flooding (cc) attack
Stars: ✭ 53 (-67.08%)
Mutual labels:  ddos, ddos-attacks, ddos-tool
Python3-Botnet
Project moved to -> https://github.com/Leeon123/Aoyama
Stars: ✭ 24 (-85.09%)
Mutual labels:  ddos, botnet, botnet-tools
ZBOT-Botnet
IRC based botnet developed in C
Stars: ✭ 25 (-84.47%)
Mutual labels:  ddos, botnet, ddos-tool
dheater
D(HE)ater is a proof of concept implementation of the D(HE)at attack (CVE-2002-20001) through which denial-of-service can be performed by enforcing the Diffie-Hellman key exchange.
Stars: ✭ 142 (-11.8%)
Mutual labels:  ddos, ddos-tool, ddos-attack
DDOS Detection
ddos attack detector using ML Algorithms
Stars: ✭ 38 (-76.4%)
Mutual labels:  ddos, ddos-attacks
epiphany
A pre-DDoS security assessment tool
Stars: ✭ 106 (-34.16%)
Mutual labels:  ddos, ddos-tool
4K-Botnet
A simple and easy to use JS Botnet
Stars: ✭ 73 (-54.66%)
Mutual labels:  ddos, botnet
ddos-mitigation
Tips to mitigate and secure your large-scale server against DDoS attacks.
Stars: ✭ 58 (-63.98%)
Mutual labels:  ddos, ddos-attacks
Python-Botnet
This is a simple DDoS python botnet script with remote monitoring & management for education purposes.
Stars: ✭ 119 (-26.09%)
Mutual labels:  ddos, botnet
ddos
Simple dos attack utility
Stars: ✭ 36 (-77.64%)
Mutual labels:  ddos, ddos-attacks
HULK-v3
Asynchronous HTTP Botnet for Distributed Denial of Service (DDoS)
Stars: ✭ 152 (-5.59%)
Mutual labels:  ddos, ddos-attack
Rat Hodin V2.9
Remote Administration Tool for Linux
Stars: ✭ 97 (-39.75%)
Mutual labels:  ddos, trojan
Ufonet
UFONet - Denial of Service Toolkit
Stars: ✭ 963 (+498.14%)
Mutual labels:  ddos, botnet
Ddos Rootsec
DDOS Archive by RootSec (Scanners, BotNets (Mirai and QBot Premium & Normal and more), Exploits, Methods, Sniffers)
Stars: ✭ 108 (-32.92%)
Mutual labels:  ddos, botnet
Brutus
A Python-powered exploitation framework and botnet.
Stars: ✭ 17 (-89.44%)
Mutual labels:  botnet, trojan
websploit
Websploit is an advanced MITM framework.
Stars: ✭ 105 (-34.78%)
Mutual labels:  ddos, ddos-attacks
anti-ddos-lite
Anti-DDoS-Lite (Anti-Crawler app) is a small PHP app to protect your site against DDoS attack.
Stars: ✭ 96 (-40.37%)
Mutual labels:  ddos, ddos-attacks

Aoyama

Aoyama is a New version of Python3 botnet, old version: http://github.com/Leeon123/Python3-botnet

Aoyama is for ddos(Maybe add more function later, such as...keylogger?)

PLS Don't scan the executable file generated from pyinstaller or py2exe on any virus scanner(such as VirusTotal), if you want to keep using this project(i will continue update the code) and not be detected

Plese run the cnc.py in linux, run in windows will have bug when login to cnc(idk why but i will try to fix it)

Fixed

Test video(OLD): https://www.youtube.com/watch?v=W4YR-cf3xD0

Virustotal (Old)

News&Features

BOT(V2):

  • Added Port Scanner
  • Improved Code
  • Added Slowloris attack
  • Improved attack process
  • Auto enable ssl when attack
  • Encrypted traffic(xor)
  • Deamon(only linux)(PS: You can use pyinstaller option '--noconsole' on windows)
  • Hide itself(linux: Deamon + delete itself | windows: Hide sys.argv[0])
  • Added single instance mode
  • Startup delay 30~90(random) seconds to bypass some sandbox scanning

CNC(V2):

  • Decrease delay of send command
  • Support Telnet Login
  • Encrypted traffic(xor)
  • Coloured CNC
  • Using login.txt to check account.(Need improve, sometime may have bugs)
  • Keep-alive connection
  • Using telnet to connect
  • Using 'ping/pong' to check bot connection status(use 'scan' to check it by yourself or it checks every 15 seconds.)

Opinion:

In my opinion, best way is using python v3.4.3 and pyinstaller v3.2. They are the best pattern i tested and used.

Usage:

Change the cnc server ip and port into the client.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.) or u can use pyinstaller to help u

then the Bot is online.

To login cnc, using telnet(Updated after v2) connect it then

It should be show like this:

    Username:

At this moment, u should create a file 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

Credits:

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