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: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

unfortunately, I am not interested in trying to crack your wallet/hash. If you really have don't want to investigate the time to test with the tool above or research the algorithm and create a github ...
philsmd hashcat 16 3,272 03-29-2020, 01:35 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

I had a quick glance at that tool from github (nopara73 etc) and did develop a quick perl POC: Code: -- #!/usr/bin/env perl # Author: philsmd # Date: April 2020 # License: public domain, cred...
philsmd hashcat 16 3,272 04-02-2020, 05:56 PM
    Thread: Getting a weird hash from PDF?
Post: RE: Getting a weird hash from PDF?

As far as I know the current up-to-date script to extract the info from .pdf files is pdf2john.pl (a perl file not a python file): https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleedin...
philsmd hashcat 2 3,265 11-10-2017, 10:17 PM
    Thread: Found a password - Recovered ?
Post: RE: Found a password - Recovered ?

Status...........: Cracked it's very obvious if it's cracked or not
philsmd hashcat 9 3,254 09-05-2019, 12:51 PM
    Thread: Parameters for crack ETH wallet password
Post: RE: Parameters for crack ETH wallet password

before starting a long running cracking job I would suggest to first make sure that your restrictions about the password candidates are correct and that your expected/test password candidates are even...
philsmd hashcat 4 3,253 09-30-2018, 09:12 AM
    Thread: SQL2012 - Token Length Exception
Post: RE: SQL2012 - Token Length Exception

First of all, hashes (yeah all hashes, including the SQL hashes) are not decryptable, you must crack them. The error message clearly says that it tried to use the hash "C:\hashcat\Hashes.txt" which...
philsmd hashcat 2 3,252 12-19-2018, 07:37 PM
    Thread: Low Hashrate
Post: RE: Low Hashrate

are you talking about hashes per second H/s , because Hz is something completely differnt (core clock, frequency for instance). speed depends a lot on the attack mode and sometimes even how many ha...
philsmd hashcat 10 3,249 11-10-2019, 05:21 PM
    Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...

Well, there are a lot of tutorials on how to use "dd.exe" or something like this. of course with dd you need to use the command line (cmd). I would say that the hashcat FAQ that I linked above i...
philsmd hashcat 6 3,235 01-25-2019, 12:04 PM
    Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...

It depends on how much and what you exactly remember about the missing characters. Do you know their position (missing chars at the end, at the beginning, can be everywhere, ...) ? Can you limit the...
philsmd hashcat 6 3,235 01-25-2019, 11:40 AM
    Thread: Hashcat brain RAM-limited version
Post: RE: Hashcat brain RAM-limited version

hashcat --help --brain-client-features - [ Brain Client Features ] - # | Features ===+======== 1 | Send hashed passwords 2 | Send attack positions 3 | Send hashed passwords and att...
philsmd User Contributions 3 3,230 03-10-2019, 12:39 PM
    Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013

Which software (and version) did create these documents ? Are you able to create 2 new documents (with the microsoft office software etc) that also fails to crack ? I guess it's not really possible...
philsmd hashcat 5 3,229 12-12-2018, 12:30 PM
    Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013

how did you get / generate these hashes ? They don't look very random for instance e166509e5a4e05670dc5f3a57c4f30ff is the same which is kind of weird because it shouldn't happen at all that this part...
philsmd hashcat 5 3,229 12-11-2018, 10:55 PM
    Thread: Need help for this algoritm
Post: RE: Need help for this algoritm

For instance you could just use -m 120 = sha1($salt.$pass) (see https://hashcat.net/wiki/example_hashes) where the format of your hashes is: Code: -- sha1_hash:USERNAME: --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,208 05-07-2017, 06:28 PM
    Thread: Issues in cracking WPA2 with wordlist+mask
Post: RE: Issues in cracking WPA2 with wordlist+mask

The minimum password length for WPA/WPA2 is 8 bytes/characters. Hashcat will immediately reject (see the Rejected.........: line within your status) all passwords which do not adhere to this limita...
philsmd hashcat 1 3,201 09-04-2017, 10:45 AM
    Thread: Extract all passwords from potfile
Post: RE: Extract all passwords from potfile

that's incorrect. --show only considers the hashes matching the current hash type and hash list (hash.txt): Code: -- hashcat -m 0 --show --outfile-format 2 hash.txt --
philsmd hashcat 4 3,187 02-16-2019, 03:34 PM
    Thread: IIS http digest
Post: RE: IIS http digest

I think the MD5-sess "algorithm" could be a problem here, afaik we currently only support the "normal" "MD5" one. see the differences here: https://en.wikipedia.org/wiki/Digest_access_authenticatio...
philsmd hashcat 5 3,180 11-19-2018, 07:07 PM
    Thread: IIS http digest
Post: RE: IIS http digest

yeah, there are basically 2 different algorithms, namely "MD5" vs "MD5-sess", and currently only MD5 is supported by hashcat. The difference is basically that MD5-sess includes the nonce and client...
philsmd hashcat 5 3,180 11-20-2018, 08:18 PM
    Thread: Line-length Exception (mode)
Post: RE: Line-length Exception (mode)

-m 7000 = Fortigate (FortiOS) was never implemented in oclHashcat/cudaHashcat and therefore is currently also not available in hashcat 3.10 (since hashcat 3.00 basically improved oclHashcat to support...
philsmd hashcat 1 3,177 08-19-2016, 06:56 PM
    Thread: Syntax Help
Post: RE: Syntax Help

You do not need the wallet.dat file directly for cracking (after you already extracted the information with bitcoin2john.py), you only need the file hash.txt for cracking (it already contains the "has...
philsmd General Talk 3 3,165 12-02-2017, 09:01 AM
    Thread: length & Mask problem with PMK (-m 2501/16801)
Post: RE: length & Mask

not possible. math must be understood and respected. things that are infeasible, are and will remain infeasible (at least for our lifetime). as we told you already hundreds of times (at least that ...
philsmd General Talk 4 3,139 05-05-2019, 05:03 PM