Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum [asc] Replies Views Posted
    Thread: Same command, different output?
Post: RE: Same command, different output?

but at least cpu hashcat should crack all hashes that have been cracked by oclhashcat. Something doesn't seem right. For speed comparisons you have to do a mask attack. Dictionary without rules w...
undeath Old hashcat Support 21 41,752 12-16-2012, 06:53 PM
    Thread: Same command, different output?
Post: RE: Same command, different output?

radix Wrote: (12-17-2012, 11:25 AM) -- CPU only ran 1/3 of the dict -- as we all know cpu chunks the dict. see the full log. everything is fine.
undeath Old hashcat Support 21 41,752 12-17-2012, 08:03 PM
    Thread: mode -a 5 Not working
Post: RE: mode -a 5 Not working

lol, that's cool. Didn't realize this feature has changed.
undeath Old hashcat Support 3 7,381 12-17-2012, 10:19 PM
    Thread: Is it possible to run Hashcat on XP
Post: RE: Is it possible to run Hashcat on XP

you could just upload a new extra packaging for XP.
undeath Old hashcat Support 22 40,101 01-05-2013, 10:44 PM
    Thread: What is the Best way to recover a MyBB pass
Post: RE: What is the Best way to recover a MyBB pass

there is no word like "unhash" and thus no such process.
undeath Old hashcat Support 8 53,090 01-14-2013, 12:52 AM
    Thread: --remove not working correctly?
Post: RE: --remove not working correctly?

remove only removes one instance of the hash. If it appears multiple times it will only be removed once. sort -u your hash files before running.
undeath Old hashcat Support 8 13,437 01-14-2013, 11:22 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

here is some python code. works the same as atom's code but instead of a single hash you specify a hash list. However it's way slower. (at least for small amounts of hashes) https://pastebin.com/ZFv...
undeath Old hashcat Support 22 44,519 01-26-2013, 12:59 AM
    Thread: Same command, different output?
Post: RE: Same command, different output?

forgot_my_passwd Wrote: (01-30-2013, 02:38 PM) -- And who told you I',m cracking other peoples' passwords? I'm writing my engineering thesis on CUDA accelerated applications in cryptography, and I co...
undeath Old hashcat Support 21 41,752 01-30-2013, 02:44 PM
    Thread: Help with Russian again
Post: RE: Help with Russian again

> echo -n ьфдщн | md5sum 507620db658a3d55c367cc8273e2ee24 - > echo -n ьфдщн | iconv -f UTF-8 -t ISO-8859-5 | md5sum 6cda8fbf4ea51d58118e440e1cc478e4
undeath Old hashcat Support 14 26,476 01-30-2013, 04:52 PM
    Thread: Performance
Post: RE: Performance

VPS are normally on a shared host with many VPS running.
undeath Old hashcat Support 28 50,467 01-31-2013, 03:01 PM
    Thread: Feature request
Post: RE: Feature request

hashcat is not open source. You cannot do this with hashcat.
undeath Old hashcat Support 1 4,689 05-17-2013, 12:45 PM
    Thread: Min/Max Password Length
Post: RE: Min/Max Password Length

liquiz Wrote: (07-24-2013, 02:14 PM) -- The plan is to bruteforce 1-8 then use oclhashcat for 8-16 and then use hashcat for 17+. -- I lol'd. What's your keyspace like? 5 characters?
undeath Old hashcat Support 3 15,782 07-24-2013, 06:29 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

why request a new hash mode when this is vbulletin?
undeath Old hashcat Support 16 29,653 10-21-2013, 12:24 PM
    Thread: hashcat-047 problem with mavericks
Post: RE: hashcat-047 problem with mavericks

has hashcat-cli64.app exec permissions?
undeath Old hashcat Support 6 13,430 01-24-2014, 02:58 PM
    Thread: Help for noob
Post: RE: Help for noob

Code: -- ~> echo -n md5function | md5sum | sed 's;^\(.\{32\}\).*$;\1:function;' > /tmp/hash ~> ./hashcat-cli64.bin -m 10 -a 3 /tmp/hash "?a?a?a" Initializing hashcat v...
undeath Old hashcat Support 5 8,879 01-27-2014, 12:08 PM
    Thread: Need help with redmine hashes
Post: RE: Need help with redmine hashes

TrAnn3l Wrote: (02-05-2014, 04:42 PM) -- I don't know which hashtype you want to crack, but i can say you, that -m 7600 doesn't exists. Look here and search for your hashtype : https://hashcat.net/w...
undeath Old hashcat Support 6 12,427 02-05-2014, 04:51 PM
    Thread: Can someone crack a password for me? (willing to pay if needed)
Post: RE: Can someone crack a password for me? (willing ...

time to consult the twitter support...
undeath Old hashcat Support 3 8,108 03-17-2014, 04:17 PM
    Thread: Mysql hast and salt
Post: RE: Mysql hast and salt

wil Wrote: (03-28-2014, 10:33 AM) -- Code: -- -1 ?l -2 ?u -3 ?d ?2?1?1?1?d?d?d?d -- -- let me simplify that for you. ?u?l?l?l?d?d?d?d
undeath Old hashcat Support 4 10,364 03-28-2014, 02:35 PM
    Thread: HC progress percentage: overall progress or only one hash?
Post: RE: HC progress percentage: overall progress or on...

for all hashes.
undeath Old hashcat Support 1 4,251 03-31-2014, 05:02 PM
    Thread: Custom rule/mask not working
Post: RE: Custom rule/mask not working

you can do --stdout to see all generated candidates. "Live" candidates are only shown by oclhashcat I think.
undeath Old hashcat Support 5 9,947 04-04-2014, 08:29 AM