Closed inv1sible closed 9 months ago
This is because the dictionaries to john are passed not with -w/--wordlist= option, but on stdin. See here: https://github.com/RealEnder/dwpa/blob/f32ab6ca58df35f641cd103941b9210a7179f992/help_crack/help_crack.py#L667 john doesn't support passing multiple dictionaries (https://github.com/openwall/john/issues/3262) or combining --stdin with -w for now. Just adding rules should work. Closing this for now, since there is nothing we can do to fix it.
@RealEnder thank you for your answer and sorry for the delay.
Unfortunately "Just adding rules should work." doesn't work ;-)
user01@wpa-sec:~/john$ ./help_crack.py -co="--rules=best64"
Exception: HTTP Error 405: Not Allowed
Can't check for new version, continue...
Challenge cracker for correct results
Invalid options combination: "--rules=best64"
Challenge solving failed! Check if your cracker runs correctly.
user01@wpa-sec:~/john$
But you're right. Rules work in general...
user01@wpa-sec:~/john$ ./john --rules=best64 --wordlist=rockyouwpa.txt --stdout
Could you please advise me how to add the rules to help_crack.py. THX in advance
First off:
Now I am trying to build my own cracking cluster (Windows, GPU, hashcat working; proxmox, jtr, CPU, rules not working)
Here is what I am trying to execute:
When executing jtr directly, john runs as expected
Also tried
unfortunately without success as well.
Can anyone advise me to sth? THX and enjoy xmas holidays