An open API service indexing awesome lists of open source software.

https://github.com/martian58/venx

Wifi cracking, pentesting tool. Pre-connection and Post-connection attacks. Capturing handshakes and cracking existing handshakes. ssh Bruteforce and other usefull features
https://github.com/martian58/venx

deauthentication-attack network-scanning password-cracking pentesting wifi wifi-hacking wifi-security wireless-security wpa2-cracking wpa2-handshake

Last synced: 5 months ago
JSON representation

Wifi cracking, pentesting tool. Pre-connection and Post-connection attacks. Capturing handshakes and cracking existing handshakes. ssh Bruteforce and other usefull features

Awesome Lists containing this project

README

        

# VenX - Wi-Fi Pentesting Tool

**VenX** is a powerful Wi-Fi penetration testing tool designed for Linux operating systems.

## Warning

**Important:** This tool is intended for educational and ethical purposes only. Unauthorized access to computer systems, networks, and data is illegal and unethical. Ensure that you have explicit permission from the network owner before using **VenX**. The author is not responsible for any misuse or damage caused by the tool.

## Supported Operating Systems

VenX is designed specifically for Linux operating systems.

## Required Tools

First and foremost, you will need a wireless card capable of "Monitor Mode" and packet injection.

Required:
iwconfig.
ifconfig.
airmon-ng.
aircrack-ng.
aireplay-ng.
airodump-ng.
## Install Requirements

Clone the repository to your local machine:

```bash
git clone https://github.com/martian58/venx.git
cd venx
python install_requirements.py
```
## Run VenX
```bash
git clone https://github.com/martian58/venx.git
cd venx
python venx.py
```

## License

This project is licensed under the terms of the GNU General Public License (GPL) version 3. See the LICENSE file for details.
Contributing

If you would like to contribute to VenX, please open an issue or submit a pull request. Your contributions are highly welcome.