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 [asc] Replies Views Posted
    Thread: rocktastic -> PACK
Post: rocktastic -> PACK

I ran rocktastic through PACKs rulegen script. https://github.com/aaronjones111/cauldera (https://github.com/aaronjones111/cauldera) Billions of rules counted & sorted. I hope folks find it as inter...
mahoganyduck User Contributions 2 1,624 01-22-2020, 08:57 AM
    Thread: rocktastic -> PACK
Post: RE: rocktastic -> PACK

Mem5 Wrote: (01-22-2020, 12:03 PM) -- Do you have any statistics on well-known hashlist? Huge wordlists are not always the best for slow hashes. -- Too true. Baseword and rule occurrence stats a...
mahoganyduck User Contributions 2 1,624 01-22-2020, 06:55 PM
    Thread: Wordlist optimisation based on ruleset
Post: RE: Wordlist optimisation based on ruleset

PACK rulegen works great for this, but it's got issues with very large wordlists (pythons memory usage once it hits the sorting phase). I did rulegen against rocktastic (13G, 1.1 billion entries)....
mahoganyduck User Contributions 7 4,314 01-23-2020, 08:30 PM
    Thread: Speeding up prince
Post: Speeding up prince

I hope I can get some insight into whats going on in this situation. I'm using pp64 to feed into hashcat. When compared to using just a regular dictionary, I'm seeing a huge performance decrease. ...
mahoganyduck hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 3,797 06-07-2018, 01:11 AM
    Thread: Speeding up prince
Post: RE: Speeding up prince

OK, my apologies, due to the late night last night I was *way* off with what I thought I saw; things look to be working just as expected. pp64.bin --elem-cnt-max=3 --pw-max=15 --pw-min=12 nocount...
mahoganyduck hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 3,797 06-07-2018, 03:50 AM
    Thread: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift

undeath has it right, thanks. The positional replace is kinda close, but trying to use it the way I'm thinking would be horrible. https://hashcat.net/wiki/doku.php?id=rule_based_attack#using_p_nth_...
mahoganyduck hashcat 4 3,133 07-02-2018, 09:19 PM
    Thread: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift

Hmm, there might be hope? https://github.com/hashcat/hashcat/issues/67
mahoganyduck hashcat 4 3,133 07-02-2018, 09:19 PM
    Thread: Brain behavior
Post: Brain behavior

From what I read in the brain functionality announcement (https://hashcat.net/forum/thread-7903.html) it sounds like hashcat tracks attempts anchored around a particular hashlist. Does that mean t...
mahoganyduck hashcat 4 2,810 12-08-2018, 12:35 AM
    Thread: Brain behavior
Post: RE: Brain behavior

I'm trying to figure out what sort of latitude I might have. eg: if I consolodate a bunch of stubborn hashes into a new file, will it know whats been done against each hash, or (I'm thinknig this) a ...
mahoganyduck hashcat 4 2,810 12-08-2018, 01:58 AM
    Thread: No hashes loaded error.... help me pls
Post: RE: No hashes loaded error.... help me pls

First thing I'd check is your hcccapx is formatted correctly vs the example hashes.
mahoganyduck hashcat 3 2,233 04-03-2019, 07:42 AM
    Thread: Need help with one word + lots of rules.
Post: RE: Need help with one word + lots of rules.

I'd say that would normally be a VERY good way to go, but with a gpu. From your description it kind of sounds like it's cpu only, is that the case?
mahoganyduck hashcat 3 1,969 04-03-2019, 07:47 AM
    Thread: Consonant and Vowel masks
Post: RE: Consonant and Vowel masks

Thanks for the response. I'd thought masks were handled exclusively in the GPU, effectively bypassing most bottlenecks from the cpu and pci (not arguing, just trying to get it). I'll dig through th...
mahoganyduck hashcat 2 1,800 04-06-2019, 02:37 AM
    Thread: Toggle question / Emulate shift
Post: Toggle question / Emulate shift

So I'm trying to reduce duplicates in password processing, specifically around case toggling. I'm generating a 4 char keywalk with kwprocessor including shifts, lowercase everything, sort and remov...
mahoganyduck hashcat 4 3,133 07-02-2018, 01:32 AM
    Thread: hashcat64 4.2.1 getting killed OOM
Post: hashcat64 4.2.1 getting killed OOM

Hello! With the latest version of hashcat, when I try to run a benchmark it runs for a moment then gets killed pretty fast (4-5 sec) while starting the MD5 benchmark. Earlier versions of hashcat...
mahoganyduck hashcat 2 2,118 09-17-2018, 06:40 AM
    Thread: Help understanding NetNTLMv2
Post: Help understanding NetNTLMv2

So just trying to grok how hashcat does the cracking around the NetNTLMv2  hash and could use some help getting straightened out. What parts of a captured NetNTLMv2 hash are necessary for hashcat ...
mahoganyduck hashcat 1 1,862 02-26-2019, 06:30 AM
    Thread: Docker as in-line generator for hashcat
Post: Docker as in-line generator for hashcat

Some of the rather interesting password analysis and generation projects out there end up having widely varying and potentially conflicting requirements and dependencies. Usually this is the perfect s...
mahoganyduck hashcat 1 974 02-20-2020, 03:21 AM
    Thread: Consonant and Vowel masks
Post: Consonant and Vowel masks

So I've been playing with some masks based on consonant/vowel patterns extracted from the top 1M words (according to google) and was seeing some surprising hashrate drops vs just using the built in ma...
mahoganyduck hashcat 2 1,800 04-03-2019, 07:19 AM
    Thread: Wordlist massive attack
Post: RE: Wordlist massive attack

Rules are your friends! I've gained a lot of respect for the mad geniuses that came up with one rule. https://github.com/NotSoSecure/password_cracking_rules That plus rockyou has a stupid amount o...
mahoganyduck hashcat 3 2,579 04-03-2019, 08:09 AM
    Thread: hash on rasberry 4 armv7l with a kaili linux
Post: RE: hash on rasberry 4 armv7l with a kaili linux

I've compiled and run hashcat on a raspberryPi, and it does work. It's horribly slow naturally, but it does work. Also pretty frustrating to get going... You have to compile some funky OpenCL version...
mahoganyduck hashcat 3 1,404 02-20-2020, 03:03 AM
    Thread: Docker as in-line generator for hashcat
Post: RE: Docker as in-line generator for hashcat

Followup: It seems to work just fine, BUT, whatever I was doing was causing the console output formatting to go totally nuts. To get around that (and avoid the hellaciously long and complicated ...
mahoganyduck hashcat 1 974 02-21-2020, 09:05 AM