Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lautarovculic/pwnfi
Simple Wi-Fi cracking automation
https://github.com/lautarovculic/pwnfi
airmon-ng bash cracking macchanger wifi wificrack
Last synced: about 1 month ago
JSON representation
Simple Wi-Fi cracking automation
- Host: GitHub
- URL: https://github.com/lautarovculic/pwnfi
- Owner: lautarovculic
- License: wtfpl
- Created: 2024-04-27T08:32:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T14:43:00.000Z (6 months ago)
- Last Synced: 2024-07-25T16:58:25.338Z (6 months ago)
- Topics: airmon-ng, bash, cracking, macchanger, wifi, wificrack
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pwnFi.sh
![](https://lautarovculic.com/wp-content/uploads/2024/05/pwnfi.png)
## Description
This Bash script is designed for performing Wi-Fi penetration testing attacks, specifically targeting WPA/WPA2 networks using PSK (Pre-Shared Key). It supports two attack modes: Handshake and PKMID attack. The script automates various steps including setting up monitor mode, capturing handshakes or PKMID messages, deauthentication, and cracking passwords using Aircrack-ng or John the Ripper.## Features
- Supports both Handshake and PKMID attack modes.
- Automatically sets up monitor mode on the specified network interface.
- Provides a user-friendly interface with options to select attack mode, network card, and view available network interfaces.
- Checks for and installs missing dependencies automatically.
- Utilizes color-coded output for better readability.## Usage
```bash
sudo ./pwnFi.sh -a -n
```### Options
- `-a `: Specify the attack mode (Handshake or PKMID).
- `-n `: Specify the network interface card to use for the attack.## Prerequisites
- Linux operating system (Tested on Kali Linux and Arch Linux).
- Required tools: Aircrack-ng, Macchanger, Xterm, hcxdumptool, hcxpcaptool, John the Ripper, Aireplay-ng, Airmon-ng, Airodump-ng.## Installation
No installation required. Simply download the script and make it executable using the following command:
```bash
chmod +x pwnFi.sh
```## Example
```bash
sudo ./pwnFi.sh -a Handshake -n wlan0
```