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 [desc] Forum Replies Views Posted
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

stdin/pipe only works with -a 0 therefore the command: Code: -- hashcat64.exe --stdout d:\wordlists\rockyou.txt -r rules\best64.rule| hashcat64.exe -m1000 -a3 d:\hashlists\Random\test.txt -O --...
philsmd hashcat 43 12,656 08-31-2019, 09:14 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

why did you remove the -O now? it's so confusing to understand what you are testing and why you are changing the hash type and parameters without any reasons. we said that we want to compare it agains...
philsmd hashcat 43 12,656 08-31-2019, 11:37 PM
    Thread: Need help
Post: RE: Need help

md5 ("[email protected]") == 120b8510fd7091bc12f890433f65036f it's against the forum rules to post hashes you could use different types of attacks, -a 3, -a 7 (yeah even -a 1) and of course ...
philsmd hashcat 6 1,891 09-02-2019, 06:55 PM
    Thread: OpenCL kernel self-test failed and slower than benchmark
Post: RE: OpenCL kernel self-test failed and slower than...

which hash mode and which version of hashcat and driver ? what hardware do you have (CPU and GPU) ? please also try this hashcat version: https://hashcat.net/beta
philsmd hashcat 2 1,121 09-03-2019, 01:21 PM
    Thread: Separating words in combinator attack with space
Post: RE: Separating words in combinator attack with spa...

Code: -- hashcat -m 0 -a 1 -w 3 -j '$ ' hash.txt dict1.txt dict2.txt -- note: on windows you might need to use "$ " instead (difference between the shells interpreting quotes and escaping doll...
philsmd hashcat 3 1,429 09-04-2019, 12:41 PM
    Thread: Building password list
Post: RE: Building password list

I really hate it if we are talking about 2+ very different problems that are very unrelated (except that you can use mask in both cases). 1. question about 2 adjacent identical characters 2. a simpl...
philsmd hashcat 21 7,827 09-04-2019, 01:20 PM
    Thread: Building password list
Post: RE: Building password list

just answered above: Code: -- mp64 -q 2 ?l?l?l?l?l?l?l?l --
philsmd hashcat 21 7,827 09-04-2019, 03:39 PM
    Thread: Building password list
Post: RE: Building password list

no, read the help of maskprocessor (https://github.com/hashcat/maskprocessor) Code: -- -q, --seq-max=NUM Maximum number of multiple sequential characters -- Did you even test it ? Do ...
philsmd hashcat 21 7,827 09-05-2019, 12:38 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: Building password list
Post: RE: Building password list

-q works for each and every "multiple sequential characters" the pipe and grep after the maskprocessor command are just used as a proof that it works. the only command you need is maskprocessor ...
philsmd hashcat 21 7,827 09-05-2019, 04:01 PM
    Thread: Problem with the github release
Post: RE: Problem with the github release

if clinfo (please test it and show results) doesn't report all the devices, it's for sure a setup/driver (installation) problem. (not a hashcat problem) I would also suggest making a test with http...
philsmd hashcat 7 2,759 09-11-2019, 05:56 PM
    Thread: track the cracking?
Post: RE: track the cracking?

in theory you could just count the lines in your hashcat.potfile for instance every hour or every week and make statistics out of this. As far as I know it's not directly logged in the hashcat.log fil...
philsmd General Talk 4 1,798 09-12-2019, 07:55 PM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

please read this: https://github.com/hashcat/hashcat/issues/1806
philsmd hashcat 8 3,432 09-13-2019, 06:40 AM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

I don't think anybody has started working on implementing this algo in hashcat. The details are kind of clear now given the proof of concept in perl. It should be also doable to use that ellipti...
philsmd hashcat 8 3,432 09-13-2019, 11:26 AM
    Thread: Problem with the github release
Post: RE: Problem with the github release

did you test with clinfo ? you didn't answer that question
philsmd hashcat 7 2,759 09-13-2019, 06:33 PM
    Thread: Outputting Rules using stdout
Post: RE: Outputting Rules using stdout

I would say that you should just try to type the whole line again (no copy-paste or scrollback). There is probably some control character and/or ^C directly within your command line and therefore i...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 1,559 09-17-2019, 04:28 PM
    Thread: Help modifying a .restore file?
Post: RE: Help modifying a .restore file?

the main problem with your command: Code: -- hashcat64 -d 1 -m 14800 -a 3 -w 3 --session itunes backuphash.txt -- is that you didn't specify a mask at all. mask attacks are really most useful ...
philsmd hashcat 2 1,700 09-16-2019, 07:50 PM
    Thread: Defining character length.
Post: RE: Defining character length.

are you talking about the hashing algorithm -m 2500 = WPA/WPA2 ? what is your command ? -a 3 ? can you please copy-paste the status screen that you see in here ?
philsmd hashcat 21 6,238 09-17-2019, 10:03 PM
    Thread: Defining character length.
Post: RE: Defining character length.

I don't understand what the problem is and what you are seeing. This is your statement: Quote: -- why is it guessing passwords that are only two characters -- but your screenshot clearly says ...
philsmd hashcat 21 6,238 09-18-2019, 08:28 AM
    Thread: Defining character length.
Post: RE: Defining character length.

Let's try to verify your claim. you said that the dictionary file does not contain any passwords shorter than 8 characters. so let's try to run hashcat without any rule file and see how much reject...
philsmd hashcat 21 6,238 09-19-2019, 09:12 AM