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
- Host: GitHub
- URL: https://github.com/mach1el/pyddos
- Owner: mach1el
- Created: 2016-02-14T05:06:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T00:50:00.000Z (10 months ago)
- Last Synced: 2025-04-04T01:07:29.580Z (3 months ago)
- Topics: ddos-attacks, ddos-script, pyddos, python, python-ddos, python-networking, python-script
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 439
- Watchers: 13
- Forks: 278
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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.0usage: 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 exitoptions:
-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 ipExample:
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