Skip to content
/ Thanos Public

Thanos is a Http Flooder that will send a bunch of http-get request to a web server

License

Notifications You must be signed in to change notification settings

loTus04/Thanos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Thanos 👋

Version Documentation Maintenance License: MIT

Thanos is a Http Flooder that will send a bunch of http-get request to a web server

✨ Demo

Prerequisites

  • pip3
  • python3

Install

pip3 install -r requirements.txt

COMMAND

python Thanos.py [url] [thread] [proxies]

url = https://website.com/bigfile.txt
thread = 1 - 1000
proxies = no/yes/scrap
scrap = scrap proxies and use them

USAGE

This Dos Tool will send a bunch of http-get request to a web server
Usage:
    Use the inspect element (Crt + Shift + i) on the website and find the heaviest file. It can have any extension (.txt, .png, .exe ...)
    Use only http-type proxies without authorization
    Do not put too much thread, because your wifi will also lag
    If your using proxies, make shure to put them in http_proxies.txt in ./proxies

EXAMPLES

root@root> python Thanos.py https://www.google.com/images/nav_logo299.webp 500 no
--> This will send requests to google.com and won't use proxies

root@root> python Thanos.py https://www.google.com/images/nav_logo299.webp 500 scrap
--> This will send requests to google.com and scrapt for http proxies online and use them

Author

👤 loTus01

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 loTus01.
This project is MIT licensed.


About

Thanos is a Http Flooder that will send a bunch of http-get request to a web server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages