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: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

FWIW, I've been using that same Perl one-liner from undeath, expanded for readability and converted to a standalone script: Code: -- #!/usr/bin/env perl # Credit: undeath, https://hashcat.net...
royce hashcat 10 9,895 03-15-2017, 03:02 PM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

Interesting use cases, thanks. Two things, though: 1. Since the subject of this post starts with "Potfile format", I assumed that the end goal is to convert a potfile, but retain the potfile for...
royce hashcat 10 9,895 03-16-2017, 04:14 AM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

And here's a rough pass at the reverse: Code: -- #!/usr/bin/env perl # Credit: undeath, https://hashcat.net/forum/thread-3522.html # ... and devilsadvocate ;) use utf8; while () {    ...
royce hashcat 10 9,895 03-16-2017, 04:45 AM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

I know this is going to sound silly, but just to triple-confirm ... you're saying that you convert your plaintext dictionaries to hex strings, producing output like this (from the first ten lines of r...
royce hashcat 10 9,895 03-16-2017, 06:11 AM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

With the recent appearance of --encoding-from and --encoding to, I wouldn't expect there to be any additional value in storing wordlists as hex. If you're getting additional hits because of them, they...
royce hashcat 10 9,895 11-23-2017, 08:11 PM
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

With the upcoming -S / --slow-candidates option, it may be that a better approach for this could be possible.
royce hashcat 19 9,937 09-03-2018, 04:27 AM
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

Fair. I'm a little over my head here, but it does sound as though the length enforcement is happening in the wrong place for slow hashes.
royce hashcat 19 9,937 09-03-2018, 04:39 PM
    Thread: Benchmark selection
Post: RE: Benchmark selection

atom Wrote: (10-29-2017, 11:08 AM) -- Quote: -- For selecting groups of hashes for focused benchmarking, it might be useful to select all of the ones in a particular family: -- Doesn't sound ec...
royce hashcat 8 9,939 10-29-2017, 06:10 PM
    Thread: Benchmark selection
Post: RE: Benchmark selection

I am not sure which other algorithms would apply, but I imagine that some algorithms are good for testing differences between AMD/NVIDIA, or between driver versions, or between versions of hashcat. at...
royce hashcat 8 9,939 10-28-2017, 03:44 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: Linux GPU accelerated cracking
Post: RE: Linux GPU accelerated cracking

Skip K-a-l-i. I'd go straight to release of Ubuntu 16.04 LTS, and then set up using these instructions: https://hashcat.net/faq/wrongdriver ... and this version of the drivers directly from AMD:...
royce hashcat 5 10,071 02-22-2018, 04:36 PM
    Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop

Using hashcat on systems for which you are not explicitly authorized to do so ... is a very, very bad idea. What you're describing is certainly unethical, and may even be illegal (but IANAL and this i...
royce Hardware 15 10,085 06-04-2018, 03:42 AM
    Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop

That's some kind of weird GPU subscription/membership thing I've never seen before. But the card itself looks right. The "Founders Edition" cards are the hardiest and have the best cooling design - bu...
royce Hardware 15 10,085 06-04-2018, 05:07 AM
    Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop

Yeah, agreed - that looks pretty shady.
royce Hardware 15 10,085 06-04-2018, 05:22 PM
    Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop

https://gist.github.com/roycewilliams/616db7a80f145f46a40807b7605c164a
royce Hardware 15 10,085 06-07-2018, 06:34 PM
    Thread: First Cracking Rig
Post: RE: First Cracking Rig

I hadn't seen that case before - interesting form factor. If you intend to run long jobs, make sure that your cooling of the room itself is adequate. I haven't done the math, but 2x1600 PSUs seems ...
royce Hardware 19 10,139 02-19-2019, 05:29 PM
    Thread: First Cracking Rig
Post: RE: First Cracking Rig

Since mining has dropped off a bit, you can probably pick up some of the higher-end multi-PCIe boards for pretty cheap. Some examples: https://bitcoin.zorinaq.com/many_pcie/ Some attacks are happier ...
royce Hardware 19 10,139 02-19-2019, 05:49 PM
    Thread: truncating passwords instead of rejecting them
Post: truncating passwords instead of rejecting them

In this 2011 thread: https://hashcat.net/forum/thread-698.html ... someone asked about "wordlist clipping" - being able to truncate passwords instead of rejecting them. The suggestion at the t...
royce Old oclHashcat Support 6 10,387 01-14-2015, 09:20 PM