Jump to content

John The Ripper


Archey

Recommended Posts

I keep getting the error

No password hashes loaded (see FAQ)

when entering this line in BT5

./john --format=MD5 pwd.txt

When I try using "raw-MD5" as the format I get this error

Unknown ciphertext format name requested

I've tried following the FAQ answer on the JTR sire, but I hasn't worked. Can anyone help?

Thanks,

Archey

Link to comment
Share on other sites

Don't know if you have tried this or not, but try running format with a single line "-" rather than two lines "--".

./john -format=MD5 pwd.txt

Also make sure you have a ":" instead of "=", very important you pay close attention to these details or it won't work.

./john -format:MD5 pwd.txt

Edited by Infiltrator
Link to comment
Share on other sites

Have you tried using SUDO?

Edit: Try this tutorial, http://www.osix.net/modules/article/index.php?id=455

Edited by Infiltrator
Link to comment
Share on other sites

It worked here, im using john with the jumbo patch

[root@arcsys john]# ./john -format:raw-md5 -wordlist:password.lst hak5 
Loaded 1 password hash (Raw MD5 [raw-md5 64x1])
hello            (User)

That's with a wordlist, im trying to do a brute force method. Good to know wordlist method works though

Link to comment
Share on other sites

do you think it would be something with my install or JTR?

seems it has something to do with the format option, if i dont have it it'll run, but take forever. but as soon as i put -format:MD5 or -format:raw-MD5 i get Unknown ciphertext format name requested error. and if i have any other option i get the initial error.

Edited by Archey
Link to comment
Share on other sites

I was using John the Ripper 1.7.8 (stable, Unix - sources, tar.gz, 830 KB), I'll try the Jumbo 6 one

I installed jumbo-6, i kept getting an error when compiling the source, and im still getting the same errors with 1.7.8

Edited by Archey
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...