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 Replies [asc] Views Posted
    Thread: [Ask] Multihash Speed
Post: RE: [Ask] Multihash Speed

The more you have hashes the more oclhashcat will be slow. 13 hashes is not so much. Performance begins to fall at ~100.
Mem5 Old oclHashcat Support 3 6,645 10-05-2014, 09:21 AM
    Thread: identifing hash type
Post: RE: identifing hash type

You can try to replace hyphens and underscore by + and /
Mem5 General Help 3 5,539 11-09-2015, 10:34 PM
    Thread: What about crypt8 ?
Post: What about crypt8 ?

Commonly used by Whatsapp (android/iphone), the conversation database file called msgstore.db.crypt8 can be decrypted with a key file (android : /data/data/com.whatsapp/files/key) which contains an i...
Mem5 General Help 3 7,459 11-14-2015, 11:47 AM
    Thread: Help me identify this salted hash?
Post: RE: Help me identify this salted hash?

You cannot use hashcat "MySQL4.1/MySQL5" mode because your hash is salted. onlinehashcrack.com do not crack Salted Mysql. You can try one of : sha1($pass.$salt) sha1($salt.$pass) sha1($salt.$pass.$s...
Mem5 General Help 3 6,138 01-17-2016, 08:32 PM
    Thread: Help me identify this salted hash?
Post: RE: Help me identify this salted hash?

The application builds the hash. If you read the application source code, you will know which algo (mysql, sha1, etc) has been used, and how the salt+hash have been put together ($salt.$pass or $pass....
Mem5 General Help 3 6,138 01-18-2016, 11:18 PM
    Thread: GetThermalSettings error ?
Post: GetThermalSettings error ?

Hello, GPU : MSI GTX 980 OS : Win 8.1x64 / Nvidia 361.91 Cudahashcat 2.01 cmdline : --benchmark Got : Quote: -- WARN: NvAPI_GPU_GetThermalSettings() -1 NVAPI_ERROR -- I quit, and launch i...
Mem5 Old oclHashcat Support 3 6,194 02-26-2016, 08:40 PM
    Thread: GetThermalSettings error ?
Post: RE: GetThermalSettings error ?

I did a complete re-install of the drivers ( uninstall + driver fusion + manual file deletion) But the bug is still here. Any ideas ? Is it a hardware/GPU issue ? or software ? Should I reinstall OS...
Mem5 Old oclHashcat Support 3 6,194 02-27-2016, 11:39 AM
    Thread: GetThermalSettings error ?
Post: RE: GetThermalSettings error ?

Seems like it came from the card itself. I changed it, it's ok now.
Mem5 Old oclHashcat Support 3 6,194 03-06-2016, 11:02 PM
    Thread: --debug-mode 1 slowness ?
Post: --debug-mode 1 slowness ?

Hi, Is there any way that --debug-file and  --debug-mode 1 can reduce the speed for MD5/NTLM/SHA1 on wordlist + rules attack ? (1 = save finding rule) Or my slowness is not related. Thank you.
Mem5 Old oclHashcat Support 3 5,706 12-28-2015, 06:26 PM
    Thread: --debug-mode 1 slowness ?
Post: RE: --debug-mode 1 slowness ?

same for cudahashcat I guess ?
Mem5 Old oclHashcat Support 3 5,706 12-30-2015, 06:35 PM
    Thread: GetThermalSettings error ?
Post: RE: GetThermalSettings error ?

I've check the source code of my error, located at https://github.com/hashcat/oclHashcat/blob/master/src/ext_nvapi.c Code: -- int hm_NvAPI_GPU_GetThermalSettings (NVAPI_PTR *nvapi, NvPhysicalGpu...
Mem5 Old oclHashcat Support 3 6,194 02-27-2016, 12:51 PM
    Thread: What's "xxx ms" in Speed.Dev ?
Post: What's "xxx ms" in Speed.Dev ?

Hi, Indroduced in v3.00 what does Speed.Dev.#1...:  4883.5 kH/s (3.27ms) means ? Should it be high or low ? For information, this is what I get with MD5 (-w 3, 200 hashes, GTX1080), straight wordli...
Mem5 hashcat 3 5,301 07-06-2016, 08:18 AM
    Thread: What's "xxx ms" in Speed.Dev ?
Post: RE: What's "xxx ms" in Speed.Dev ?

Oh yes I read it and forget :s -w 4 is it really insane ? For a headless dedicated machine.
Mem5 hashcat 3 5,301 07-06-2016, 10:01 PM
    Thread: Office collision: 7 or more characters?
Post: RE: Office collision: 7 or more characters?

The command: Quote: -- hashcat64.exe -w 3 -m 9720 tmp_office.txt -a 3 ?a?a?a?a?a?a?a -- does not give any collisions. For the first time ever. Am I doing something wrong ?
Mem5 hashcat 3 4,025 12-28-2016, 05:22 PM
    Thread: Office collision: 7 or more characters?
Post: Office collision: 7 or more characters?

Hello ! I am trying to collide an Office hash : $oldoffice$0*aa*bb*cc. I use : Quote: -- 9710 | MS Office
Mem5 hashcat 3 4,025 12-26-2016, 07:58 PM
    Thread: Overclocked GPU!
Post: RE: Overclocked GPU!

Which algorithm?
Mem5 hashcat 3 4,233 07-07-2017, 04:21 PM
    Thread: Excel Password Hash Extraction
Post: RE: Excel Password Hash Extraction

Renam your .xlsx into .zip, open it, and edit the settings file.
Mem5 General Talk 3 7,360 08-16-2017, 07:24 PM
    Thread: Remove Cracked Hash
Post: RE: Remove Cracked Hash

Have you read hashcat --help ? --remove remove the cracked hashes from hashfile -o result.txt write cracked hash to result.txt
Mem5 hashcat 3 4,933 09-19-2017, 08:15 AM
    Thread: wpa2 broken
Post: RE: wpa2 broken

You must be physically next to the AP for this attack. Hashcat won't help you to do this.
Mem5 hashcat 3 3,880 10-16-2017, 10:22 PM
    Thread: Combinator Attack and unique
Post: Combinator Attack and unique

Hi, When using Combinator attack (with two wordlists), hashcat does not unique duplicate words. I think it's useful, but it may exist a reason why developers did not implement that ? Thanks.
Mem5 hashcat 3 2,897 11-28-2017, 10:42 PM