mdk3 should work just fine in not allowing the clients to connect.
what make is the router and what were your commands ?
Hi guys. I want to make a penetration testing to my Wifi network. I want to perform a DoS attack of authentication clients or disconnecting all the clients in my network.
I tried the mdk3 v6 but no luck...
Any other program to perform this penetration testing attack?
Thank you
mdk3 should work just fine in not allowing the clients to connect.
what make is the router and what were your commands ?
I did something to this effect once, just playing around. I used an ARP flood. It wasn't intended to work that way, I wanted to reboot the router to act like a hub. I know this didn't answer your question, just a different point of view...
Well the Amok mode is not done using the 'a' option.. that would be the 'authentication DOS mode'
intended to try to stop the AP from functioning normally.
Not all routers are vulnerable to that attack, I tested that on an old Asus router and the router held its own (only just mind you).
What you are looking for is the 'd' option.
First of all thanks for the replies. Yes It was my fault for the a mode. It's d
I'm trying to disconnect all clients from my AP. I read the documentation and I run the commands: (I set my card to the channel 6 that is my AP)
First of all I set my card in monitor mode:
airmon-ng start wlan0
iwconfig wlan0 channel 6 rate 1M (My AP is in 6 chan)
./mdk3 mon0 d -i <AP mac>
Is that correct?
I also have a Thomson router and a TPLink to test
from ./mdk3 --fullhelp
'd' option
d - Deauthentication / Disassociation Amok Mode
Kicks everybody found from AP
OPTIONS:
-w <filename>
Read file containing MACs not to care about (Whitelist mode)
-b <filename>
Read file containing MACs to run test on (Blacklist Mode)
-s <pps>
Set speed in packets per second (Default: unlimited)
-c [chan,chan,chan,...]
Enable channel hopping. Without providing any channels, mdk3 will hop an all
14 b/g channels. Channel will be changed every 5 seconds.
Dont know where you got the -i from..
> Head to mdk3 directory
> Create blacklist file with your AP mac you want to deny access to
> Fire up mdk3
Code:cd /pentest/wireless/mdk3 echo 00:11:22:33:44:55 > blacklist ./mdk3 mon0 d -b blacklist -c 6 -s 25
I made a post on mdk3 a while ago, some googling should get you going.. which you really should have done more of before![]()
Last edited by TAPE; 04-26-2010 at 09:48 AM.
Thanks for the help. Yeap sorry for that. I used the documentation that is incoplete. I will now use the --fullhelp
In the end I want to ask something last:
But the previous commands are correct? before running the mdk3....
I mean this: iwconfig wlan0 channel 6 rate 1M (My AP is in 6 chan)
Or just firing up the mdk3 with the -c 6 ? or and the 2 commands?
Also in this command we use the mon0 inteface we created or the wlan0?
Thanks again ;-)
Your card needs to be in promiscuous mode for mdk3
No need to start your card fixed to any channel
And thats enough spoonfeeding for today me thinks !
Just test on your setup and revert with the commands you have tried if experiencing issues..
Again, if you had done a good search you would have stumbled across a video I have made on mdk3 which shows some usage and from there a blogpost showing further options..
Flex your google-fu !
Ok it worked. Thanks for the help
@TAPE: When the attack (d) started...to a blacklist client... the client didnt disconnect but he can't see a page in the browser or something. And when he tries to disconnect-reconnect to the AP... he can't... I think that this is the attack and he doesn't see any disconnect warning or message... but only can't connect to a site etc and he can't reconnect to the AP while the d attack is running..
Ok the attack is ok. But the clients are not disconnecting. They cannot access any site and If they try to reconnect they can't. Is that normal? Is there any way to kick them out and to see disconnection message?
Thanks
Last edited by Archangel-Amael; 04-27-2010 at 06:29 PM.