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: suggest brute rules
Post: RE: suggest brute rules

With oclHashcat you can use mask files see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
philsmd General Help 2 4,862 06-27-2014, 07:31 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: outfile-check-dir is being ignored
Post: RE: outfile-check-dir is being ignored

I'm really doubting that this is a serious question. But if it really is... you can't tell oclHashcat that it should output only plains (without the hashes) and at the same time you are trying to tel...
philsmd Old oclHashcat Support 2 4,814 02-27-2016, 10:16 AM
    Thread: Rules based attack sha256
Post: RE: Rules based attack sha256

Seems like you want to try PolicyGen of PACK (Password Analysis and Cracking Kit): https://thesprawl.org/projects/pack/#policygen --mindigit 2 , --minupper 2 etc also see .hcmask description: https://...
philsmd Old oclHashcat Support 3 4,803 01-18-2016, 04:17 PM
    Thread: Can anyone explain how hashcat is able to crack Scrypt via CPU without using tons of
Post: RE: Can anyone explain how hashcat is able to crac...

the short answer is "parallelization". You need to keep in mind that it only makes sense to use GPUs because they can parallalize things enormously good, i.e. the power of the GPUs comes only from ru...
philsmd hashcat 3 4,791 07-12-2017, 05:15 PM
    Thread: Help with Hash
Post: RE: Help with Hash

No. According to the forum rules you've accepted you are not allowed to post hashes. You will be banned for 1 week and this thread will be closed. After the 1 week off, you hopefully did unders...
philsmd User Contributions 1 4,788 10-20-2014, 09:40 AM
    Thread: Problema en iniciar Hashcat Handshake
Post: RE: Problema en iniciar Hashcat Handshake

@wirelees Last warning (before you get banned, next time): Forum rules exists for good reasons and (actually the first rule of this small set of rules) https://hashcat.net/forum/announcement-2.html em...
philsmd General Talk 4 4,781 07-12-2017, 12:53 PM
    Thread: Can anyone give me a help.
Post: RE: Can anyone give me a help.

Please read the wiki ( https://hashcat.net/wiki/ ) and especially this wiki page: https://hashcat.net/wiki/doku.php?id=ubernoobs
philsmd Old oclHashcat Support 2 4,780 07-05-2014, 11:13 AM
    Thread: A-F 0-9 8 digit mask Help
Post: RE: A-F 0-9 8 digit mask Help

btw, as an alternative to a custom charset (-1 etc), there is also the built-in charset ?H that does the same thing. See --help: Code: -- - [ Built-in Charsets ] - ... H | 0123456789ABCDEF -- ...
philsmd hashcat 9 4,754 02-21-2019, 09:01 AM
    Thread: Line-length exception?
Post: RE: Line-length exception?

you need to use -m 500 (or the long version of it: --hash-type 500): Code: -- hashcat64.exe -m 500 -a 0 -w 3 -o rs.txt rs.hash example.dict --
philsmd General Talk 3 4,749 12-29-2017, 08:38 AM
    Thread: unusually short crc from 7z2hashcat
Post: RE: unusually short crc from 7z2hashcat

You are not allowed to post hashes within this forum (except if moderators or the administrator ask you to help them troubleshoot some problem with a specific hash). Which version of hashcat and 7z2h...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 4,737 07-18-2017, 08:49 AM
    Thread: unusually short crc from 7z2hashcat
Post: RE: unusually short crc from 7z2hashcat

Use the latest release which is now also up-to-date with the source code: 7z2hashcat64-1.1.exe (for 32 bit windows use 7z2hashcat32-1.1.exe instead)
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 4,737 07-18-2017, 04:09 PM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

with "only" 28KB you shouldn't reach the limits. yeah, my guess is that hashcat doesn't accept one of the fields/values (there are a lot of them see the 7z2hashcat github page for the details). ...
philsmd hashcat 9 4,737 02-14-2019, 11:14 AM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

update: we verified that it's a too strict parser problem in seven_zip_parse_hash (), not the whole lengths are currently allowed because of token.len_max[8] and token.len_max[9] only allowing a lengh...
philsmd hashcat 9 4,737 02-14-2019, 12:49 PM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

please try the beta from https://hashcat.net/beta if not working, you need to give more details about the lengths of your fields etc (or send a test hash via PM that doesn't work with latest beta)
philsmd hashcat 9 4,737 03-11-2019, 04:19 PM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

hashcat.exe is within the .7z beta archive. This is the 64-bit executable for windows. never heard of libc problems together with hashcat, recently. It should work the same way as the release versi...
philsmd hashcat 9 4,737 03-11-2019, 07:48 PM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

good. will close this thread just to make sure this isn't going to get a multi-thread about all 7-Zip questions. (again, if you have currrently problems with 7-Zip hashes you should just try beta or ...
philsmd hashcat 9 4,737 03-13-2019, 09:52 AM
    Thread: NTLM list with Duplicate Hashes
Post: RE: NTLM list with Duplicate Hashes

Do you use the latest version of hashcat (3.40 currently)?
philsmd hashcat 4 4,735 03-16-2017, 04:08 PM
    Thread: Hardware suggest
Post: RE: Hardware suggest

mac/OS X is only supported by cpu hashcat ( https://hashcat.net/hashcat/ ), windows/linux instead are supported by all cats (cpu hashcat, cudaHashcat, oclHashcat). Yes, the GPU may be faster than you...
philsmd Hardware 1 4,722 01-08-2015, 03:26 PM
    Thread: Please Help
Post: RE: Please Help

... "wallet", "encrypted" ... this could be anything. There are literally thousands of different "wallet" types. What type of wallets are you talking about? Which software was used to generate/u...
philsmd hashcat 5 4,722 08-07-2017, 07:44 AM