Although there are the obvious queries on the benefits / uses of bruteforcing the ESSID,
I think it is interesting and have given it a whirl..
I would appreciate responses from those who have gotten it to work as I am still getting some grief ;
Have set up a router with a hidden 3 letter (uppercase) ESSID (BBB), and use the below code;
Code:
mdk3 <interface> p -c <channel> -t <target ap> -b <charset Upper case>
so in my case;
Code:
mdk3 rausb0 p -c 1 -t 00:11:22:33:44:55 -b u
it runs through sets of possibilities and in the end advises that it has completed the full set of
possible combinations without giving the correct response.
channel set to: 1
SSID Bruteforce Mode activated!
Waiting for beacon frame rom target...
SSID is hidden. SSID length is: 3.
Sniffer thread started
Trying SSID: RGA
Trying SSID: etc etc etc etc
Packets sent: 17526 - Speed: 125 packets/sec
all 17576 possible SSIDs sent.
When using the -f option (obviously with the correct ESSID included) ;
Code:
mdk3 rausb0 p -c 1 -t 00:11:22:33:44:55 -f wordlist.txt
There are no attempts shown during the process ;
channel set to 1
SSID Wordlist Mode activated!
Waiting for beacon frame from target...
Sniffer thread started
SSID is hidden. SSID length is: 3.
Trying SSID:
Packets sent: 1 -Speed: 1 packets/sec
then the last line is complemented with 'killed' ;
Packets sent: 1 -Speed: 1 packets/secKilled
Any ideas as to where I am going wrong ?
Any info appreciated !
EDIT
----
Getting mixed results, wordlist mode seems to be working more or less consistently
but sometimes needs to be run a couple of times before success.
Still cant get Bruteforce to work though.
Oh well, getting there !
EDIT#2
-------
OK, the problem seemed to be the speed at which it was sending, default is 300/sec for Bruteforce
and unlimited for the wordlist option (which is obviously too fast for my particular router / adapter to work with..)
Adjusted to max 100 / 150 pass/sec as follows ;
Code:
mdk3 rausb0 p -c 1 -t 00:11:22:33:44:55 -b u -s 100
Reducing the speed for the dictionary attack seems to have worked as well.
Finally...