Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...
maybe whenever you find some free time, you could investigate this stdin problem further... did you try with a different terminal ? are you using linux ?
you could also try if "cat" (or windows "ty... |
|
philsmd |
hashcat
|
9 |
3,469 |
05-31-2019, 07:23 PM |
|
|
Thread: need help setting up pattern/mask
Post: RE: need help setting up pattern/mask
small dict with very specific rules might help a lot here and crack the hashes much faster. of course it depends on how much you know about the base words and possible rules (like uppercasing the firs... |
|
philsmd |
hashcat
|
3 |
1,781 |
05-31-2019, 07:30 PM |
|
|
Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes
yeah, never ignore self-test errors. They are warning you that there is something wrong.
You could also test beta from https://hashcat.net/beta/ or release versions (even try with older ones) from ... |
|
philsmd |
General Talk
|
8 |
3,915 |
05-31-2019, 07:35 PM |
|
|
Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?
well, you should at least tell us the password, otherwise it's both against the forum rules and impossible for us to know how to test / verify it.
I would say that looking at the code here https://... |
|
philsmd |
hashcat
|
6 |
2,658 |
06-01-2019, 04:15 PM |
|
|
Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?
I just did clone the repository and checked out the version that you linked in your first post:
Code:
--
git clone https://github.com/rchouinard/phpass
cd phpass/
git checkout 121233fb49db4d929d... |
|
philsmd |
hashcat
|
6 |
2,658 |
06-01-2019, 07:09 PM |
|
|
Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?
nope. but please do me a favor and do not ignore/disregard the forum rules next time (e.g. posting hashes), they can be read here: https://hashcat.net/forum/announcement-2.html
masking the hash wou... |
|
philsmd |
hashcat
|
6 |
2,658 |
06-01-2019, 07:20 PM |
|
|
Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace
This is indeed an interesting problem, but very difficult to reproduce.
I *think* this is a glitch and hashcat while changing from one mask to another (in your case to or from mask number 1592 of 9... |
|
philsmd |
hashcat
|
6 |
2,894 |
06-02-2019, 09:16 AM |
|
|
Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace
good news, I was able to reproduce this problem with a very dedicated mask file (masks with small keyspace after masks with large keyspace, repeated thousands of times).
The problem seems to be loc... |
|
philsmd |
hashcat
|
6 |
2,894 |
06-02-2019, 03:16 PM |
|
|
Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace
no, that's the wrong value.
the values should be from 580008 to the next keyspace (from the "large" 580008 value to something smaller, that is why it's a "greater than" problem, new mask is smaller... |
|
philsmd |
hashcat
|
6 |
2,894 |
06-02-2019, 03:51 PM |
|
|
Thread: hashcat inquiry.
Post: RE: hashcat inquiry.
in theory you could just use the same command without the hash file and using --stdout to see all the password candidates.
e.g. if you had this command:
Code:
--
hashcat -m 14800 -r my.rules ha... |
|
philsmd |
hashcat
|
2 |
1,466 |
06-03-2019, 09:38 AM |
|
|
Thread: Mac OSX Mojave .plist format conversion
Post: RE: Mac OSX Mojave .plist format conversion
never heard about this "AuthenticationAuthority" format, hashcat officially only supports this: https://hashcat.net/forum/thread-8368-post-44680.html#pid44680 and the itunes backups plist files.
We... |
|
philsmd |
hashcat
|
9 |
4,502 |
06-03-2019, 09:45 AM |
|
|
Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...
oh thanks for the confirmation. so my educated guess was spot on.
I actually saw a similar problem in the past... but it's soo weird why this is happening.
It's most likely a driver problem, but t... |
|
philsmd |
hashcat
|
9 |
3,469 |
06-04-2019, 09:19 PM |
|
|
Thread: Plz help with iTunes encryption
Post: RE: Plz help with iTunes encryption
dictionary-based attacks (-a 0) with rules (-r) are in general more clever compared to "brute-force" except if you know for sure that the password is 100% randomly generated |
|
philsmd |
hashcat
|
2 |
1,274 |
06-05-2019, 01:11 PM |
|
|
Thread: Itunes Backup Password Never Set
Post: RE: Itunes Backup Password Never Set
well, this sounds more like a question for the apple/itunes community (apple.stackexchange.com or apple forums etc).
also see these (but I'm not sure if these links help in your case, I'm not too f... |
|
philsmd |
hashcat
|
6 |
2,960 |
06-06-2019, 09:45 AM |
|
|
Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...
most of the time the best thing to do is to fix the main problem instead of trying really hard (and failing horrendously in doing so) to bypass/avoid it.
Fan/cooling/throttling issues are serious p... |
|
philsmd |
hashcat
|
13 |
4,679 |
06-06-2019, 12:05 PM |
|
|
Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...
-w 1
or
-u 1 -n 1 --force
but you should use --force only if you know what you are doing and do not report any problems when using --force (you can change the -u and -n values slightly if you... |
|
philsmd |
hashcat
|
13 |
4,679 |
06-06-2019, 01:08 PM |
|
|
Thread: How to filter a wordlist
Post: RE: How to filter a wordlist
you can probably use power shell on windows: select-string
furthermore,
grep.exe for instance can be used on windows too. also mingw/cygwin for windows could be an option |
|
philsmd |
hashcat
|
6 |
2,743 |
06-07-2019, 10:07 PM |
|
|
Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...
entirely unrelated. has nothing to do with pipe and stdin.
also your problems are PEBCAK as far as I can tell
example hashes are here: https://hashcat.net/wiki/example_hashes you always need to ... |
|
philsmd |
hashcat
|
9 |
3,469 |
06-08-2019, 12:52 PM |
|
|
Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...
to me pebcak is not an insult. it's a problem description i.e. what the main cause of the problem could be.
sorry if it sounded like an insult to you, sometimes it's difficult to express oneself (a... |
|
philsmd |
hashcat
|
9 |
3,469 |
06-08-2019, 04:56 PM |
|
|
Thread: Hashcat not running on my CPU
Post: RE: Hashcat not running on my CPU
--opencl-device-types 1,2 (or short -D 1,2) to enable both CPU and GPU cracking. see --help output |
|
philsmd |
hashcat
|
3 |
3,669 |
06-09-2019, 09:20 AM |