Author: R Shashank Kanna
NetHitX is an ethical hacking tool crafted for educational purposes, empowering users to perform responsible security assessments and tests on WiFi networks WITHOUT ANY ADDITIONAL HARDWARE. Always ensure explicit permission to use this script on target networks and adhere to all applicable laws and ethical guidelines.
NetHitX, implemented in Python, serves as an ethical hacking tool designed to assist in security assessments of WiFi networks. It provides valuable insights into potential vulnerabilities, fostering a deeper understanding of network security principles.
- Scans networks around and provides info on each network's BSSID, channel, name, and also MacId of each station connected to Networks.
- Helps to turn your network interfaces to monitor and managed mode easily.
- Deauths Networks selected with various tools like Aircrack-ng and mdk4.
- Performs handshake capture and uses dictionary attack to crack it.
- Provides a seperate option to crack previously captured handshakes.
The script provides a menu driven programme for a simple and easy use, and also this has number of error handling statements to make it easy.
#clone this repository
git clone https://github.com/MrTechyWorker/NetHitX.git
cd NetHitX
# Install Dependencies
pip install -r requirements.txt
# Use python to run script
# Make sure you run it with sudo
sudo python NetHitX.py
We welcome contributions from the community! To contribute to NetHitX, please follow these guidelines:
- Fork the repository and create your branch from
main
. - Make sure your code follows our coding standards.
- Submit a pull request with a clear description of your changes.
If you encounter any issues or bugs, please create a new issue with the following details:
- Steps to reproduce the issue.
- Expected behavior.
- Actual behavior.
- System/environment details.
We're open to new ideas! If you have a feature request, submit an issue with a detailed description of the proposed feature.
Please adhere to our Code of Conduct to ensure a welcoming and inclusive community.
Happy contributing!
NetHitX is released under the [MIT] license.
NetHitX is an ethical hacking tool intended for educational purposes only. Utilize this script responsibly and ensure proper authorization before conducting security assessments on any network.