项目作者: lilmond

项目描述 :
SuDOS is a proxy-based HTTP flooder used to crash unprotected websites from DoS attacks.
高级语言: Python
项目地址: git://github.com/lilmond/sudos.git
创建时间: 2021-06-25T06:52:04Z
项目社区:https://github.com/lilmond/sudos

开源协议:MIT License

下载


sudos

Layer 7 DDoS tool that supports sophisticated attack methods.

Too rich? Send all your Bitcoins here (Donation): 17nXfqRRiSGDpx1XEh3veHA6gyCLAktFk9

Discord for hackers: https://discord.com/invite/Bnf3e8pkyj

Discord for pedo hunters: https://discord.com/invite/k4xVEpA7yM

Follow me for more free hacking tools :3

Cool proxy servers provider: https://openproxy.space/premium

Introducing sudos 2.7.0

Too long have passed since the last update, so I decided to upgrade this tool to a new level. New attack methods and features have been added, even more will be added later. I will be documenting about it all later. Thank you for your support!

Little fun fact: The example shown below uses http-get-rapid attack method. This method can hit up to 1K HR/s with only 20 socket connections when used correctly.
image

Supports attacks via Tor. This is just an example and not actually “real”. Do not take this seriously. This tool isn’t powerful enough to get you behind bars, still don’t use it for malicious purposes as I will not take accountability for your actions.
image

Installation

Linux

  1. git clone https://github.com/lilmond/sudos
  2. cd sudos
  3. python3 -m venv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt

Help

  1. __
  2. | \
  3. _______ __ __ ____| $$ ______ _______
  4. / \| \ | \ / $$ / \ / \
  5. | $$$$$$$| $$ | $$| $$$$$$$| $$$$$$\| $$$$$$$
  6. \$$ \ | $$ | $$| $$ | $$| $$ | $$ \$$ \
  7. _\$$$$$$\| $$__/ $$| $$__| $$| $$__/ $$ _\$$$$$$\
  8. | $$ \$$ $$ \$$ $$ \$$ $$| $$
  9. \$$$$$$$ \$$$$$$ \$$$$$$$ \$$$$$$ \$$$$$$$
  10. Source: https://github.com/lilmond/sudos V:2.7.0
  11. Try out the other attack methods, list:
  12. ["http-get", "http-get-rapid", "http-post",
  13. "http-post-slow", "http-post-custom",
  14. "ssl-flood", "websocket-flood"]
  15. usage: sudos.py [-h] [-t THREADS] [-m ATTACK METHOD] [-d DELAY] [-c TIMEOUT] [-l FILE]
  16. [-H HEADERS] [-q] [--duration DURATION] [--payload PAYLOAD] [--test] [--tor]
  17. URL
  18. Layer-7 Python DDoS Tool.
  19. positional arguments:
  20. URL Target's full URL.
  21. options:
  22. -h, --help show this help message and exit
  23. -t THREADS, --threads THREADS
  24. Attack threads. The more, the stronger. Default: 20
  25. -m ATTACK METHOD, --method ATTACK METHOD
  26. -d DELAY, --delay DELAY
  27. Sleep time between HTTP requests. Tip: setting this to 0 with http-get-
  28. rapid method may cause critical damage to the target, even with only 20
  29. threads. Though may cause the statistics to be innacurate, so set only to
  30. at least 0.1.
  31. -c TIMEOUT, --timeout TIMEOUT
  32. Socket connection timeout. Default: 10
  33. -l FILE, --proxy-list FILE
  34. Use a custom proxy list. You can use Proxal to get a good proxy list.
  35. -H HEADERS, --headers HEADERS
  36. Add an HTTP header. Example: -H/--header "Authorization:
  37. someauthorizationheadervalue"
  38. -q, --quiet Supress error messages.
  39. --duration DURATION Set how long the attack will be running for. This is by default is set to
  40. None and will keep running forever until stopped manually.
  41. --payload PAYLOAD This is required to define HTTP-POST-CUSTOM payload.
  42. --test Use this for testing and viewing the web server's response to the attack's
  43. request.
  44. --tor Use Tor proxies for the attack.