Results 1 to 3 of 3

Thread: WPA Brute Force Vs Creating a Dictionary (8 char, uppercase)

  1. #1
    Join Date
    2013-Oct
    Posts
    2

    WPA Brute Force Vs Creating a Dictionary (8 char, uppercase)

    Hi, for a certain router the default passphrase is: random, 8 characters long and uppercase only. This is 26^8 combinations (208,827,064,576).

    From what I can gather after obtaining the handshake the fastest way to attack WPA is with a dictionary but only if the passphrase is in the dictionary (ie made by a human eg "john1984").

    A brute force attack is considerably slower but would eventually come accross the correct passphrase through trial and error.

    So if I had a dictionary of all 208,827,064,576 possible combinations I could do a quicker dictionary attack. The dictionary would be 2297097 Megabytes though, approx 2.2 Terabytes (space I don't have).


    My questions are:
    Would creating then saving then using the dictionary not consume the same time as piping the passphrases from a generator straight to a brute force tool?

    Anecdoteally letters don't repeat in the passphrase, ie LGNOWRZU but not AAAUNGTT. Is it possible to save in a dictionary only the most likely passprases (ie 8 distinct characters) and discard passphrases with ANY repeating characters? What percent of total possible passphrases do they constitute? In other words, how small a dictionary would that create compared to including those with repeating characters?

    Thanks in advance!

  2. #2
    Join Date
    2013-Mar
    Location
    Poland
    Posts
    3
    Crunch have option U want... or U can write simple script in python to generate dictionary.
    Best and faster way to crack 8 characters password is to mix dictionary with numers, filtr line with 4-8 character (alfabetic) add numer generated by crounch.

  3. #3
    Join Date
    2013-Oct
    Location
    england
    Posts
    1
    Quote Originally Posted by Tommy View Post
    Crunch have option U want... or U can write simple script in python to generate dictionary.
    Best and faster way to crack 8 characters password is to mix dictionary with numers, filtr line with 4-8 character (alfabetic) add numer generated by crounch.
    Numbers wont work as it only users letters in the password.

    I found this on the old site that might be helpful for you. http://www.backtrack-linux.org/forum...ad.php?t=36596 I haven't tried it as I don't currently have any spare DVD's to burn a iso too.

Similar Threads

  1. brute force problms
    By MIGUELpujol in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2023-01-14, 01:41
  2. Brute Force question
    By ipv89 in forum General Archive
    Replies: 0
    Last Post: 2020-07-26, 22:59
  3. Brute Force Router Password??
    By black_box in forum General Archive
    Replies: 10
    Last Post: 2015-09-21, 11:06
  4. Brute Force vs. Dictionary
    By Kalinoob in forum General Archive
    Replies: 6
    Last Post: 2014-01-05, 15:45

Posting Permissions

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