⚠️ Important Disclaimer
This project is provided strictly for educational, research, and authorized network‑testing purposes only.
Do NOT use this tool on servers you do not own or have explicit permission to test.
This repository contains a Python script originally created by DotX_47 that demonstrates:
- How proxies can be fetched from remote sources
- How multithreaded HTTP requests work
- How Python's
requestslibrary behaves with sessions and headers
The script is intended for learning purposes only and must not be used for unlawful activity.
- Downloads HTTP and SOCKS5 proxies from multiple sources
- Randomizes proxies per request
- Uses multithreading to simulate concurrent network activity
- Sends GET, POST, and HEAD requests for testing server responses
git clone https://github.com/DotX-47/DDOS47.git
cd DDOS47pip install requestspython DDOS47.pyYou will be prompted for:
- URL (must be your own test server)
- Number of threads
- Proxy type (HTTP or SOCKS5)
Misuse of this tool may violate:
- Computer Fraud and Abuse Act (CFAA)
- EU Cybercrime Directive
- Local cybersecurity laws
Use ONLY on systems you own or have written permission to test.
- Star the repo on GitHub
- Suggest improvements via Issues / Pull Requests