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: multi hash
Post: RE: multi hash

If you are cracking different networks at a time there cannot be any speed improvement. The handshake is salted with the SSID.
undeath hashcat 6 6,160 06-11-2017, 02:06 PM
    Thread: Custom Sha1 hash type
Post: RE: Custom Sha1 hash type

there is no difference to sha1(salt.password) with salt := salt.username
undeath Old oclHashcat Support 4 6,173 02-16-2015, 01:52 AM
    Thread: Custom Sha1 hash type
Post: RE: Custom Sha1 hash type

in your example you would specify salt as "1234admin". Problem solved.
undeath Old oclHashcat Support 4 6,173 02-16-2015, 02:43 AM
    Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg

JaneTheCracker Wrote: (06-01-2018, 11:20 AM) -- Does the CPU matter for hashcat? -- Unless you do CPU-cracking, no. JaneTheCracker Wrote: (06-01-2018, 11:20 AM) -- Does the amount of ram matter for...
undeath Hardware 7 6,178 06-01-2018, 11:33 AM
    Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg

Drive speed only matters in so far as that it influences start time. Once hashcat is running it doesn't (unless you run a straight wordlist attack on a fast hash, but that's inefficient anyway).
undeath Hardware 7 6,178 06-01-2018, 11:54 AM
    Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg

That's correct.
undeath Hardware 7 6,178 06-03-2018, 05:09 PM
    Thread: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Post: RE: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

looks like your hashcat is missing files. Re-download it and extract it anew, to a new folder to make sure it's in a clean state.
undeath hashcat 8 6,178 10-19-2019, 03:54 PM
    Thread: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Post: RE: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

Are you copying stuff around or running "make install" or are you running hashcat from the build directory?
undeath hashcat 8 6,178 10-19-2019, 07:26 PM
    Thread: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Post: RE: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

Code: -- Device #2: Kernel /hashcat/OpenCL/m00000_a3-optimized.cl build failed - proceeding without this device. -- the path is weird. It shouldn't be trying to pick up anything from /hashcat but ~...
undeath hashcat 8 6,178 10-19-2019, 09:19 PM
    Thread: Trying to crack md5($pass.$salt), line length exception
Post: RE: Trying to crack md5($pass.$salt), line length ...

if you want to get help supply sufficient information.
undeath Old hashcat Support 1 6,181 12-03-2011, 10:20 PM
    Thread: : rule - question on behavior and use
Post: RE: : rule - question on behavior and use

the first two are equivalent.
undeath General Help 2 6,183 08-07-2013, 11:07 PM
    Thread: Appending hashlist on the fly.
Post: RE: Appending hashlist on the fly.

1. not possible 2. definitely possible with different devices, not sure about the same device. try it.
undeath Old oclHashcat Support 3 6,199 09-22-2014, 03:59 PM
    Thread: A Difficult Salting Method
Post: RE: A Difficult Salting Method

Correct. There is not.
undeath General Help 4 6,227 02-22-2015, 01:15 AM
    Thread: Mask attack help
Post: RE: Mask attack help

zap44 Wrote: (02-11-2018, 01:04 AM) -- Based on my limited knowledge, I know that the password is in the range of 60521739 -> 67646497 from the information above. -- Wrong. Based on the information...
undeath hashcat 5 6,232 02-11-2018, 01:09 AM
    Thread: Defining character length.
Post: RE: Defining character length.

i wonder if this happens when applying rules that shorten the words. Looks very much like the result of applying rule "*05 O03 d '3 p1" from best64.rule
undeath hashcat 21 6,238 09-18-2019, 09:28 PM
    Thread: Defining character length.
Post: RE: Defining character length.

iirc password length restrictions are only enforced on the dictionary word, not the mutated candidate.
undeath hashcat 21 6,238 09-18-2019, 11:27 PM
    Thread: NTLM
Post: RE: NTLM

yes, your hash file must only contain the hash itself.
undeath Old hashcat Support 2 6,239 10-21-2012, 05:23 PM
    Thread: Distribute calculations and "verification" hashes
Post: RE: Distribute calculations and "verification" has...

hashcat is using markov chains to try more probable words first. You can have a look at the next candidates by running a command like Code: -- ./hashcat64.bin --stdout -a3 '?a?a?a?a' -s 5555 -l 20...
undeath hashcat 6 6,261 08-21-2017, 07:44 PM
    Thread: Distribute calculations and "verification" hashes
Post: RE: Distribute calculations and "verification" has...

Are both tools possibly using different hcstat files?
undeath hashcat 6 6,261 08-22-2017, 03:55 PM
    Thread: appending numbers to combo attack
Post: RE: appending numbers to combo attack

doing such an attack has become rather complicated since hashcat dropped support for fifos and the lack of support for stdin on mode a6/a7 and lack of support for rules on mode a1. Easiest way is u...
undeath hashcat 3 6,267 04-14-2018, 03:07 PM