View Single Post
Posts: 13 | Thanked: 8 times | Joined on Oct 2010
#767
Originally Posted by StefanL View Post
This will require a change to the gui (ie. new button at least), so somebody like FruMMage, who has acces to the gui code has to implement that in a new version. Sorry, I am unable to help out here. Thanks for providing the command details.
It should not necessarily need another button when collecting the WPA handshake. you could have something like this.
1 check to see if client is connected to AP
2 if client is connected put mac address of client in variable $client
3 put AP mac address in variable $AP

4 aireplay-ng -0 2 -a $AP -c $client wlan0
5 check to see if you have collected WPS handshake
6 sleep 16
7 repeat from line 4 until you have the handshake
 

The Following User Says Thank You to Trine For This Useful Post: