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!
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
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.