Metadata-Version: 2.4
Name: hellflood
Version: 1.0.0
Summary: Advanced DDOS Stress Testing Tool (For Educational Use Only)
Home-page: https://github.com/iTs-GoJo/HellFlood
Author: Ali Jafari
Author-email: thealiapi@gmail.com
Keywords: ddos stress-test network security pentest
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-python
Dynamic: summary

# HellFlood

HellFlood is a powerful stress testing tool designed for **educational and research purposes only**.

⚠️ **Warning:**

- Use this tool only on systems and networks you own or have explicit permission to test.
- The author is **NOT responsible** for any damage or legal issues caused by misuse.
- You accept full responsibility for how you use this software.

---

## Installation

1. Clone the repository:
```bash
git clone https://github.com/iTs-GoJo/HellFlood.git
cd HellFlood
```

## install dependencies 
```bash
pip install -r requirements.txt
```
## Usage
run the main script :
```bash
python3 hellflood.py
```
