Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 753 Bytes

README.md

File metadata and controls

34 lines (15 loc) · 753 Bytes

pywisam

A Wifi pentesting framework written in Python

Options

  • Option 1: Scan - Scan all the Wifi networks

  • Option 2: Capture traffic (Airodump) - Capture traffic using Airodump

  • Option 3: Crack handshake - Crack a pcap file containing a handshake using Aircrack

  • Option 4: Deauth attack - Execute a deauthentication attack using Aireplay

  • Option 5: Create AP - Create a Fake Access Point with any encryption: Open, WEP, WPA2, WPA2-Enterprise

  • Option 6: Connect - Connect to a Wifi network

  • Option 7: Get hidden ESSID - Attack a Wifi with the ESSID hidden to get the network name

Requirements

pip install -r requirements.txt

apt-get install hostapd

Screenshot

Screenshot