hashcat Forum
List format dropdown - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html)
+--- Thread: List format dropdown (/thread-136.html)



List format dropdown - blandyuk - 09-21-2010

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)