Help modifying a Wordlist

Discussion in 'Community Services' started by purehavok135, 3 Aug 2016.

  1. purehavok135

    purehavok135 New Member

    Joined:
    31 Jul 2016
    Messages:
    1
    Likes Received:
    0
    I'm new to pen testing so forgive me if im not clear and concise xD.

    Would it be possible for me to add every digit starting at 0000-9999 to the end of every word in a pre-made wordlist and run it against a .cap file, whilst piping it though aircrack-ng? So I don't have to create a huge wordlist with ten thousand variations of the same word?

    Say for example I wanted to try the entire english dictionary but add 0000-->9999 to the end of every word. Could I do this with crunch piped into aircrack-ng? or would I need to use john the ripper to add permutations to every word?

    I know how to pipe crunch into aircrack-ng by using "crunch [options] | aircrack-ng --bssid XX:XX:XX:XX:XX:XX -w- [capture file]" but I have no idea how the hell I would add a wordlist and have it try every word with 0000-9999 at the end.

    If this is possible it would be awesome if someone could show me how to do this and where I would need to insert the capture file and wordlist, thanks!
     
  2. gearjunkie

    gearjunkie Well-Known Member
    VIP

    Joined:
    28 Aug 2014
    Messages:
    454
    Likes Received:
    481
    Convert the file to hccap and use hashcat in the hybrid attack mode. See below for a sample command:

    hashcat -m 2500 capture.hccap -a 6 english.txt ?d?d?d?d
     
  3. wawawa3

    wawawa3 Active Member

    Joined:
    7 Apr 2015
    Messages:
    35
    Likes Received:
    12
    Holy awesome, batman, I didn't know I could do that in hashcat!! I was thinking I'd need to use JTR and learn how to write some rules (which has kept me baffled for some time without success).
    WOW, THANK YOU! and... I just noticed your bitcoin hash - I'll pitch in to help defray your gpuhash_me bills. Give me a couple days to find and use my encrypted hard drive which is set up for bitcoin.
     

Share This Page

Loading...