Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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 |
|
|
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: 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: 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: 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: 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: 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: 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: 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 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: 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 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: 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 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: 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: 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: 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: Hash type sorting
Post: RE: Hash type sorting
best advice would be to do it manually. There are some software that try to detect hashes, but they are all crap and not reliable. You sometimes can't say what the hash type is if you do not know whic... |
|
philsmd |
hashcat
|
2 |
1,590 |
05-11-2019, 01:31 PM |
|
|
Thread: Some remarks and maybe idea for improvement
Post: RE: Some remarks and maybe idea for improvement
hashcat uses markov by default (it's not random), it's trained with rockyou.txt (update see below).
you can use --markov-hcstat2 and hcstat2gen (see https://github.com/hashcat/hashcat-utils/blob/ma... |
|
philsmd |
hashcat
|
1 |
1,919 |
05-09-2019, 11:48 AM |
|
|
Thread: length & Mask problem with PMK (-m 2501/16801)
Post: RE: length & Mask
yeah, -a 0 (dictionary attack) makes most sense with -m 2501 and -m 16801
the general approach is to use wlangenpmk (or wlangenpmkocl for OpenCL support) from https://github.com/ZerBea/hcxkeys
... |
|
philsmd |
General Talk
|
4 |
3,139 |
05-06-2019, 09:03 AM |