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
- Host: GitHub
- URL: https://github.com/martian58/venx
- Owner: martian58
- License: gpl-3.0
- Created: 2024-02-03T19:30:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-21T20:44:13.000Z (about 1 year ago)
- Last Synced: 2024-11-09T00:14:31.935Z (7 months ago)
- Topics: deauthentication-attack, network-scanning, password-cracking, pentesting, wifi, wifi-hacking, wifi-security, wireless-security, wpa2-cracking, wpa2-handshake
- Language: Python
- Homepage:
- Size: 4.19 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 RequirementsClone 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.
ContributingIf you would like to contribute to VenX, please open an issue or submit a pull request. Your contributions are highly welcome.