Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
piping incremental JtR into hashcat to crack WPA2
08-21-2012, 08:13 PM
Post: #1
piping incremental JtR into hashcat to crack WPA2
Hey guys,

Trying to work out the command to pipe an incremental John the Ripper into hashcat plus to crack a WPA2 key. Is this even possible? All help is appreciated.
Find all posts by this user
Quote this message in a reply
08-21-2012, 08:17 PM
Post: #2
RE: piping incremental JtR into hashcat to crack WPA2
It should, yeah. I dont know the command for jtr incremental but this should inspire you:

./john --stdout | ./oclHashcat-plus -m 2500 ...
Visit this user's website Find all posts by this user
Quote this message in a reply
08-22-2012, 12:39 AM
Post: #3
RE: piping incremental JtR into hashcat to crack WPA2
for "incremental" : --incremental:all

Or ./john -i:all

all = the name of the charset file, it can be one who come with JTR = alpha, alnum, lanman, digits, all
Find all posts by this user
Quote this message in a reply
08-22-2012, 01:09 AM
Post: #4
RE: piping incremental JtR into hashcat to crack WPA2
For great results, find a rockyou charset and use that.
Find all posts by this user
Quote this message in a reply
08-22-2012, 09:53 AM
Post: #5
RE: piping incremental JtR into hashcat to crack WPA2
Or try this: https://hashcat.net/forum/thread-1291.html
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply