MrTechyWorker / NetHitX

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetHitX

Author: R Shashank Kanna

boot

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.

Table of Contents

Introduction

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.

Key Features

  • 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.

How to use

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.

Getting started

Clone repo

#clone this repository 
git clone https://github.com/MrTechyWorker/NetHitX.git
cd NetHitX

Installing requirements

# Install Dependencies
pip install -r requirements.txt

Running script

# Use python to run script
# Make sure you run it with sudo
sudo python NetHitX.py

Contribute

We welcome contributions from the community! To contribute to NetHitX, please follow these guidelines:

Contribution 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.

Reporting Issues

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.

Feature Requests

We're open to new ideas! If you have a feature request, submit an issue with a detailed description of the proposed feature.

Code of Conduct

Please adhere to our Code of Conduct to ensure a welcoming and inclusive community.

Happy contributing!

License

NetHitX is released under the [MIT] license.

Disclaimer

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.

About

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.

License:MIT License


Languages

Language:Python 100.0%