Skip to content

Continuation of wpscrack originally written by Stefan Viehböck

Notifications You must be signed in to change notification settings

ml31415/wpscrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

wpscrack

PoC implementation of a brute force attack against WPS - PIN External Registrar

My test environment was Backtrack 5R1 + an Atheros USB adapter. I used a mac80211/carl9170 driver but any mac80211-based driver should be ok.

Original version: Stefan Viehböck
Minor improvements: Michael Löffler

Dependencies

  • PyCrypto
  • Scapy (2.2.0) (does not come with Backtrack)

Usage

iwconfig mon0 channel X
./wpscrack.py --iface mon0 --client 94:0c:6d:88:00:00 --bssid f4:ec:38:cf:00:00 --ssid testap -v

Show further usage parameters:

./wpscrack.py --help

References

About

Continuation of wpscrack originally written by Stefan Viehböck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages