hashcat Forum
usernames when insert hash list ? - 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: usernames when insert hash list ? (/thread-1061.html)



usernames when insert hash list ? - __KiNG - 04-09-2012

hi,
for example i have a big list in format :

USERNAME:HASH

i need to clear all usernames first and insert only my big HASH file.
after cracking i need to manually find username for the cracked hashs

so my be something to put the hash file in format :

USERNAME:HASH
and getting result in format :
USERNAME:HASH:CRACKED HASH
or
USERNAME:HASH

just an idea but personally for me it will be really perfect
thanks and peace
/


RE: usernames when insert hash list ? - atom - 04-09-2012

With oclHashcat-plus, just add the --username switch to tell oclHashcat-plus that your hashlist contains usernames.


RE: usernames when insert hash list ? - __KiNG - 04-09-2012

(04-09-2012, 01:15 PM)atom Wrote: With oclHashcat-plus, just add the --username switch to tell oclHashcat-plus that your hashlist contains usernames.

ok thanks, r the usernames visible on the rezult file ?
like
username:password
or
username:hash:password

/peace


RE: usernames when insert hash list ? - atom - 04-09-2012

Try with the --show switch when the cracking session is finished.