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 [desc] Views Posted
    Thread: Passphrase help
Post: RE: Passphrase help

Hashcat itself does not support the generation of "passphrases", but supports reading from stdin. What you need to find a tool to generate passphrases and then pipe the output to hashcat.
atom hashcat 2 3,365 12-07-2016, 07:35 PM
    Thread: h64 - 'double free or corruption' error
Post: RE: h64 - 'double free or corruption' error

Fixed already in latest beta: https://hashcat.net/beta/
atom hashcat 2 4,551 12-09-2016, 12:12 AM
    Thread: Prince Processor
Post: RE: Prince Processor

You can add --status --status-timer 1
atom hashcat 2 3,492 12-09-2016, 01:47 PM
    Thread: One or none mask?
Post: RE: One or none mask?

I think you're looking for a rule not a mask. With a rule it's possible, see rules/T0XlC-insert_space_and_special_0_F.rule as an example.
atom hashcat 2 3,670 12-27-2016, 09:00 PM
    Thread: Uppler & Lower specific char?
Post: RE: Uppler & Lower specific char?

Again, you need a rule to do that.
atom hashcat 2 3,480 12-27-2016, 09:01 PM
    Thread: Speed difference between brute and dictionary for very slow hashes (7-zip) ?
Post: RE: Speed difference between brute and dictionary ...

That's only for the 7-Zip algorithm because the password length has a large influence on the cracking speed. Or said a different way, there's no difference between BF and Dictionary if your BF mask is...
atom General Talk 2 5,256 12-29-2016, 11:19 AM
    Thread: Hashcat with free drivers on Linux?
Post: RE: Hashcat with free drivers on Linux?

For CPU, you can stick to pocl (which is slower than the proprietary drivers). For GPU, you need the proprietary drivers.
atom hashcat 2 3,452 01-04-2017, 01:06 PM
    Thread: Temperature control for multiple sessions
Post: RE: Temperature control for multiple sessions

Do not run two instances with gpu temp control. Use --gpu-temp-disable on every 2nd+ instance
atom User Contributions 2 5,834 01-19-2017, 04:07 PM
    Thread: "Hashcat quit unexpectedly"...
Post: RE: "Hashcat quit unexpectedly"...

Just follow this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do 1:1 and it will work
atom hashcat 2 3,964 01-20-2017, 11:01 AM
    Thread: PeopleSoft Salted Hash Support
Post: RE: PeopleSoft Salted Hash Support

If the algorithm is unknown someone needs to RE it first. Then we can add it to hashcat.
atom hashcat 2 4,018 01-27-2017, 11:51 PM
    Thread: Setting Up Hashcat on IDE
Post: RE: Setting Up Hashcat on IDE

I think most people do not use an IDE when it comes to system programming. I use editplus on windows as editor (it's by far the fastest editor I know) but do the compiling, debugging, cracking and eve...
atom hashcat 2 3,617 02-06-2017, 10:16 PM
    Thread: Write rules
Post: RE: Write rules

Rules reference: https://hashcat.net/wiki/doku.php?id=rule_based_attack
atom hashcat 2 3,347 02-06-2017, 10:19 PM
    Thread: Speed drop with hashfile parameter
Post: RE: Speed drop with hashfile parameter

Note that this is not a "reduction". It's important to mention this, otherwise one could think the multihash search algorithm in hashcat is really bad. The reason here is because some hashes can make ...
atom hashcat 2 2,933 02-07-2017, 11:59 AM
    Thread: match column
Post: RE: match column

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
atom hashcat 2 3,138 02-16-2017, 07:26 PM
    Thread: Process in HashCat $mskrb5$
Post: RE: Process in HashCat $mskrb5$

You need to move the salt after the hash: Quote: -- $krb5pa$23$tester$DOMAIN.COM$salt$601841F258521CD7A97A0032DC61E1050EC45FFFAF14A68851C91C4B925036C1864525DEA643483079D9E3CC6F14D3C1CB6CCC4E -...
atom General Talk 2 3,410 02-25-2017, 12:12 PM
    Thread: how to crack .pcap
Post: RE: how to crack .pcap

You mean for WPA? https://hashcat.net/cap2hccapx/
atom hashcat 2 6,445 02-28-2017, 09:33 PM
    Thread: hybrid attack much slower in newer version of hashcat??
Post: RE: hybrid attack much slower in newer version of ...

You just need to write the attack a bit different, like this: ./hashcat --stdout -a 6 small_wordlist.txt ?a?a | ./hashcat -m2500 bla.hccapx -w 3 --status --status-timer 10
atom hashcat 2 3,587 03-08-2017, 12:08 PM
    Thread: NEED SOME HELP PLEASE
Post: RE: NEED SOME HELP PLEASE

That's the way to go, do not use hashcat-legacy
atom hashcat 2 3,083 03-09-2017, 12:33 PM
    Thread: Cant crack simple russian password
Post: RE: Cant crack simple russian password

Something is wrong with the hash, see here: Quote: -- root@ht:~/hashcat# echo -n xep | tools/test.pl passthrough 1000 923016c8fde48818706a6d93bf883234 --
atom hashcat 2 3,725 03-13-2017, 11:19 PM
    Thread: Oracle o5logon hash bruteforce
Post: RE: Oracle o5logon hash bruteforce

o5logon is not supported by hashcat, see here how to request it: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_...
atom hashcat 2 3,432 03-18-2017, 04:30 PM