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: Whats up with this hardware
Post: RE: Whats up with this hardware

the mask in the pictures is different, the number of left hashes (but interestingly only one "salt" / network ??? so basically you already cracked all networks on one machine and some hashes are uncra...
philsmd Hardware 4 1,162 05-25-2020, 07:38 AM
    Thread: Unable to crack Excel 2007 password - what am I doing wrong?
Post: RE: Unable to crack Excel 2007 password - what am ...

this is a known limitations of utf16le encoding within the kernel: https://github.com/hashcat/hashcat/blob/17a64f50191d14a498ab18a8a4ac617afc9af23f/docs/limits.txt#L25-L34
philsmd hashcat 3 1,159 02-04-2020, 09:02 PM
    Thread: Status description
Post: RE: Status description

for status updates every 30 seconds, you need to use: --status --status-timer 30 1. The mask (that you didn't specify, it's the default one, see: https://hashcat.net/wiki/doku.php?id=hashcat#defau...
philsmd hashcat 2 1,158 02-19-2020, 09:43 AM
    Thread: iTunes backup
Post: RE: iTunes backup

Did you use the perl script itunes_backup2hashcat.pl to convert the plist/backup to a "hash" ? see https://raw.githubusercontent.com/philsmd/itunes_backup2hashcat/master/itunes_backup2hashcat.pl I...
philsmd hashcat 3 1,156 02-05-2020, 11:44 AM
    Thread: iTunes backup
Post: RE: iTunes backup

Code: -- hashcat -m 14800 -w 3 -a 0 -r rules/best64.rule hash.txt rockyou.txt -- instead of the best64.rule, you could/should use your own "rules". instead of rockyou.txt, you could/should use...
philsmd hashcat 3 1,156 02-05-2020, 12:41 PM
    Thread: Issue with ChaCha20
Post: RE: Issue with ChaCha20

hmm, I see the problem here. it's not very clear what is going on (at least for the general hashcat user ! ) The key in theory is always 32 bytes, but it's neither mentioned within the example wiki...
philsmd hashcat 2 1,144 10-12-2019, 02:44 PM
    Thread: hcmask file with custom charset usage
Post: RE: hcmask file with custom charset usage

everything must be defined within the hcmask file. the format is very clear and also allows using hcchr files etc within the hcmask file directly. You can't (and are NOT allowed) to define custo...
philsmd hashcat 2 1,143 12-31-2019, 03:50 PM
    Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...

if in doubt you can simply use -m 100 which has no salt Code: -- hashcat -m 100 -a 3 XE9XX2685XX09XX6X191XX16944D9D01179266F 'Pass123$' --
philsmd hashcat 3 1,143 01-17-2020, 07:15 PM
    Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...

Just a friendly reminder: according to the forum rules it is not allowed to post hashes here, see https://hashcat.net/forum/announcement-2.html
philsmd hashcat 3 1,143 01-17-2020, 09:30 PM
    Thread: DES, Hex-Charset and Split/Limit??
Post: RE: DES, Hex-Charset and Split/Limit??

1. --keyspace doesn't expect any hash file. you cannot specify the hash file when computing the keyspace (remove deshash from you command line) 2. for -l (--limit) you specify the number of restore...
philsmd hashcat 2 1,136 11-08-2019, 12:19 AM
    Thread: Maskuni : a standalone mask generator with unicode support
Post: RE: Maskgen : a standalone mask generator with uni...

interesting. but the name of the tool is a little bit confusing because we always use maskgen for the hcmask generation tool of PACK (https://github.com/iphelix/pack/). That's very confusing, because ...
philsmd User Contributions 3 1,130 06-03-2020, 08:54 AM
    Thread: hashcat with 3 wordlists
Post: RE: hashcat with 3 wordlists

since 2+1 = 3 you could just pre-compute 2 dicts and add the 3rd one with -a 1. There is also combinator3 from hashcat-utils (you can pipe it but it's slower, but could be sometimes better if you tar...
philsmd hashcat 1 1,128 07-13-2019, 07:39 AM
    Thread: unable to begin iphone hash on Windows 10
Post: RE: unable to begin iphone hash on Windows 10

you must make sure that the file named "hashTest.txt" exists. hashcat can't find the file "hashTest.txt" within the directory
philsmd hashcat 1 1,127 05-23-2019, 07:47 AM
    Thread: How can find a sha256 hash start with ***** with hashcat & markprocessor?
Post: RE: How can find a sha256 hash start with ***** wi...

have a look at -m 5100 = Half MD5 which does more or less exactly what you describe (just for MD5 instead of sha256)... the problem with too small prefixes is that there will be too many results/colli...
philsmd hashcat 2 1,127 12-26-2019, 11:38 AM
    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: Need help to identify encryption
Post: RE: Need help to identify encryption

I think this is not a good strategy to get a helpful answer: 1. breaking forum rules (https://hashcat.net/forum/announcement-2.html). Do NOT post hashes 2. it could be anything... I think you either...
philsmd hashcat 2 1,120 02-08-2020, 11:19 PM
    Thread: Hashcat / rig troubleshooting
Post: RE: Hashcat / rig troubleshooting

I would rather try testing with only a few cards to troubleshoot it. could be power problem and/or temperature problem. Is the system motherboard (using risers ?) etc even compatible with that powe...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 1,118 07-11-2020, 12:32 PM
    Thread: build fail in kernel? -m 2500, cant figure out why
Post: RE: build fail in kernel? -m 2500, cant figure out...

which hashcat version do you use ? did you try to test the beta version from https://hashcat.net/beta/ ?
philsmd hashcat 3 1,115 01-03-2020, 05:57 PM
    Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas

why cygwin ? you can just use the exe in cmd directly do you use risers ? which attack mode do you use -a x ? does this problem also happen with other hash types or even all hash types ?
philsmd Beta Tester 4 1,112 04-05-2020, 07:31 AM
    Thread: Bitcoin encryption algorithm
Post: RE: Bitcoin encryption algorithm

One good thing about hashcat source code, is that we also have several high-level tests (like the test framework in perl)... this is very easy code to understand, even if you are only fluent with pyth...
philsmd General Talk 2 1,111 03-17-2020, 09:47 AM