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 [desc] Replies Views Posted
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

looks exactly like the format hashcat expects.
undeath hashcat 9 2,995 01-20-2020, 07:07 PM
    Thread: possible to crack .7z file with sha-256?
Post: RE: possible to crack .7z file with sha-256?

No you can not simply replace some mode with a random other mode. If you could, everyone would do it. For the difference between SHA256 and AES256 I recommend wikipedia.
undeath hashcat 4 1,512 01-22-2020, 10:37 PM
    Thread: Hashcat 5.1.0 never returns results
Post: RE: Hashcat 5.1.0 never returns results

Quote: -- Code: -- hashcat64.exe -a 3 -m 0 -p : -o "c:\my\desktop\pw.txt" "c:\my\desktop\hash.txt" -O -1 ?a ?1?1?1?1 -- -- that's a weird "simple" example. A simple example would be Code: -- h...
undeath hashcat 3 1,123 01-22-2020, 11:53 PM
    Thread: Hashcat does not see GPU (??)
Post: RE: Hashcat does not see GPU (??)

Your hashcat version is really old. Your GPU is very old and probably no longer supported. If it is, you still need to install the proprietary nvidia driver.
undeath hashcat 3 1,210 01-26-2020, 06:30 PM
    Thread: Hashcat does not see GPU (??)
Post: RE: Hashcat does not see GPU (??)

As suspected your GPU is simply too old and unsupported.
undeath hashcat 3 1,210 01-26-2020, 07:05 PM
    Thread: Several Words + #'s + characters
Post: RE: Several Words + #'s + characters

for the wordlist you can use princeprocessor (https://hashcat.net/wiki/doku.php?id=princeprocessor). To append the numbers+specials you can use rules.
undeath hashcat 1 651 01-28-2020, 05:06 PM
    Thread: Hashcat stop working when launched
Post: RE: Hashcat stop working when launched

Your command line doesn't make sense. Either you use straight wordlist mode (a0) and pipe something in (a stupid idea in your case) or you use hashcat's native mask attack (a3) and specify the correct...
undeath hashcat 5 1,551 01-28-2020, 11:20 PM
    Thread: Hashcat stop working when launched
Post: RE: Hashcat stop working when launched

Are you using risers? One of them might be defective. You can try running the attack on individual devices.
undeath hashcat 5 1,551 01-29-2020, 02:00 AM
    Thread: Help!
Post: RE: Help!

What problem do you mean?
undeath hashcat 3 1,091 01-29-2020, 03:48 PM
    Thread: how to do it better ???
Post: RE: how to do it better ???

You only need to fix that if you see the error. The message in itself is only a warning. I'm not sure what you mean by "restore the settings" but you can already do everything hashcat does without tha...
undeath hashcat 4 1,324 01-30-2020, 12:07 AM
    Thread: Rules effects.
Post: RE: Rules effects.

description for individual rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack to see what a specific ruleset generates you can use hashcat's stdout mode hashcat -r rules.rule wordlist...
undeath hashcat 3 1,045 02-05-2020, 05:02 PM
    Thread: Need help with hashcat
Post: RE: Need help with hashcat

Your hardware is way too old. Sorry, got confused. Download the latest nvidia driver from their homepage, not through windws. https://www.nvidia.com/Download/driverResults.aspx/145874/en-us
undeath hashcat 2 1,058 02-05-2020, 10:51 PM
    Thread: Deleting symbols with rules?
Post: RE: Deleting symbols with rules?

There is no way. The @ rule is not implemented in hashcat. It was only available in the old cpu-only version.
undeath hashcat 4 1,043 02-06-2020, 09:04 PM
    Thread: Deleting symbols with rules?
Post: RE: Deleting symbols with rules?

Indeed the rule seems to have been implemented into hashcat. But no, there's no shortcut for whole sets. You may consider pre-processing your wordlist file(s) if applicable.
undeath hashcat 4 1,043 02-06-2020, 10:48 PM
    Thread: A bit of an issue with rules.
Post: RE: A bit of an issue with rules.

wheelies Wrote: (02-11-2020, 09:56 PM) -- One question, when would rules being applied after the check be useful? -- When speed is a priority.
undeath hashcat 4 1,566 02-12-2020, 12:16 AM
    Thread: Need advice of Drivers for my setup.
Post: RE: Need advice of Drivers for my setup.

For CPU support you need the Intel OpenCL runtime. For nvidia GPUs you need the official nvidia driver. You do not need OpenGL.
undeath hashcat 5 1,838 02-13-2020, 05:39 PM
    Thread: Ethereum Wallet and 1080ti trouble
Post: RE: Ethereum Wallet and 1080ti trouble

on scrypt that's not unexpected
undeath hashcat 4 1,626 02-15-2020, 06:13 PM
    Thread: hash on rasberry 4 armv7l with a kaili linux
Post: RE: hash on rasberry 4 armv7l with a kaili linux

only x86 systems are officially supported even though you can probably compile hashcat for arm. However, I'm not aware of any working OpenCL runtime for arm/rpi which is required to use hashcat.
undeath hashcat 3 1,409 02-15-2020, 06:32 PM
    Thread: run hashcat on winserver 2019
Post: RE: run hashcat on winserver 2019

Maybe Xeon CPUs have a special OpenCL runtime? I don't know. But hashcat should work just fine if you have a correctly installed OpenCL runtime.
undeath hashcat 7 2,335 02-15-2020, 06:36 PM
    Thread: Session recovery with multiple gpu's
Post: RE: Session recovery with multiple gpu's

Session restores work checkpoint-based. hashcat will always continue from the last reached checkpoint on. If that one happens to have been a while back that's simply what it is.
undeath hashcat 4 1,618 02-16-2020, 03:20 PM