An open API service indexing awesome lists of open source software.

https://github.com/mach1el/pyddos

DDOS python script
https://github.com/mach1el/pyddos

ddos-attacks ddos-script pyddos python python-ddos python-networking python-script

Last synced: 2 months ago
JSON representation

DDOS python script

Awesome Lists containing this project

README

        

# pyddos.py

* This is my new update
* This script have 3 type of ddos attacks : SYNFLOOD | REQUEST | Pyslow
* Script has pyslow attack type which is similar to slowloris attack

# Note
* I wrote this script for educational not for destructive purposes and illegal actions, so I won't be responsible for that

# Requires module
* termcolor
* colorama

# Usage

_ \ __ \ __ \ ___| _) |
| | | | | | | | _ \ __| \___ \ __| __| | __ \ __|
___/ | | | | | | ( |\__ \ | ( | | | | |
_| \__, |____/ ____/ \___/ ____/ _____/ \___|_| _| .__/ \__|
____/ _|

DDos python script | Script used for testing ddos | Ddos attack
Author: ___T7hM1___
Github: http://github.com/t7hm1/pyddos
Version:3.0

usage: python3 pyddos.py -d [target] -p [port] -T [number threads]

optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit

options:

-d Specify your target such an ip or domain name
-t Set timeout for socket
-T Set threads number for connection (default = 1000)
-p Specify port target (default = 80) |Only required with pyslow attack|
-s Set sleep time for reconnection
-i Specify spoofed ip unless use fake ip
-Request Enable request target
-Synflood Enable synflood attack
-Pyslow Enable pyslow attack
--fakeip Option to create fake ip if not specify spoofed ip

Example:
python3 pyddos.py -d www.example.com -p 80 -T 2000 -Pyslow
python3 pyddos.py -d www.domain.com -s 100 -Request
python3 pyddos.py -d www.google.com -Synflood -T 5000 -t 10.0