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 [desc] Views Posted
    Thread: Looking for A Little Push
Post: RE: Looking for A Little Push

It sounds like you've discovered a number of options from your research. What are they? What criteria have you considered for prioritizing them?
royce hashcat 9 10,406 08-23-2016, 08:48 PM
    Thread: Finding all the collisions for a given hash
Post: RE: Finding all the collisions for a given hash

I don't know of a way to do this with hashcat today. But the "jumbo" edition of John the Ripper has a "hidden" option (--keep-guessing) that will do this. For CRC32, the source file has to be asse...
royce hashcat 9 12,023 09-11-2016, 06:43 AM
    Thread: Finding all the collisions for a given hash
Post: RE: Finding all the collisions for a given hash

When using masks, hashcat uses the same sequence of passwords every time. I haven't read your script thoroughly, but how does the script teach hashcat that it shouldn't just stop at the first one it ...
royce hashcat 9 12,023 09-11-2016, 03:55 PM
    Thread: Finding all the collisions for a given hash
Post: RE: Finding all the collisions for a given hash

Ah, you're using the offset - nice!
royce hashcat 9 12,023 09-11-2016, 04:39 PM
    Thread: MD5 substring
Post: RE: MD5 substring

It's C. Try compiling it on a Linux system.
royce General Talk 9 10,041 01-08-2017, 11:48 PM
    Thread: MD5 substring
Post: RE: MD5 substring

Note also the compilation instructions that are in the source code itself: cc -o md5substr md5substr.c -march=native -O3 -funroll-loops -fomit-frame-pointer -pthread
royce General Talk 9 10,041 01-09-2017, 12:14 AM
    Thread: MD5 substring
Post: RE: MD5 substring

Probably possible, but I have no experience in that area. Someone else may be able to chime in.
royce General Talk 9 10,041 01-09-2017, 01:12 AM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

See the ./charsets/ subdirectory for character sets that you can use. If you don't know what the target languages might be, apply some wordlists first to determine language frequency, and then target ...
royce hashcat 9 8,851 02-01-2017, 09:21 PM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

Ah, I was reading too quickly - if you're especially interested in multibyte, the stock charsets won't help, but Rurapenthe's post about bruteforcing should still be helpful. The essential insight is ...
royce hashcat 9 8,851 02-01-2017, 09:59 PM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

Huh - yeah, I went back through my notes/scripts and all the iconv items were just -f [source-format] -t [dest-format]. I thought it was harder than that, but I guess not!
royce hashcat 9 8,851 02-02-2017, 01:50 AM
    Thread: Hashcat 1080(s) gpu error
Post: RE: Hashcat 1080(s) gpu error

Could be a power issue. Have you audited real-world power draw from the wall for each PSU under various workloads? How is the power balanced across the board and GPUs?
royce hashcat 9 7,962 02-20-2017, 10:19 PM
    Thread: Hashcat 1080(s) gpu error
Post: RE: Hashcat 1080(s) gpu error

Hmm - that seems like enough headroom to me, on each power supply. With ~180W max per 1080 that's only 540W plus 460W for your mainboard, which seems like plenty. Only other thing I can think of: I...
royce hashcat 9 7,962 02-20-2017, 10:36 PM
    Thread: hashcat v3.5.0
Post: RE: hashcat v3.5.0

Thanks especially for sha1crypt! My 3x 1080 FE + 3x EVGA 970 SC benchmarks are here: Raw: https://gist.github.com/roycewilliams/0d6a837a5c47de36f9aa9c7953384017 Table: (one line per total speed): ht...
royce hashcat 9 18,853 04-05-2017, 06:22 PM
    Thread: 1Password Competition
Post: RE: 1Password Competition

It's after the official period of the challenge, but since people could theoretically keep working on it ... If you post the syntax you were using, we might be able to help. The hashcat hash mode i...
royce General Talk 9 7,198 05-12-2018, 07:22 PM
    Thread: 1Password Competition
Post: RE: 1Password Competition

Yep. The only way to make real progress on it would be if multiple teams with lots of cards all cooperated. Which would itself be pretty cool, IMO.
royce General Talk 9 7,198 05-14-2018, 04:45 PM
    Thread: 1Password Competition
Post: RE: 1Password Competition

Proof of concept: Code: -- # Convert salt and hash from hex to raw and then to base64: $ echo -n '00bb202b205f064e30f6fae101162a2e' | xxd -p -r | base64 ALsgKyBfBk4w9vrhARYqLg== $ echo -n '919...
royce General Talk 9 7,198 05-13-2018, 09:42 PM
    Thread: Mining Rig for hashcat
Post: RE: Mining Rig for hashcat

I'd also run a benchmark (hashcat -b -m 0) to quickly determine if it's a setup problem vs an attack methodology problem. If your driver/etc are set up correctly, a benchmark should peg all available ...
royce Hardware 9 6,982 05-18-2018, 04:45 AM
    Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi

Search the forum for "Xeon phi" - you'll find a few hits, but focus on the ones 2016 and later (that's when support was added, IIRC). Also IIRC the performance is not stellar.
royce hashcat 9 6,679 06-07-2018, 06:29 PM
    Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi

I don't think there's anything special required. If the OS, GPU drivers, and OpenCL are installed properly and supported, it should Just Work™. :)
royce hashcat 9 6,679 06-08-2018, 04:25 AM
    Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi

That's not a Phi problem; that's an OS problem. What OS is it?
royce hashcat 9 6,679 06-11-2018, 05:19 PM