Metadata-Version: 2.1
Name: py-ddos3
Version: 1.0.1
Summary: 🔗 Apckage Guide On https://github.com/mohamedlunar/py-ddos3
Home-page: https://github.com/mohamedlunar/py-ddos3
Author: MohamedLunar
Author-email: contact.mohamedlunardev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# PyDDOS3

A simple DDoS testing library in Python. It provides various attack methods such as UDP flood, SYN flood, and Botnet simulation for testing and simulation purposes.

## Features
- **UDP Flood**: Launch a UDP flood attack to test the resilience of a server.
- **SYN Flood**: Simulate a SYN flood attack.
- **Botnet**: Simulate a botnet attack by using multiple threads.

## Installation

You can install `pyddos3` via `pip` from PyPI:

```bash
pip install py-ddos3
```
