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 Views [desc] Posted
    Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote

you need to specify the path to the "NoteStore.sqlite" SQLITE file within the command line (that is exactly what the Usage says). The script doesn't work without specifying the sqlite file within t...
philsmd hashcat 5 817 08-03-2020, 12:01 PM
    Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote

don't post hashes here, see https://hashcat.net/forum/announcement-2.html I think only the last 3 ones are valid hashes, the last three load perfectly fine for me and seem to crack (e.g. for one of...
philsmd hashcat 5 817 08-04-2020, 01:09 AM
    Thread: CPU advantage
Post: RE: CPU advantage

I would say in mostly all of the cases even slow hashes are faster on GPU.\ so the statement about slow hashes being faster on CPU is (in general) completey incorrect. There are only few excepti...
philsmd hashcat 3 818 03-29-2020, 08:54 AM
    Thread: DCC2 Cracking from a file not working
Post: RE: DCC2 Cracking from a file not working

you are probably using the wrong file. the error messages clearly mentions a different hash btw: you are not allowed to post hashes here, see forum rules (it doesn't matter if it is just an example...
philsmd hashcat 1 823 02-07-2020, 06:56 PM
    Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)

example hashes are here: https://hashcat.net/wiki/doku.php?id=example_hashes you could also use Code: -- -m 13400 --example-hashes -- I would guess that your hash needs to start with $keepass...
philsmd hashcat 5 823 07-10-2020, 10:39 AM
    Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)

maybe the root of the problem depends on which keepass2john tool you use. I would highly recommend to use the "official" repository: https://github.com/magnumripper/johntheripper (this is also much...
philsmd hashcat 5 823 07-10-2020, 11:12 AM
    Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)

technically, you are not "cracking AES". AES is a cipher, an encryption/decryption algorithm with fixed key lengths (the keys are just a bunch of random bytes). what you are instead doing is to cra...
philsmd hashcat 5 823 07-10-2020, 12:40 PM
    Thread: how long it takes
Post: RE: how long it takes

no, that's not feasible random data is very difficult to brute-force starting with some (quite "small") lengths and I think you didn't really do the math here: 64 hex would be 16 ^ 64 = 1157920892...
philsmd General Talk 1 842 01-19-2020, 12:44 PM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

install the driver as mentioned here: https://hashcat.net/hashcat https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section PS: and do not forget to update ha...
philsmd hashcat 5 843 08-26-2020, 01:42 AM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

just install the dependency: Code: -- sudo apt install lsb-core -- The ubuntu version check can be ignored as far as I know
philsmd hashcat 5 843 08-26-2020, 02:15 AM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

do you now use the latest hashcat version ? which operating system do you use ?
philsmd hashcat 5 843 08-29-2020, 03:02 PM
    Thread: Save restore file each NUM seconds
Post: RE: Save restore file each NUM seconds

the question is what you are trying to do. and why you would need that feature. I'm pretty sure it was removed because hashcat can't really be configured to have an update of the progress every x s...
philsmd hashcat 3 844 05-29-2020, 09:27 PM
    Thread: Speed up bruteforce H/s
Post: RE: Speed up bruteforce H/s

let's start by letting us know which type of hashes you are targeting. Throwing some numbers at the table doesn't make much sense without the information about the algorithm / hash type . BTW: m...
philsmd hashcat 3 845 05-01-2020, 12:30 PM
    Thread: Whats the most efficient way to do this? (newbie)
Post: RE: Whats the most efficient way to do this? (newb...

maybe rule based attacks: https://hashcat.net/wiki/doku.php?id=rule_based_attack Code: -- r ^T ^I ^W $5 $0 -- the last part (adding the digits, $5 $0) can be done also with a separate rule...
philsmd hashcat 3 846 04-23-2020, 05:54 PM
    Thread: Hashfile 'hash100.txt' on line 1 Token length exception : No Hashes Loaded
Post: RE: Hashfile 'hash100.txt' on line 1 Token length ...

Do not use --force Do not use --show (makes no sense while trying to *crack* hashes) Example hashes can be found here: https://hashcat.net/wiki/example_hashes or use the command: hashcat -m 1000 ...
philsmd hashcat 2 850 03-29-2020, 12:34 PM
    Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?

I think it has to do that a single kernel call can't crack a hash multiple times. There are just way too many collisions for a fast cracker like hashcat. I think a similar problem/limitation/restri...
philsmd hashcat 4 851 06-19-2020, 06:24 PM
    Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?

Code: -- -n 1 -- ?
philsmd hashcat 4 851 06-19-2020, 10:18 PM
    Thread: Hashcat isn't using GPU
Post: RE: Hashcat isn't using GPU

it's quite an old GPU. Does the driver you have even state official OpenCL support for your GPU with latest version ? maybe you can also test with some tuning software like afterburner and GPU-Z et...
philsmd hashcat 2 853 05-26-2020, 09:31 AM
    Thread: OSX 10.12.6 Sierra - Token length exception
Post: RE: OSX 10.12.6 Sierra - Token length exception

https://github.com/hashcat/hashcat/issues/1697#issuecomment-425702306 you can just truncate it (to the same length the example hash has https://hashcat.net/wiki/example_hashes) The more seriou...
philsmd hashcat 1 855 12-16-2019, 07:30 PM
    Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...

Is the content also compressed ? How does the hash start ? With $7z$1$19$... (see https://github.com/philsmd/7z2hashcat#explanation-of-the-hash-format) ? Which version of hashcat do you use ? do yo...
philsmd General Talk 6 855 08-29-2020, 07:55 AM