Metadata-Version: 2.1
Name: whitehat
Version: 1.4b0
Summary: Python Packages For Ethical Hacking
Home-page: https://github.com/EterNomm/Whitehat
Author: LyQuid
Author-email: lyquidpersonal@gmail.com
License: Apache License 2.0
Project-URL: Source Code, https://github.com/EterNomm/Whitehat
Project-URL: Discord, https://discord.gg/qpT2AeYZRN
Project-URL: Issue tracker, https://github.com/EterNomm/Whitehat/issues
Keywords: python,hacking,whitehat,hacking tool,ethical hacking
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE

[![Visistors](https://visitor-badge.glitch.me/badge?page_id=EterNomm.Whitehat)](https://github.com/EterNomm/Whitehat)
[![Downloads](https://pepy.tech/badge/whitehat)](https://pepy.tech/project/whitehat)
[![PyPI - Version](https://img.shields.io/pypi/v/whitehat?label=PyPI%20Version&logo=pypi)](https://pypi.org/project/whitehat)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whitehat?label=Python%20Version&logo=python)](https://pypi.org/project/whitehat#data)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/EterNomm/whitehat?label=Pull%20Requests)](https://github.com/EterNomm/Whitehat/pulls)
[![Discord](https://img.shields.io/discord/887650006977347594?color=blue&label=EterNomm&logo=discord)](https://discord.com/invite/qpT2AeYZRN)

# Whitehat

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

[![Whitehat Changelog](https://img.shields.io/badge/Whitehat-Changelog-informational?style=for-the-badge&logo=github)](https://gist.github.com/LyQuid12/1598aac0765fcde6bf5d4a2d0df083a4)

## Key Features
- DDoS
- Key Logger
- Reverse Shell
- Cryptography

## Features
- DDoS (Can up to 1500+ Requests per seconds)
- Get Phonenumber Info
- Get IP Address Information
- Keylogger
- Port Scanner
- Reverse Shell
- See Browser history
- Brute Force
- Common Cryptography encryption, such as [Caesar Cipher](https://en.wikipedia.org/wiki/Caesar_cipher), [Vigenere Cipher](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher), [Morse](https://en.wikipedia.org/wiki/Morse_code), [etc](https://github.com/EterNomm/Whitehat/tree/main/whitehat/cryptography_functions)

## Install
- ### PIP
```
pip install whitehat
```

- ### Advanced version (Not always available, dependent to update)
```
pip install git+https://github.com/EterNomm/Whitehat
```

## Example
[Click here](https://github.com/EterNomm/Whitehat/tree/main/examples)


## Other
- Want to be a contributor? [Pull Request](https://github.com/EterNomm/Whitehat/pulls) are welcome :3
- Join our Discord Server [Here](https://discord.com/invite/qpT2AeYZRN)

## Licence & Copyright

```
This Project under Apache License 2.0
Copyright (c) 2021-present EterNomm
```


