Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
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
thanks again mrmike
This problem was now fixed (git version includes the fix, soon also beta/release) with this commit: https://github.com/hashcat/hashcat/commit/ca31ef43aff1726113aaef85d06aa5c3cbc... |
|
philsmd |
hashcat
|
6 |
2,894 |
08-06-2019, 02:10 PM |
|
|
Thread: No hashes loaded.
Post: RE: No hashes loaded.
1. respect the forum rules, do NOT post hashes
2. mention the password (123456789) if you were asked to post a masked hash by the moderator/admin
3. problem is this: https://github.com/hashcat/hashc... |
|
philsmd |
hashcat
|
4 |
2,895 |
11-03-2019, 01:21 PM |
|
|
Thread: No hashes loaded.
Post: RE: No hashes loaded.
yeah also try to not double post across the two platforms (forum vs github): https://github.com/hashcat/hashcat/issues/2211
it's so confusing, where should we answer? what should we do? we would ne... |
|
philsmd |
hashcat
|
4 |
2,895 |
11-03-2019, 03:06 PM |
|
|
Thread: --limit and --skip usage
Post: RE: --limit and --skip usage
your examples above have 2 different masks:
you used ?l?l?l?l?l?l?l?l for the keyspace calculation and ?l?l?l?l?l?l?l? for the actual run.
You should always use the same mask!
Furthermore, yo... |
|
philsmd |
hashcat
|
2 |
2,896 |
08-25-2017, 12:24 PM |
|
|
Thread: Having Issues Trying To Crack MD5 w/ Wordlist
Post: RE: Having Issues Trying To Crack MD5 w/ Wordlist
Well, you could try to remove pocl and mesa and other OpenCL runtimes that are not recommended on https://hashcat.net/hashcat/ and install the Intel OpenCL driver for your AMD CPU (yeah, that's not a ... |
|
philsmd |
hashcat
|
3 |
2,897 |
07-06-2018, 08:53 AM |
|
|
Thread: how to use only some letters
Post: RE: how to use only some letters
Unfortunately, I can't do more than link you to the wiki page that explains it very well https://hashcat.net/wiki/mask_attack (what I mean is, I can't read or understand it for you, just spend some mi... |
|
philsmd |
hashcat
|
2 |
2,906 |
05-15-2017, 02:15 PM |
|
|
Thread: run LUKS on windows
Post: RE: run LUKS on windows
Yeah, you can use any hash type that hashcat supports on both unix and windows (actually you can even use OSX too). Hashcat doesn't has a limitation that forbids you to run LUKS on windows.
Well, you... |
|
philsmd |
hashcat
|
1 |
2,909 |
01-31-2017, 09:26 AM |
|
|
Thread: Exploiting the human factor
Post: RE: Exploiting the human factor
just create the hashcat mask file (a.hcmask) manually:
Code:
--
?l?u,?l?d,?1?a?a?a?a?2?2?2
?l?u,?l?d,?1?a?a?a?a?a?2?2?2
?l?u,?l?d,?1?a?a?a?a?a?a?2?2?2
--
Code:
--
hashcat -m 2500 -a 3 -w ... |
|
philsmd |
hashcat
|
11 |
2,910 |
09-21-2019, 07:50 PM |
|
|
Thread: Exploiting the human factor
Post: RE: Exploiting the human factor
lol, it will take 11 days just for the first one
that's also why brute-force is not usually the best strategy, but it of course depends a lot on the info you have and especially how confident you a... |
|
philsmd |
hashcat
|
11 |
2,910 |
09-21-2019, 09:04 PM |
|
|
Thread: Hashcat aborting (bug?)
Post: RE: Hashcat aborting (bug?)
You should try again with the latest beta versions of hashcat (https://hashcat.net/beta/ , do not forget to use -O if you want to use the optimized kernels and have the same speed as with 3.6).
Rec... |
|
philsmd |
hashcat
|
2 |
2,942 |
09-05-2017, 02:01 PM |
|
|
Thread: WPA2 Cracking With Password Less Then 8 Length Using rule Attack
Post: RE: WPA2 Cracking With Password Less Then 8 Length...
It seems that you also opened a hashcat github issue (https://github.com/hashcat/hashcat/issues/1222#issuecomment-292860873) and it was answered and closed.
Please do not hesitate to use the forum se... |
|
philsmd |
hashcat
|
1 |
2,947 |
04-10-2017, 09:41 AM |
|
|
Thread: PrestaShop Password
Post: RE: PrestaShop Password
you could just generate a new one and replace the old hash that you have within your database with the newly generated one.
The algorithm is
md5 ($salt . $pass)
salt concatenated with the password ... |
|
philsmd |
hashcat
|
2 |
2,949 |
12-06-2017, 10:32 PM |
|
|
Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll
if I download the beta version from https://hashcat.net/beta/ I definitely see a file in the modules folder named
module_02000.dll
32-bit support was removed in recent versions of hashcat, but if... |
|
philsmd |
hashcat
|
6 |
2,951 |
07-07-2019, 09:34 PM |
|
|
Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll
there is no such file like hashcat64.exe within the beta version. if you have that file extracted, you are doing something horribly wrong (pebcak). It's easy to proof that the file under https://hashc... |
|
philsmd |
hashcat
|
6 |
2,951 |
07-08-2019, 08:57 AM |
|
|
Thread: Mix of digits, uppercase and a specific letter rule - help
Post: RE: Mix of digits, uppercase and a specific letter...
What you normally use in such a case is a mask attack: https://hashcat.net/wiki/doku.php?id=mask_attack
Therefore, in hashcat's terminology this is not called a rule, but a mask attack (using attac... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
2,952 |
11-14-2017, 09:06 AM |
|
|
Thread: rar archive test
Post: RE: rar archive test
example hashes are here: https://hashcat.net/wiki/example_hashes
(hint: you do not need to include the filenames etc, just the info needed as seen on the example hashes page)
... and for the time bei... |
|
philsmd |
hashcat
|
1 |
2,957 |
08-14-2016, 06:33 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: Brain is much slower than expected
Post: RE: Brain is much slower than expected
I would suggest starting with reading this: https://hashcat.net/forum/thread-7903.html (most importantly the section "Major Feature: The hashcat brain").
of course the brain is most efficient and I... |
|
philsmd |
hashcat
|
5 |
2,964 |
04-16-2019, 10:55 PM |
|
|
Thread: Brain is much slower than expected
Post: RE: Brain is much slower than expected
I guess that depends on how large the percentage of rejected passwords is and how fast the algorithm is.
brain doesn't make the H/s speed of your GPUs faster, that only depends on the OpenCL device... |
|
philsmd |
hashcat
|
5 |
2,964 |
04-19-2019, 01:35 PM |