Metadata-Version: 2.1
Name: whitehat
Version: 0.0.1
Summary: Python Library For Ethical Hacker
Home-page: https://github.com/EterNomm/Whitehat
Author: LyQuid
Author-email: lyquidpersonal@gmail.com
License: Apache License 2.0
Keywords: python,hacker,whitehat,hacker tool,ethical hacker
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

![PyPI - Downloads](https://img.shields.io/pypi/dm/whitehat?color=white&label=Downloads&logo=python)
![PyPI](https://img.shields.io/pypi/v/whitehat?label=PyPI%20Version&logo=pypi)
[![Discord](https://img.shields.io/discord/887650006977347594?color=blue&label=EterNomm&logo=discord)](https://discord.com/invite/qpT2AeYZRN)
[![Discord](https://img.shields.io/discord/835863428450877441?color=blue&label=NekoIceTeam&logo=discord)](https://discord.com/invite/hNtA2uEb7J)

# Whitehat

⚠️ **WARNING THIS PYTHON LIBRARY FOR EDUCATIONAL PURPOSES ONLY** ⚠️

## Features
- DDoS
- More features soon!

## Install
`pip install whitehat`

## Example
- ### DDoS
```
import whitehat

ddos = whitehat.ddos_target("0.0.0.0", 80, 1200)  #IP, PORT, DURATION
whitehat.start_ddos(ddos)
```


