Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
system for hash mode numbering
02-25-2012, 11:32 PM (This post was last modified: 02-25-2012 11:32 PM by undeath.)
Post: #1
system for hash mode numbering
With the new versions of *hashcat-* i expect an increasing number of PSA modules and want to suggest creating a reasonable way of numbering these modules.

The system could look like this:
0-999: modules optimized for specific PSA (VB3, VB4, Joomla, LDAP, SL3, etc)
and everything above 999:
xyzz where
* x is the number for a hash algorithm (e.g. 1 = md5, 2 = sha1, 3 = ntlm, 4 = sha256, etc)
* y represents a specific salting mode (e.g. 0= salt.pass, 1 = pass.salt, etc)
* z represents the number of characters for the salt (if z = 0 we have a straight hash)

as an example, a Joomla hash might in fact be mapped to mode 1115 or 1130


This would make the hash modes more intuitive to select instead of needing to learn every single mode number by hard (or looking it up at the help screen).
Find all posts by this user
02-26-2012, 11:23 AM
Post: #2
RE: system for hash mode numbering
its a good idea however its to much work for me to reassign them again.
Visit this user's website Find all posts by this user
02-26-2012, 12:46 PM
Post: #3
RE: system for hash mode numbering
Honestly for new users it will be easier, but for people that are used to the current schema it would be confusing.
Find all posts by this user
02-26-2012, 02:29 PM (This post was last modified: 02-26-2012 02:31 PM by undeath.)
Post: #4
RE: system for hash mode numbering
it would not be confusing as everything is getting re-numbered nevertheless. (speaking of the latest beta compared to latest stable)
Find all posts by this user
02-26-2012, 04:04 PM
Post: #5
RE: system for hash mode numbering
those are getting harmonized. check the beta
Visit this user's website Find all posts by this user