Skip to content
/ DDOS47 Public

DDOS47 is an educational Python script by DotX_47 that shows how automated network‑load testing works using proxies, threading, and the requests library. It fetches free HTTP and SOCKS5 proxies from multiple sources, rotates them randomly, and sends repeated GET, POST, and HEAD requests to a user‑defined URL.

Notifications You must be signed in to change notification settings

DotX-47/DDOS47

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

DDOS47 – Educational Network Load Testing Tool You Can Alos Say It A DDOS Tool

⚠️ 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.

📌 Overview

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 requests library behaves with sessions and headers

The script is intended for learning purposes only and must not be used for unlawful activity.

✨ Features

  • 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

🛠 Installation

1. Clone the Repository

git clone https://github.com/DotX-47/DDOS47.git
cd DDOS47
pip install requests

🚀 Usage

python DDOS47.py

You will be prompted for:

  • URL (must be your own test server)
  • Number of threads
  • Proxy type (HTTP or SOCKS5)

⚠️ Legal Notice

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.


⭐ If you like this project

  • Star the repo on GitHub
  • Suggest improvements via Issues / Pull Requests

About

DDOS47 is an educational Python script by DotX_47 that shows how automated network‑load testing works using proxies, threading, and the requests library. It fetches free HTTP and SOCKS5 proxies from multiple sources, rotates them randomly, and sends repeated GET, POST, and HEAD requests to a user‑defined URL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages