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: Mac OSX Mojave .plist format conversion
Post: RE: Mac OSX Mojave .plist format conversion

if I understood this correctly you can access the file when mounting the file system with a different operating system ?! I think we can't do anything about that. You can't just use a totally diffe...
philsmd hashcat 9 4,502 06-14-2019, 06:53 PM
    Thread: Does the file extension matter?
Post: RE: Does the file extension matter?

no, it doesn't matter. hashcat will still crack the hash independent from the file extension. but let's be honest, it always makes sense to use something meaningful and clever to avoid confusion la...
philsmd hashcat 1 384 07-18-2020, 05:45 PM
    Thread: hashcat mask
Post: RE: hashcat mask

first of all it's infeasible to brute-force (and in most cases also mask attack) a hash with a password that is very long and random. It's mathematically imposiible. NOT doable. just do the math (hint...
philsmd hashcat 2 568 07-19-2020, 10:28 AM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

sorry to hear about your loss. I think something like this explains the format pretty well: https://apple.stackexchange.com/questions/220729/what-type-of-hash-are-a-macs-password-stored-in/220863#2...
philsmd General Talk 8 3,915 05-22-2019, 08:11 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: Decrypt DES-CBC RSA private key
Post: RE: Decrypt DES-CBC RSA private key

RSA is not supported. -m 1500 = descrypt is something completely diffrerent. we actually have a feature request for RSA here: https://github.com/hashcat/hashcat/issues/108 , but it doesn't seem ...
philsmd hashcat 4 7,035 05-24-2019, 02:59 PM
    Thread: Hashcat not working
Post: RE: Hashcat not working

-a 1 is for concatenating two dicts, use -a 0 instead (with one dict) Code: -- hashcat -m 0 -a 0 '/root/md5/hashpassword.txt' '/root/md5/rockyou.txt' -- the correct answer was already provid...
philsmd hashcat 4 2,032 05-24-2019, 09:23 PM
    Thread: Hashcat running VERY slow
Post: RE: Hashcat running VERY slow

bcrypt has a cost factor 2 ^ cost factor is determining the iteration count. You can't compare apple to oranges. different cost factors imply different speeds
philsmd hashcat 5 2,432 05-24-2019, 09:25 PM
    Thread: Hashcat running VERY slow
Post: RE: Hashcat running VERY slow

what are the number of salts and cost factors of the two runs that you are comparing ? They must be identical to make any conclusions. $2a$05$ for instance means 2^5 = 32 iterations, but for ...
philsmd hashcat 5 2,432 05-24-2019, 09:37 PM
    Thread: Which mode - passlib.hash.bcrypt_sha256
Post: RE: Which mode - passlib.hash.bcrypt_sha256

support for the PBKDF2-HMAC-SHA* Passlib format is in beta (https://hashcat.net/beta/), see: https://github.com/hashcat/hashcat/pull/2008 the passlib SHA* hashes did actually work with older versi...
philsmd hashcat 2 1,408 05-25-2019, 07:52 AM
    Thread: hashcat mask attack
Post: RE: hashcat mask attack

12 character brute-force is very large ! the knowledge about the 8 uppercase A-F chars doesn't change that much. The number is still quite huge. anyway, the answer is to use hashcat mask files toge...
philsmd hashcat 3 2,171 05-26-2019, 09:18 AM
    Thread: Hashcat Brain
Post: RE: Hashcat Brain

it depends on the --brain-client-features that was set (see hashcat --help). brain + "--brain-client-features 3" (or "--brain-client-features 1") only makes sense with slow hashes (not something li...
philsmd hashcat 5 2,300 05-26-2019, 11:45 AM
    Thread: Hashcat Brain
Post: RE: Hashcat Brain

slow is slow, WPA is slow enough
philsmd hashcat 5 2,300 05-26-2019, 01:31 PM
    Thread: nano syntax highlighting masks
Post: RE: nano syntax highlighting masks

interesting. thanks for the contribution. ... but I think your syntax rules do not catch all cases see: 1. https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files 2. https://hashcat.n...
philsmd User Contributions 2 2,218 05-28-2019, 07:42 PM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

yeah, it's very likely that you messed something up in converting (base64 to hex) or truncating the entropy part. I would suggest that you also try with the example hash from https://hashcat.net/wi...
philsmd General Talk 8 3,915 05-29-2019, 09:38 AM
    Thread: Hashcat Segmentation Fault
Post: RE: Hashcat Segmentation Fault

my bet is that pocl and/or mesa are again the culprit. uninstall them btw: cracking with a laptop is not a good idea (throttling and cooling issues, destroying the hardware because they are not des...
philsmd hashcat 3 2,479 05-30-2019, 12:06 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

did you try if the maskprocessor command works at all ? does the left part produce any candidates if used alone: ./mp64.bin -i 1:8 ?a?a?a?a?a?a?a?a also the start is probably very small with lengt...
philsmd hashcat 9 3,469 05-31-2019, 12:12 PM
    Thread: Ryzen 5 2400G: Difference between Linux and Windows wrt -m 1800: Factor 3.5
Post: RE: Difference between Linux and Windows wrt -m 18...

the operating system ideally makes no difference (except if you did some specific tuning with one benchmark and didn't with another). I would suggest to test at least the same versions to make a 1:1 c...
philsmd hashcat 8 3,117 05-31-2019, 02:40 PM
    Thread: need help setting up pattern/mask
Post: RE: need help setting up pattern/mask

it's probably too long to brute-force, infeasible. maybe dict + rules is a better alternative ? Code: -- hashcat -m 14800 -w 3 -a 3 --increment --increment-min 6 --increment-max 10 --custom-char...
philsmd hashcat 3 1,781 05-31-2019, 03:34 PM
    Thread: Hash speed
Post: RE: Hash speed

try to add -w 3 or even -w 4 you could get even more speed with rules (but of course the overall runtime could increase too). so the correct answer is: 1. more dedicated/clever attacks (specifi...
philsmd hashcat 3 1,781 05-31-2019, 07:08 PM