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 Posted [desc]
    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,985 05-18-2018, 04:45 AM
    Thread: R9 270x/GTX960
Post: RE: R9 270x/GTX960

Hashes per second per dollar is indeed the way to think about it - and if electricity price matters, H/s/watt. For your use case, non-FE would probably be OK. If you can swing a 970, that might be...
royce Hardware 1 1,931 05-18-2018, 05:16 AM
    Thread: Hash types with multiple iterations/rounds
Post: RE: Hash types with multiple iterations/rounds

Good question! Arbitrary iteration is currently out of scope for hashcat. atom has previously added specific cases when it's a commonly needed hash, but that's it. Outside of the hashcat world, ...
royce hashcat 1 4,188 05-20-2018, 06:00 PM
    Thread: Hashcat router admin
Post: RE: Hashcat router admin

You're describing an online attack. Hashcat only works for offline attacks (with the hash in hand).
royce hashcat 4 3,096 05-20-2018, 11:59 PM
    Thread: Cracking Turkish/Foreign Hashes
Post: RE: Cracking Turkish/Foreign Hashes

What MD5 is your Python producing? I get: Code: -- $ echo -n 'ĞĞ' | md5sum 411019a0840fad007398bcab6cc9188c  - -- ... which hashcat cracks, using your syntax: Code: -- $ hashcat --...
royce hashcat 2 2,375 05-21-2018, 12:41 AM
    Thread: MS Office NON-ASCII characters
Post: RE: MS Office NON-ASCII characters

Hmm, no strong ideas here yet from me. Cross-check idea: what method are you using to extract the MS Office hashes? Have you verified your method by setting a simple ASCII password, extracting it, ...
royce hashcat 2 2,072 05-21-2018, 05:33 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

There is indeed a max length for princeprocessor. https://github.com/hashcat/princeprocessor/blob/master/src/pp.c#L32 You'll need to modify the source, increase PW_MAX to at least 20 (in your ca...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-23-2018, 04:27 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

If we assume that the four words are Diceware-style, and truly chosen at random from a list, then for a four-word passphrase, princeprocessor would properly try "barnbarnbarnbarn', etc, but IIRC combi...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-23-2018, 05:16 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

YW. Make sure that PW_MAX is 4x the length of your longest word. Enjoy!
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-23-2018, 05:20 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

Assuming a dictionary whose longest word length is (for example) 12, and a four-word passphrase, then the maximum length of the entire passphrase is 12 x 4 = 48.
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-24-2018, 06:25 AM
    Thread: show.log
Post: RE: show.log

Unless your command line is customizing the name of the session with --session=show, I don't think hashcat is directly generating this file.
royce hashcat 6 3,651 05-24-2018, 08:43 AM
    Thread: [New User] Unlocking excel file-failed to parse hashes
Post: RE: [New User] Unlocking excel file-failed to pars...

Sounds like the hash isn't in the expected format. If you try the exact same attack on the example 9700 hash here: https://hashcat.net/wiki/doku.php?id=example_hashes ... does your attack work? ...
royce hashcat 2 2,503 05-24-2018, 03:06 PM
    Thread: show.log
Post: RE: show.log

Without giving away any sensitive information, can you describe or post what the contents of that file are?
royce hashcat 6 3,651 05-24-2018, 03:12 PM
    Thread: show.log
Post: RE: show.log

Yep, that's a hashcat log file all right. I swear it's acting like you ran something like this: hashcat --session=show [etc] That's the only way I know of to get hashcat to save its log file som...
royce hashcat 6 3,651 05-26-2018, 10:44 PM
    Thread: Lotus Note User ID Hashing
Post: RE: Lotus Note User ID Hashing

It's possible that hashcat's format is a little different in its conversion, but I'm not sure what the difference might be. It's also possible that it's a slightly newer version or variant. Do you...
royce hashcat 5 4,041 05-28-2018, 04:37 PM
    Thread: 500M hashes
Post: RE: 500M hashes

Yes. If your current platform isn't big enough to hold them all, there's no choice other than to chunk them. Just splitting it in half or thirds might be enough. When splitting it, be sure to use spli...
royce General Talk 3 4,305 05-28-2018, 09:34 PM
    Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...

TL, Dr. ;) To summarize: you are cracking an iTunes backup (probably the newer -m 14800, >= 10.0 version) on a single GTX 970, and you're looking for better options. On the spectrum of dictionar...
royce hashcat 8 5,899 05-30-2018, 04:11 AM
    Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...

You might first try a dictionary like rockyou.txt, which has a number of common passwords, in case it was something simple. After that, there are some decent howtos out there for growing your hashc...
royce hashcat 8 5,899 05-30-2018, 04:35 AM
    Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...

Hey, can you explain a bit more about what you meant by "input problems" with the device? Is it possible that the password might be something like one of your suspected passwords, but with letters mis...
royce hashcat 8 5,899 05-30-2018, 05:00 AM
    Thread: Lotus Note User ID Hashing
Post: RE: Lotus Note User ID Hashing

Huh - if the trial copy produces hashes of the same type, then this may indeed simply be a new variant. Please create an issue on hashcat's GitHub here: https://github.com/hashcat/hashcat/issue...
royce hashcat 5 4,041 05-30-2018, 05:40 AM