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 [asc] Author Forum Replies Views Posted
    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,047 09-29-2019, 01:35 PM
    Thread: Huawei Backup
Post: RE: Huawei Backup

interesting. is this something used even in modern smartphones (or is this old "encryption" ?). Do modern smartphones use this ? Is this an alternative to the standard android encryption.... can you g...
philsmd hashcat 2 1,948 11-22-2019, 07:47 PM
    Thread: HTTP Digest Auth
Post: RE: HTTP Digest Auth

It's hash type -m 11400 = SIP digest authentication (MD5) The format is: Quote: -- $sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NONCE_SERVER]...
philsmd hashcat 7 10,204 05-15-2017, 08:31 PM
    Thread: HTTP Digest Auth
Post: RE: HTTP Digest Auth

In my opinion it should be very obvious if you know what the HTTP Digest Authentication fields mean and for what they are used for. Anyway here is how you would format it in your *very* specific examp...
philsmd hashcat 7 10,204 05-16-2017, 08:08 AM
    Thread: http authentication
Post: RE: http authentication

The format is as explained here: https://github.com/hashcat/hashcat/issues/1021 just this one: $sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NON...
philsmd hashcat 1 2,164 11-28-2017, 05:16 PM
    Thread: How would I parse through this to get the correct info?
Post: RE: How would I parse through this to get the corr...

In theory this should work (and I just confirmed) it, since oclHashcat supports native loading of /etc/shadow files and others, see: https://hashcat.net/trac/ticket/393 So you just run it as usual ...
philsmd Old oclHashcat Support 3 4,854 11-05-2015, 10:35 AM
    Thread: How would I go about cracking this salted sha-1 hash?
Post: RE: How would I go about cracking this salted sha-...

don't post hashes. read the forum rules: https://hashcat.net/forum/announcement-2.html Banned for 1 week (please use these 604800 seconds wisely to read and understand the forum rules). Thx
philsmd General Help 1 3,528 01-15-2016, 12:30 AM
    Thread: How uninstall Hashcat? (Linux)
Post: RE: How uninstall Hashcat? (Linux)

Code: -- sudo make uninstall --
philsmd hashcat 3 1,777 11-20-2019, 01:24 AM
    Thread: How to view SSID of cracked PMKID (16800) PCAP?
Post: RE: How to view SSID of cracked PMKID (16800) PCAP...

the SSID is within the output, CamandAri is the SSID hint: hexadecimal
philsmd hashcat 6 2,259 01-12-2020, 09:08 AM
    Thread: How to use rules.
Post: RE: How to use rules.

on windows the paths are probably different. e.g. rules\best64.rule note the "\" instead of the unix "/"
philsmd hashcat 2 1,191 08-29-2019, 08:06 PM
    Thread: how to use only some letters
Post: RE: how to use only some letters

Unfortunately, I can't do more than link you to the wiki page that explains it very well https://hashcat.net/wiki/mask_attack (what I mean is, I can't read or understand it for you, just spend some mi...
philsmd hashcat 2 2,906 05-15-2017, 02:15 PM
    Thread: How to use named pipe with hashcat?
Post: RE: How to use named pipe with hashcat?

the problem with named pipes is that they act like a normal file, but have no "file size", so hashcat will read through all of the input to discover the number of password candidates (or "length") and...
philsmd hashcat 2 569 05-13-2020, 02:09 PM
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

see the output of --help sha256(md5(pass)) is not currently supported -a 3 needs a mask and you specify a mask directly after the hash file e.g. Code: -- ./hashcat64.bin -a 3 -m 4700 -D 1...
philsmd hashcat 9 3,421 07-13-2019, 08:18 AM
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

Code: -- perl tools/test.pl passthrough 0 < example.dict | hashcat -m 1400 -w 3 hash.txt --
philsmd hashcat 9 3,421 07-13-2019, 12:22 PM
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

c'mon this should be really obvious. The error message says that you do not have the required perl modules installed This thread is getting a little bit weird (the strange command line options, ...
philsmd hashcat 9 3,421 07-13-2019, 03:21 PM
    Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...

https://hashcat.net/faq#can_i_restore_a_hashcat_session "The only parameters allowed when restoring a session are --restore and --session (optional)"
philsmd hashcat 5 2,167 07-21-2019, 03:35 PM
    Thread: How to test(crack) RAR?
Post: RE: How to test(crack) RAR?

Futhermore, you need to extract the required information from the .rar file (e.g. with rar2john.py) before you start cracking with hash type -m 12500 (which you btw did not specify on the command line...
philsmd Old oclHashcat Support 4 32,962 08-21-2015, 01:45 PM
    Thread: how to take hash with winrar?
Post: RE: how to take hash with winrar?

For -m 12500 = RAR3-hp the hashes must start with $RAR3$*0* if you have a $RAR3$*1* hash (i.e. a rar file without encrypted file names) instead, it is not supported, see https://github.com/hashcat...
philsmd hashcat 8 11,898 08-06-2018, 05:51 PM
    Thread: How to set the minimum password length?
Post: RE: How to set the minimum password length?

from https://hashcat.net/wiki/doku.php?id=rule_based_attack#rules_used_to_reject_plains : Quote: -- Reject rules only work either with hashcat-legacy, or when using “-j” or “-k” with hashc...
philsmd hashcat 5 7,345 08-07-2017, 10:14 PM
    Thread: How to say that the password starts with "abc"
Post: RE: How to say that the password starts with "abc"

What type of hashes do you use (there are salted hashes, where you can use abc as salt)? What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that...
philsmd hashcat 3 4,528 11-16-2017, 12:35 PM