/venx

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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:

git clone https://github.com/martian58/venx.git
cd venx
python install_requirements.py

Run VenX

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.