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 [desc] Posted
    Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale

that's good that you mention this fact/doubt about the private key vs seed, chick3nman I assumed that the OP (uprising_bike) is sure that s/he has (part of) the seed, not the private key instead (t...
philsmd hashcat 10 6,402 06-30-2018, 07:56 AM
    Thread: Hashcat piping doesn't work (WPA/2)
Post: RE: Hashcat piping doesn't work (WPA/2)

First of all, hccapx is the only hash format hashcat accepts since a long time for -m 2500 = WPA/WPA2 hashes. The hccap format is no more supported with latest versions of hashcat. Your mask: "?l...
philsmd User Contributions 4 6,411 05-11-2018, 03:48 PM
    Thread: --show doesn't print duplicates when using --username
Post: RE: --show doesn't print duplicates when using --u...

Recently, a new feature was implemented to support exactly this. See https://github.com/hashcat/hashcat/issues/963 and test the beta at https://hashcat.net/beta/
philsmd hashcat 2 6,417 02-02-2017, 04:12 PM
    Thread: Mask file with Custom Character sets
Post: RE: Mask file with Custom Character sets

1. https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files clearly says that the format is like this: [?1],[?2],[?3],[?4],[mask] It also says that the first 4 fields are optional only the ...
philsmd Old oclHashcat Support 2 6,431 02-18-2015, 06:40 PM
    Thread: Basic hashcat mask syntax
Post: RE: Basic hashcat mask syntax

Let me explain this: if you use the mask ?1?1?1?1?1?1?1?1 together with --increment, what hashcat really does is run this set of masks one after the other: Code: -- ?1 ?1?1 ?1?1?1 ?1?1?1?1 ?1?1?1?1?...
philsmd hashcat 4 6,438 06-02-2017, 03:21 PM
    Thread: Odd issue even after a permissions change.
Post: RE: Odd issue even after a permissions change.

If you are using a 32 bit ubuntu version you need to modify the *Example*.sh files s.t. they use the *32.bin binary and not the 64-bit one (default).
philsmd Very old oclHashcat-plus Support 1 6,450 11-28-2013, 09:00 PM
    Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow

just for testing: Code: -- hashcat --keyspace -m 5500 -a 6 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1 -- Code: -- hashcat --stdout -a 6 -o temporary_file.txt -s 2 -l 2 -1 ?l?u?s possibiliti...
philsmd hashcat 12 6,451 10-27-2018, 10:44 PM
    Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow

this sounds very strange and I'm pretty sure that it doesn't behave like you think it behaves. How would the second process even know when the "second" word from possibilities.txt begins. It has no...
philsmd hashcat 12 6,451 10-27-2018, 09:12 PM
    Thread: Why is the Speed so slow on my GTX 970?
Post: RE: Why is the Speed so slow on my GTX 970?

Why do you think it is way too slow. Do you know that WPA/WPA2 algorithm is meant and known to be very slow (compared to some fast algorithm like NTLM / MD5 etc). This is a property of the WPA/WPA2 a...
philsmd Old oclHashcat Support 3 6,452 04-04-2015, 07:02 PM
    Thread: Help for rule
Post: RE: Help for rule

Code: -- hashcat --stdout -a 3 -1 ?l?d?u "^?1 ^?1" --
philsmd General Talk 10 6,459 07-07-2018, 08:17 PM
    Thread: test case only cracking single hash
Post: RE: test case only cracking single hash

You probably need to get rid of the newline character... it should be easy to see it just add print plain_text, after the "for plain_text in f:" and you will notice that there is the extra new line....
philsmd Old oclHashcat Support 2 6,479 04-03-2014, 08:35 PM
    Thread: OpenCL problem
Post: RE: OpenCL problem

As far as I know it's not possible to pass through the GPU with a system with only 1 GPU and furthermore VM doesn't support this GPU passthrough feature (as far as I know). It's also very complex and ...
philsmd hashcat 5 6,486 11-06-2018, 12:52 PM
    Thread: RAR crack
Post: RE: RAR crack

There could be many reasons why your experiencing these crashes. I would suggest that you try the -m 12500 = RAR3-hp example hash from https://hashcat.net/wiki/example_hashes. It would be also i...
philsmd hashcat 2 6,493 07-18-2017, 05:35 PM
    Thread: I have no idea how to crack these hashes?
Post: RE: I have no idea how to crack these hashes?

You are *NOT* allowed to post the hashes here, see: https://hashcat.net/forum/announcement-2.html BTW: try to base64 decode them, i.e. echo -n "xyz"|base64 -d
philsmd General Help 2 6,506 04-04-2013, 06:48 PM
    Thread: Need help with custom charset, WPA
Post: RE: Need help with custom charset, WPA

Please read here: https://hashcat.net/wiki/doku.php?id=mask_attack and especially this section: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets You can define 2 custom charsets, first ...
philsmd General Help 2 6,539 03-01-2014, 06:17 PM
    Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003

My guess is that there might be a lot of tools around or you just slightly modify a popular tool like libreoffice. We only need to replace the actual key that was generated from a "fake" password with...
philsmd hashcat 6 6,545 11-16-2017, 12:23 PM
    Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003

?b means that hashcat should try all possible values a byte can have, i.e. from 0x00 to 0xff, this means that each byte has 256 possibilities 256^5 = 256*256*256*256*256 = 1099511627776 combinations ...
philsmd hashcat 6 6,545 11-16-2017, 12:05 PM
    Thread: how can i use an old version of cudaHashcat?
Post: RE: how can i use an old version of cudaHashcat?

No, please update your driver. New oclHashcat version and new driver versions should work better, have several fixes and performance gains etc. It is always good to be up-to-date with oclHashcat...
philsmd Old oclHashcat Support 3 6,568 01-23-2015, 12:56 PM
    Thread: IOS 11 backup HASHCAT
Post: RE: IOS 11 backup HASHCAT

Can you please provide some examples of password candidates that would follow your policy? is it x times letters and y times digit? how long is the password It is also worth analyzing if this is fea...
philsmd hashcat 5 6,600 10-15-2017, 04:31 PM
    Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat

First you need to know what the protection is (is it only protected to not-print the document or not-edit the document, or is the whole document encrypted ?). After that you should use pdf2john.pl ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 11 6,617 03-09-2019, 07:12 PM