Skip to content

Tool made in Bash ideal for automating WiFi attacks (WPA/WPA2 - PSK) aimed at obtaining the password.

License

Notifications You must be signed in to change notification settings

OsmanTunahan/pwnWifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pwnWifi

pwnWifi is a bash script designed to automate Wi-Fi penetration testing using various attack modes. The script leverages tools like aircrack-ng, macchanger, hcxdumptool, and hashcat to perform handshake and PKMID attacks on Wi-Fi networks.

Features

  • Handshake Attack: Captures WPA/WPA2 handshakes and attempts to crack them using a wordlist.
  • PKMID Attack: Performs a client-less attack to capture PMKID hashes and attempts to crack them.

Prerequisites

Before running the script, ensure you have the following tools installed:

  • aircrack-ng
  • macchanger
  • xterm
  • hcxdumptool
  • hashcat
  • rockyou.txt wordlist (commonly found in /usr/share/wordlists/)

Installation

To install the necessary dependencies, you can use the following commands:

sudo apt-get update
sudo apt-get install aircrack-ng macchanger xterm hcxdumptool hashcat -y

If you do not have the wordlist rockyou.txt:

Usage

Run the script with root privileges:

sudo ./pwnWifi.sh -a [Attack Mode] -n [Network Interface]

Parameters

  • -a: Attack mode (Handshake or PKMID)
  • -n: Network interface name (e.g., wlan0)

Example

sudo ./pwnWifi.sh -a Handshake -n wlan0

Help

To display the help panel, use the -h option:

sudo ./pwnWifi.sh -h

Disclaimer

This script is intended for educational purposes only. Unauthorized use of this script to attack networks without permission is illegal and unethical. Use responsibly.

Author

About

Tool made in Bash ideal for automating WiFi attacks (WPA/WPA2 - PSK) aimed at obtaining the password.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages