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 [desc] Views Posted
    Thread: Using hashcat Brain with slow hash and specific password length
Post: RE: Using hashcat Brain with slow hash and specifi...

if you have a minimum required length of 12 and rules that add up to 4 characters, you could just pre-process your dict such that it has at least 12-4 = 8 characters. That's already a huge filter and ...
philsmd hashcat 4 1,381 01-14-2020, 12:52 PM
    Thread: Create PKZIP Master Key
Post: RE: Create PKZIP Master Key

do not post hashes in this forum, see https://hashcat.net/forum/announcement-2.html The example hashes are here: https://hashcat.net/wiki/example_hashes (hint: they do not have any file names etc, ...
philsmd hashcat 4 1,849 01-14-2020, 03:36 PM
    Thread: Using hashcat Brain with slow hash and specific password length
Post: RE: Using hashcat Brain with slow hash and specifi...

in theory we could enable the rule engine used by -j and -k also for --slow-candidates (-S) which is enabled by default in case brain is used. This would also allow reject rules etc (everything that ...
philsmd hashcat 4 1,381 01-15-2020, 04:50 PM
    Thread: Linux vs Win speed
Post: RE: Linux vs Win speed

Code: -- hashcat --version --
philsmd hashcat 4 1,481 02-10-2020, 11:59 PM
    Thread: Linux vs Win speed
Post: RE: Linux vs Win speed

did you try to use beta for both systems (https://hashcat.net/beta) ? what might also make the difference is as you said the driver version, tuning software (performance/power levels, memory speeds...
philsmd hashcat 4 1,481 02-12-2020, 01:03 AM
    Thread: Ethereum Wallet and 1080ti trouble
Post: RE: Ethereum Wallet and 1080ti trouble

It's called the cost factor (N, r, p parameters of scrypt). your hash is probably: $ethereum$s*262144*1*8 their hash is: $ethereum$s*8192*8*1* it's important to compare similar things, not apple ...
philsmd hashcat 4 1,626 02-15-2020, 12:15 PM
    Thread: Mask for brut
Post: RE: Mask for brut

If you do not specify any mask the default mask is used, see https://hashcat.net/wiki/doku.php?id=hashcat#default_values I already explained it here (don't just double post that quickly, we already...
philsmd hashcat 4 1,525 02-19-2020, 09:45 AM
    Thread: Mask for brut
Post: RE: Mask for brut

It's just one of the best masks if you care about speed, hit-rate, working efficient with multiple hash-type etc. of course, the user should specify their own masks if they have some knowledge abou...
philsmd hashcat 4 1,525 02-20-2020, 12:43 AM
    Thread: Wallet.DAT Master Key
Post: RE: Wallet.DAT Master Key

can you please give more detail about what software this is from and why you think it is sha3 etc ? normally every bitcoin wallet.dat file is just simple used together with bitcoin2john.py and the ...
philsmd hashcat 4 2,148 02-20-2020, 12:45 AM
    Thread: Optimizing WPA recovery
Post: RE: Optimizing WPA recovery

The recommended way is to capture the network traffic with https://github.com/ZerBea/hcxdumptool and convert the capture to hashes with hcxpcapngtool of https://github.com/ZerBea/hcxtools . The new...
philsmd General Talk 4 1,529 02-21-2020, 08:28 AM
    Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
Post: RE: Electrum 4 and 5 Token length exception (ver ...

yeah, -m 21700 starts with $electrum$4 (see https://hashcat.net/wiki/example_hashes). I'm also pretty sure only the beta version currently supports -m 21700 and -m 21800 (at the time of this writing, ...
philsmd Beta Tester 4 1,400 03-09-2020, 09:25 AM
    Thread: Recovered hashes spreadsheets help
Post: RE: Recovered hashes spreadsheets help

I'm pretty sure you can just open the outfile/potfile with any spreadsheet viewer/editor as a CSV file where the separator is just ":" (or the -p command line value). I'm not sure why some people n...
philsmd hashcat 4 1,333 03-11-2020, 05:06 PM
    Thread: Recovered hashes spreadsheets help
Post: RE: Recovered hashes spreadsheets help

just to be very clear: you do NOT need any python script to do this. just open the document as a CSV file (with : as a separator).. Comma-separated values (CSV) files can typically use any sepataor...
philsmd hashcat 4 1,333 03-11-2020, 11:42 PM
    Thread: Hash Mode request MS SQL 2016 with salt
Post: RE: Hash Mode request MS SQL 2016 with salt

Could be anything. Do you know the software / CMS / code that generates these hashes ? I assume it's not the MSSQL software itself ? is it some custom software / webpage ? You need to be more sp...
philsmd hashcat 4 1,108 03-19-2020, 04:09 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: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode

This was implemented with https://github.com/hashcat/hashcat/pull/2355
philsmd hashcat 4 3,573 04-08-2020, 12:11 PM
    Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate

It's difficult to say what you are doing in detail, but you should of course keep in mind that these specific hash types are parameterized and therefore can have varying cost factors. The iteration co...
philsmd hashcat 4 2,007 04-07-2020, 09:33 AM
    Thread: Custom charset
Post: RE: Custom charset

If you do not know how your shell escaping works, just use a file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files
philsmd hashcat 4 1,170 04-09-2020, 03:47 PM
    Thread: Custom charset
Post: RE: Custom charset

Just to try to explain the detail of the problem also for potential future readers of this thread. This has to do with your cmd/shell... for instance %VAR% is a variable interpreted by your cmd...
philsmd hashcat 4 1,170 04-09-2020, 05:13 PM
    Thread: pattern mask
Post: RE: pattern mask

Well, this is a very specific task (insert a word of length 5, g00se, into a mask of length 12, at each and every position), it's probably much more easier to just write all combination down or use a ...
philsmd hashcat 4 998 04-18-2020, 08:19 AM