Skip to content

A Wifi pentesting framework written in Python

Notifications You must be signed in to change notification settings

OSSSP/pywisam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Wifi pentesting framework written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.6%
  • Makefile 26.6%
  • Shell 16.8%