Metadata-Version: 2.1
Name: py-ddos3
Version: 1.0.0
Summary: https://github.com/mohamedlunar/py-ddos
Home-page: https://github.com/mohamedlunar/py-ddos
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

# pyddos

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 `pyddos` via `pip` from PyPI:

```bash
pip install pyddos
```
