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: Hash Mode request MS SQL 2016 with salt
Post: RE: Hash Mode request MS SQL 2016 with salt

Could be anything. Do you know the software / CMS / code that generates these hashes ? I assume it's not the MSSQL software itself ? is it some custom software / webpage ? You need to be more sp...
philsmd hashcat 4 1,108 03-19-2020, 04:09 PM
    Thread: CL_INVALID_VALUE - yes, OpenCL is installed
Post: RE: CL_INVALID_VALUE - yes, OpenCL is installed

does the beta work for you https://hashcat.net/beta/ ?
philsmd hashcat 2 1,104 01-14-2020, 09:36 AM
    Thread: Help!
Post: RE: Help!

use this command to change the directory in cmd: Code: -- cd Users\Underground\Desktop\hashcat-5.1.0 --
philsmd hashcat 3 1,091 01-29-2020, 03:16 PM
    Thread: Compile by make win failed on Linux Mint
Post: RE: Compile by make win failed on Linux Mint

wow that's quite a special case that you want to cross-compile it. All other cases are quite good documented but normally only the devs needs to build the windows binaries from linux. It's document...
philsmd hashcat 1 1,090 08-28-2019, 01:53 PM
    Thread: LUKS clGetEventProfilingInfo(): CL_UNKNOWN_ERROR
Post: RE: LUKS clGetEventProfilingInfo(): CL_UNKNOWN_ERR...

why are you so sure that this has anything to do with LUKS ? Did you test by running the benchmarks or even --benchmark --benchmark-all ? did you try to use the beta from https://hashcat.net/beta/ ...
philsmd hashcat 2 1,090 10-08-2019, 10:41 AM
    Thread: Maskprocessor | Hashcat syntax question
Post: RE: Maskprocessor | Hashcat syntax question

no, you do NOT need maskprocessor in that specific situation (already a huge keyspace/mask). you could improve speed by adding -w 3 or even -w 4 to your command line
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 1,084 02-29-2020, 02:16 PM
    Thread: Hashcat DES restore file manual EDIT
Post: RE: Hashcat DES restore file manual EDIT

endianness ! If you do not understand the format, you could just use analyze_hc_restore.pl from https://github.com/philsmd/analyze_hc_restore instead (perl must be installed of course)
philsmd hashcat 2 1,079 12-27-2019, 10:39 AM
    Thread: markov mode
Post: RE: markov mode

maybe you are looking for the command line argument: Code: -- --markov-threshold -- see --help output of hashcat. normally the length of the password candidates is determined by the mask le...
philsmd hashcat 6 1,079 05-22-2020, 12:33 PM
    Thread: twitter yardım
Post: RE: twitter yardım

english only. no, hashcat can not be used to hack twitter accounts. that's illegal and if it's really your account you need to contact the twitter support instead of doing shady things
philsmd hashcat 2 1,069 08-01-2019, 11:02 AM
    Thread: I need an explanation
Post: RE: I need an explanation

maybe the algorithm is like explained here: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/consumer-apis/password-hashing?view=aspnetcore-3.1 and therefore you could use -m ...
philsmd hashcat 2 1,065 12-15-2019, 07:34 PM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

The main problem now is that it's quite a long password. We "normally"/generally say that a length of 8-9 is the max that can be brute-forced (but attention: this depends a lot on hash type and/or ...
philsmd hashcat 8 1,060 07-16-2020, 11:19 PM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

you could use mask files https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files or just set -1 "012345 6789" for the first byte of your mask (i.e. any set of chars, charset, that ha...
philsmd hashcat 8 1,060 07-16-2020, 08:03 PM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

yeah, your command doesn't make sense to me at all. Why would you define all those custom charsets (-1 , -2 , -3 , -4) and only use ?4 in your mask ? That seems to be a misunderstanding/problem of ...
philsmd hashcat 8 1,060 07-16-2020, 08:29 PM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

-o is wrong in your command line. --outfile (or short -o) is only used for redirecting the output to a file (the results). you need to specify the hash like this: Code: -- hashcat -m 11600 -a 3...
philsmd hashcat 4 1,058 04-27-2020, 11:47 AM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

7z2hashcat from https://github.com/philsmd/7z2hashcat (you would need to either have perl installed or use the windows binary from https://github.com/philsmd/7z2hashcat/releases). The .7z file must...
philsmd hashcat 4 1,058 04-27-2020, 07:08 PM
    Thread: slow using rules
Post: RE: slow using rules

try with Code: -- -S -- added to your command line. Alternatively, you could generate a new dict or use stdin/pipe, but first test with -S added to your command line (only makes sense for "...
philsmd hashcat 7 1,055 07-28-2020, 09:07 PM
    Thread: Hungarian charset
Post: RE: Hungarian charset

in short: encoding the CP1250 file is not using utf8 encoding, because UTF-8 encoding is just a different encoding and CP1250 again a different encoding ! you could just create a hcchr file with...
philsmd hashcat 2 1,046 09-29-2019, 01:35 PM
    Thread: Passphrase make .rule
Post: RE: Passphrase make .rule

https://hashcat.net/wiki/doku.php?id=combinator_attack if you want to add space, you can use the rule -j "$ " (or '$ ' or "\$ " on linux to escape the dollar). This is actually not a "rule" but ...
philsmd hashcat 1 1,045 07-06-2019, 10:26 AM
    Thread: Password Length Help
Post: RE: Password Length Help

That is not possible. You only know the password length for sure if you have already cracked the hash what is you command ?
philsmd hashcat 2 1,044 08-29-2019, 07:53 AM
    Thread: Delete character using rule "s"
Post: RE: Delete character using rule "s"

Code: -- @, -- https://hashcat.net/wiki/doku.php?id=rule_based_attack (purge)
philsmd hashcat 2 1,004 03-10-2020, 11:18 AM