John The Ripper Won't Mangle
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 -
Re: John The Ripper Won't Mangle
Quote:
Originally Posted by
Sulegna
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 -
the syntax seems ok, except did you try typing "./john"?
Re: John The Ripper Won't Mangle
Quote:
Originally Posted by
ezechieljhc
the syntax seems ok, except did you try typing "./john"?
Yes. I've tried that.
Question: Does BT4 come with John The Ripper? Perhaps my installation of John The Ripper messed it up the one already in BT4?
Re: John The Ripper Won't Mangle
Quote:
Originally Posted by
Sulegna
Yes. I've tried that.
Question: Does BT4 come with John The Ripper? Perhaps my installation of John The Ripper messed it up the one already in BT4?
Yes bt4 does come with jtr try cd /pentest and its in a folder off there (cant remember where)
Re: John The Ripper Won't Mangle
Unless if your wordlist is located in "pentest/passwords/jtr" you need to define the path
Re: John The Ripper Won't Mangle
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