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 [asc] Posted
    Thread: Rule Question
Post: RE: Rule Question

hashcat will not run the unmodified word unless a rule in the rules file returns the unmodified word again.
undeath hashcat 3 1,243 08-26-2019, 04:05 PM
    Thread: Can this password type be brute forced?
Post: RE: Can this password type be brute forced?

Assuming a theoretical hash rate of 1 TH/s (which is already very fast, even for a fast hash mode) you'd be looking at about 10^43 years of cracking. Pretty sure that's well beyond the expected end of...
undeath General Talk 2 1,226 01-10-2020, 01:08 PM
    Thread: Unhandled Exception
Post: RE: Unhandled Exception

are you talking about some third-party gui?
undeath hashcat 2 1,216 07-25-2019, 12:26 AM
    Thread: No hashes loaded
Post: RE: No hashes loaded

please try again with the latest hashcat version (or beta version)
undeath hashcat 3 1,210 03-11-2020, 11:06 PM
    Thread: Hashcat RAM usage
Post: RE: Hashcat RAM usage

Why are you using --self-test-disable? If hashcat fails to start otherwise your driver is probably broken which is an issue you need to fix…
undeath General Talk 3 1,209 05-11-2020, 01:10 AM
    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,208 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,208 01-26-2020, 07:05 PM
    Thread: XNMI rule function is not working ?
Post: RE: XNMI rule function is not working ?

rules annotated with "+" on the rules wiki page (https://hashcat.net/wiki/doku.php?id=rule_based_attack) only work with the legacy hashcat-cpu version.
undeath hashcat 3 1,194 09-27-2019, 04:42 PM
    Thread: Parsing and counting salts in hashlists
Post: RE: Parsing and counting salts in hashlists

There is no generic way of doing it. Various formats have their own representation and encoding. See https://hashcat.net/wiki/doku.php?id=example_hashes for some examples.
undeath General Talk 2 1,189 09-20-2019, 12:57 PM
    Thread: scrypt hash format
Post: RE: scrypt hash format

You have to reformat the hashes for cracking with hascat. Hashcat's format is SCRYPT:n:r:p:salt:hash salt and hash are base64-encoded. I think hashcat only supports hash lengths of 32 bytes. You have...
undeath hashcat 2 1,187 08-12-2019, 11:19 AM
    Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files

a text editor
undeath hashcat 5 1,186 04-22-2020, 08:37 PM
    Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files

what's that supposed to mean?
undeath hashcat 5 1,186 04-22-2020, 08:54 PM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

When disconnecting ssh all programs running in the shell will usually be terminated. If you want a program to continue running you need to use a terminal emulator like screen or tmux or other techniqu...
undeath hashcat 12 1,185 08-16-2020, 12:46 PM
    Thread: hashcat & cpulimit/cputool
Post: RE: hashcat & cpulimit/cputool

you can use -w1. To lock hashcat to certain cpu cores you can use the --cpu-affinity option
undeath hashcat 1 1,177 03-30-2019, 06:50 PM
    Thread: best approach?
Post: RE: best approach?

see https://hashcat.net/wiki/doku.php?id=mask_attack but you will have to narrow down the possibilities.
undeath General Talk 1 1,167 07-24-2019, 01:32 PM
    Thread: Hash of office file need to be cracked.
Post: RE: Hash of office file need to be cracked.

you forgot to specify a wordlist
undeath General Talk 1 1,161 10-07-2019, 06:11 PM
    Thread: When should I start with my hashcat experiment
Post: RE: When should I start with my hashcat experiment

i would wait at least two or three.
undeath Hardware 6 1,143 06-22-2020, 06:41 PM
    Thread: change working directory
Post: RE: change working directory

you probably broke the file when you tried to edit it. The format is documented here: https://hashcat.net/wiki/doku.php?id=restore
undeath hashcat 3 1,131 12-16-2019, 10:34 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,121 01-22-2020, 11:53 PM
    Thread: dictionnary
Post: RE: dictionnary

"at the same time" doesn't really make sense. You could start multiple hashcat instances, one for each dictionary, but that's not generally recommended. Also, don't use --force. ever.
undeath hashcat 4 1,120 04-08-2020, 11:33 AM