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 [desc] Replies Views Posted
    Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working

you didn't really mention the hash type and your command. please do
philsmd hashcat 5 1,839 02-20-2020, 12:47 AM
    Thread: Need advice of Drivers for my setup.
Post: RE: Need advice of Drivers for my setup.

why are you using pipe/stdin ? It's very weird that you are asking why something is not fast enough but don't really explain what your command is and why you are using a Pipe: Quote: -- Guess.B...
philsmd hashcat 5 1,838 02-20-2020, 01:01 AM
    Thread: Veracrypt with multiple keyfiles
Post: RE: Veracrypt with multiple keyfiles

the file checksum is calculated internally by hashcat. All the files are combined to later create the checksum (as veracrypt does too) Therefore, if you do NOT know which files you used or the orde...
philsmd hashcat 5 1,952 02-20-2020, 10:19 AM
    Thread: Hashcat Brain not working
Post: RE: Hashcat Brain not working

maybe you are confusing the hashcat brain with some hashcat wrapper like hashtopolis that tries to distribute work across multiple rigs/systems ? brain and distributed cracking wrappers/systems act...
philsmd hashcat 5 1,839 02-20-2020, 10:29 AM
    Thread: Couple of questions
Post: RE: Couple of questions

no, PMKID is not specific to WPA3. As far as I know you just capture the network traffic with https://github.com/ZerBea/hcxdumptool and convert the capture file to hashes with https://github.com/Ze...
philsmd hashcat 8 2,671 02-21-2020, 08:20 AM
    Thread: Kerberoasting not working
Post: RE: Kerberoasting not working

the question now is, does it work without --force ? does it crack with the correct password ?
philsmd hashcat 8 2,397 02-21-2020, 10:32 AM
    Thread: Kerberoasting not working
Post: RE: Kerberoasting not working

do you use the latest beta version from https://hashcat.net/beta/ ?
philsmd hashcat 8 2,397 02-21-2020, 12:24 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

The algorithm is of course implemented in OpenCL code: https://github.com/hashcat/hashcat/blob/master/OpenCL/m18200_a3-pure.cl You could also look at the perl test module: https://github.com/hashca...
philsmd hashcat 7 2,449 02-21-2020, 05:20 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

the decrypted bytes do have a specific structure: https://github.com/hashcat/hashcat/blob/6b8f0da8e9d6a7f40e8376728be10908e7bb4c13/OpenCL/m18200_a3-pure.cl#L157-L167
philsmd hashcat 7 2,449 02-21-2020, 08:17 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

yes, early reject optimizations
philsmd hashcat 7 2,449 02-22-2020, 10:37 AM
    Thread: Keys
Post: RE: Keys

how do you want to hit the keys ? with something else than your fingers ? (e.g. a wrapper script) I would suggest to use --status --status-timer or alternative a different structure/format: ...
philsmd hashcat 3 1,503 02-24-2020, 08:19 PM
    Thread: Cisco IE1000 Switch
Post: RE: Cisco IE1000 Switch

doesn't the configuration file also tell you the type of the "password". I guess, it's none of these https://community.cisco.com/t5/networking-documents/understanding-the-differences-between-the-ci...
philsmd hashcat 5 1,772 02-24-2020, 09:11 AM
    Thread: Keys
Post: RE: Keys

You would need to explain exactly what your end goal is such that somebody in here can explain if this would make sense and if it would work. Why would you need to fake pressing some keys in the first...
philsmd hashcat 3 1,503 02-25-2020, 09:45 AM
    Thread: How to crack Keepass2 passcode, help me
Post: RE: How to crack Keepass2 passcode, help me

so you are using -m 13400 together with the modified (removed file names etc) output of keepass2john from bleeding-jumbo john the ripper (JTR) ? Well, it depends if the chars are appended/prepended...
philsmd hashcat 1 933 02-25-2020, 06:13 PM
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

you need to specify the hash file too: hashcat -m 22000 -a 0 -w 3 -r rockyou-30000.rule hash.txt rockyou.txt what happens if you do not use any rules ? does it work without rules ?
philsmd hashcat 29 21,222 02-25-2020, 09:26 PM
    Thread: why the Alphabetic charset is so slow
Post: RE: why the Alphabetic charset is so slow

what do you mean ? mask attack (-a 3) ? there is no such thing as alphanumeric chars in hashcat built-in charsets: we only have the single groups of characters like ?d,?l,?u and the combination of...
philsmd hashcat 5 1,805 02-26-2020, 08:58 AM
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

so you say that you are pressing "s" and the output never appears ? Does this happen "only" in -a 0 ? I would suggest that you re-install the drivers following this tutorial https://hashcat.net/...
philsmd hashcat 29 21,222 02-26-2020, 11:58 AM
    Thread: What is pw_len of the pw type ?
Post: RE: What is pw_len of the pw type ?

yes u32[] means that each item consist of 4 bytes, i.e. 64 * 4 = 256 maximum password length pw_len is the length in bytes, of course (everything else wouldn't make sense). each additional characte...
philsmd hashcat 2 1,001 02-26-2020, 01:14 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

@zvonko I guess this is not the mobile app you are using, but the Desktop Application. We had this github issue https://github.com/hashcat/hashcat/issues/1534 and unfortunately nobody mentioned/exp...
philsmd hashcat 9 2,995 02-26-2020, 01:19 PM
    Thread: Cisco IE1000 Switch
Post: RE: Cisco IE1000 Switch

that's interesting. so it seems to be a hash indeed. The problem is that we do not know the algorithm, Maybe that's a Cisco secret, I guess. You could try to kindly ask some cisco support/techni...
philsmd hashcat 5 1,772 02-27-2020, 09:31 AM