Hey folks,
I've searched the internet and the Backtrack forums for someone with the same problem as me with no luck, so I've been forced to join the forums and post my problem -- I simply cannot get John The Ripper to mangle a wordlist in BT4.
It just says:
* This script will take you to /pentest/passwords/jtr/
* From there, run ./john <parameters>
And ends up going to:
/pentest/passwords/jtr#
I've tried every combination I could to run it. The generic line I'm trying to run is:
john --rules -w:WordList_To_Mangle.txt -stdout:63 > WordList_Mangled.txt
I've tried every variant I could think of of that command line and I can't seem to get it to mangle a wordlist. And it doesn't have to do with anything about where JTR is located and whatnot as I've tried running it both from it's native directory and from root, both with and without typing the full location of where it is.
What am I doing wrong?
Does BT4 come with Jack The Ripper? Because I actually d/led and installed John The Ripper and perhaps that was what is causing the problem?
TIA!
Cheers,
- Sulegna -
Last edited by Sulegna; 09-04-2010 at 02:33 PM.
Unless if your wordlist is located in "pentest/passwords/jtr" you need to define the path
Something like this should work as long as you're not trying to specify an alternate config file. I have compiled my own version to use when I need to specify an alternate config file, as the BT version of john seems to be preconfigured to use the john.conf in /pentest/passwords/jtr/john/.
Code:/pentest/passwords/jtr/john --wordlist=/tmp/passwords-startwith.lst --rules --stdout
Capitalisation is important. It's the difference between "Helping your brother Jack off a horse" and "Helping your brother jack off a horse".
The Forum Rules, Forum FAQ and the BackTrack Wiki... learn them, love them, live them.