Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 31 Dec 2011 09:25:20 +0100
From: "websiteaccess@...il.com" <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: more info about syntax

On Fri, 30 Dec 2011 00:48:53 +0400, Solar Designer wrote:
> On Thu, Dec 29, 2011 at 09:18:59PM +0100, newangels newangels wrote:
>> Well, i think so !, an Paper in Doc file can be usefull...all the users
>> are not Dev/coders...lol
> 
> This is not perfect, but it might be useful for people who don't dare
> to look at the sample hashes inside of the *_fmt*.c files:
> 

 Well, I checked in the _fmt*.c in the src folder.

 For example for a very basic hash format, I can read :

----------------------------------------------------------------------------------------
static struct fmt_tests tests[] = {
	{"5a105e8b9d40e1329780d62ea2265d8a","test1"},
	{FORMAT_TAG "378e2c4a07968da2eca692320136433d","thatsworking"},
	{FORMAT_TAG "8ad8757baa8564dc136c1e07507f4a98","test3"},
	{"d41d8cd98f00b204e9800998ecf8427e", ""},
	{NULL}
----------------------------------------------------------------------------------------


 The right syntax in the JTR's terminal is 
 "format=raw-md5 "
 and the hashlist must be build as
 "username:MD5_hash"

 These infos are absolutely NOT shown in the _fmt*.c

 How newbies, can guess the right syntax ??????

 We request since severals months (years ?) a complete documentation
 formatted as following

∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
 ALGORITHM = RAW-MD5
------------------------------------
 HASHLIST FORMAT =  user:d6aa97d33d459ea3670056e737c99a3d
 JTR SYNTAX = john -format=raw-md5 hashlist.txt
∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙

 At http://pentestmonkey.net/cheat-sheet/john-the-ripper-hash-formats
 We have a very good example, but seems incomplete (was with john-1.7.8-jumbo-5).

 In the next release, can you add a PDF/HTML file with all formats/commands inspired from http://pentestmonkey.net/ ?

 thanks for all your hard works.

 W/A/

PS: Greetings to newangels.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.