Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nomankarim8/Wifi_Hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

60 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Wifi_Hack

πŸš€ About This Project

This repository contains various tools and scripts related to Wi-Fi security testing and penetration testing. It is intended for educational purposes only to help users understand wireless network vulnerabilities and strengthen their security.

⚠️ Disclaimer

This project is meant only for ethical hacking and cybersecurity learning. Unauthorized access to networks is illegal and punishable by law. Use this repository responsibly.

πŸ“œ Features

  • πŸ“‘ Scanning for Wi-Fi networks
  • πŸ”“ Exploiting common Wi-Fi vulnerabilities
  • πŸ”‘ Cracking WPA/WPA2 passwords
  • πŸ“œ Bypassing MAC filtering
  • πŸ“Ά Capturing handshake packets

πŸ›  Requirements

To use the scripts in this repository, you may need:

  • Linux-based OS (Kali Linux, Parrot OS, etc.)
  • Python 3+
  • aircrack-ng
  • reaver
  • hashcat
  • hcxdumptool
  • hcxtools
  • Wireless network adapter supporting monitor mode and packet injection

πŸ”§ Installation

git clone https://github.com/nomankarim8/Wifi_Hack.git
cd Wifi_Hack
chmod +x install.sh
./install.sh

πŸ“Œ Usage

πŸ” Scan for available Wi-Fi networks:

sudo airodump-ng wlan0mon

πŸ”‘ Capture WPA/WPA2 handshake:

sudo airodump-ng -c <channel> --bssid <AP_MAC> -w capture wlan0mon

πŸ›  Crack the captured handshake using a wordlist:

aircrack-ng -w rockyou.txt -b <AP_MAC> capture.cap

πŸ“ Legal Notice

The creator of this repository is not responsible for any misuse of the scripts provided. Test only on your own networks or those with explicit permission.

🀝 Contributing

Pull requests and improvements are welcome! If you have useful scripts or ideas, feel free to contribute.

πŸ“¬ Contact


πŸ”₯ Stay Ethical, Stay Secure! πŸ”₯


---

This README is well-structured for a cybersecurity/ethical hacking project. Let me know if you want any modifications! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages