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 [desc] Forum Replies Views Posted
    Thread: Noob trying to follow this walkthrough
Post: RE: Noob trying to follow this walkthrough

Pentium CPU is your problem. Try again on a GPU?
Mem5 hashcat 12 7,525 10-31-2018, 09:54 AM
    Thread: Extracting ESSID from hccapx files
Post: RE: Extracting ESSID from hccapx files

According to hccapx structure https://hashcat.net/wiki/doku.php?id=hccapx#detailed_structure ESSID offset is from 0x0a to 0x29. wlanhcxinfo tool can extract for you, or you can do it with standard l...
Mem5 General Talk 2 2,393 11-01-2018, 10:27 AM
    Thread: BLAKE2
Post: RE: BLAKE2

1935.6 MH/s on my 1080 ti
Mem5 hashcat 4 3,133 11-05-2018, 02:19 PM
    Thread: hashcat v5.0.0
Post: RE: hashcat v5.0.0

Thanks again atom & team! I saw hashcat 5.0.0 (full) benchmark is already available at https://www.onlinehashcrack.com/tools-benchmark-hashcat-gtx-1080-ti-1070-ti.php
Mem5 hashcat 11 50,025 11-05-2018, 02:27 PM
    Thread: Rules test
Post: RE: Rules test

--stdout is your friend: Code: -- > echo kevin | hashcat64 --stdout -j "c" Kevin > echo kevin | hashcat64 --stdout -r best64.txt kevin1 ... --
Mem5 General Talk 2 2,318 11-05-2018, 08:22 PM
    Thread: Using SQLite Database as password list?
Post: RE: Using SQLite Database as password list?

Void.net Wrote: (11-07-2018, 08:42 PM) -- SQLlite 3 it is. -- hashcat reads plain text file, not SQL.
Mem5 hashcat 1 2,006 11-07-2018, 08:44 PM
    Thread: intercepting application that reads encrypted zip
Post: RE: intercepting application that reads encrypted ...

- Read from memory (RAM) the process space or/and - hook all API used by the process. You will be able to see for example the params given to function, so maybe the password.
Mem5 General Talk 4 3,399 11-07-2018, 08:49 PM
  Question Thread: MS Office 2019 hashes
Post: MS Office 2019 hashes

Anyone tested MS Office 2019 encrypted file hashes ? Are they the same encryption algo as Office 2016 ? Thanks.
Mem5 General Talk 2 2,622 11-14-2018, 05:37 PM
    Thread: MS Office 2019 hashes
Post: RE: MS Office 2019 hashes

Thanks!
Mem5 General Talk 2 2,622 11-15-2018, 01:27 AM
    Thread: hashcat-4.1.0 can't run
Post: RE: hashcat-4.1.0 can't run

Forst, get latest version (5.0.0). Second, change you directory to hashcat. You must call hashcat from the diectroy where it has been unzipped.
Mem5 hashcat 7 6,125 11-15-2018, 10:07 AM
    Thread: How to use hashcat to crack a PPT file password?
Post: RE: How to use hashcat to crack a PPT file passwor...

Depending of the version of your file, choose modes 9700/9800/9400/9500/9600
Mem5 hashcat 6 3,816 11-18-2018, 12:29 AM
    Thread: FileVault 2 performance issue?
Post: RE: FileVault 2 performance issue?

iterations count is part of the hash.
Mem5 hashcat 3 2,035 12-20-2018, 11:45 AM
    Thread: cracking Wifi with android phone
Post: RE: cracking Wifi with android phone

Not tested: https://github.com/JuniorJPDJ/hcxtools-android A feedback is welcome if you test it.
Mem5 hashcat 2 2,328 12-20-2018, 11:49 AM
    Thread: brain-server
Post: RE: brain-server

netstat?
Mem5 hashcat 4 4,680 11-19-2018, 09:52 AM
    Thread: mscash2 - can't find password in dictionary
Post: RE: mscash2 - can't find password in dictionary

jacobsh Wrote: (12-17-2018, 11:52 PM) -- EDIT: Seems like a deliberate limitation: https://www.notsosecure.com/maximum-password-length-reached/ -- It's a article from 2013, and using an old version ...
Mem5 hashcat 3 2,346 12-18-2018, 10:17 AM
    Thread: hashcat-4.1.0 can't run
Post: RE: hashcat-4.1.0 can't run

It's not an issue. Just change the directory: use "cd" under windows and linux.
Mem5 hashcat 7 6,125 11-19-2018, 07:54 PM
    Thread: About Winzip (13600) hash
Post: About Winzip (13600) hash

Hi, I notice a double '*' in the example (https://hashcat.net/wiki/doku.php?id=example_hashes) Winzip hash: $zip2$*0*3*0*b5d2b7bf57ad5e86a55c400509c672bd*d218*0**ca3d736d03a34165cfa9*$/zip2$ When I...
Mem5 General Talk 2 3,417 11-20-2018, 08:43 PM
    Thread: About Winzip (13600) hash
Post: RE: About Winzip (13600) hash

Right, Quote: -- DF = compressed data DF can be Le*2 hex bytes, and if so, then it is the ENTIRE file blob written 'inline'. -- So if your zip file is 100 Mb, the hash will be huge for nothing. After...
Mem5 General Talk 2 3,417 11-21-2018, 11:36 AM
    Thread: bcrypt hash with salt
Post: RE: bcrypt hash with salt

Read help/wiki/usage. You missed something do to (dictionnary attack ? mask ? etc.), that's why hashcat is waiting for your input in stdin.
Mem5 hashcat 12 18,675 11-22-2018, 10:46 AM
    Thread: bcrypt hash with salt
Post: RE: bcrypt hash with salt

What's your GPU card? Do some math. Aasssuming you have a GTX 1080 Ti, you will try ~23'000 passwords per seconds. You said "I don't know the length or characters used". Assuming mixalpha+digits =>...
Mem5 hashcat 12 18,675 11-23-2018, 12:14 AM