Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List format dropdown
09-21-2010, 03:58 PM (This post was last modified: 09-21-2010 03:58 PM by blandyuk.)
Post: #1
List format dropdown
On hashcat GUI, I'd find a list format feature very useful as users post all sorts of different formats for the hash/salt/user lists.

e.g.

Code:
hash
hash:salt (if no separator match, just assume hash)
salt:hash (work from right to left incase salt includes separator)
hash:user (if no separator match, just assume hash)
user:hash (work from right to left incase user includes separator)
user:hash:salt (could be messy if user/salt contains separator)
Find all posts by this user