Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Use of "/" slash in mask
Post: Use of "/" slash in mask
Hello all,
Just found out that the slash operator cannot be used solo in a mask.
hashcat -m 0 -a 6 dict.txt ?d\/ -> works
hashcat -m 0 -a 6 dict.txt \/?d -> works
hashcat -m 0 -a 6 dict.txt ... |
|
Nay |
hashcat
|
3 |
2,804 |
08-13-2018, 05:51 PM |
|
|
Thread: Use of "/" slash in mask
Post: RE: Use of "/" slash in mask
I see, thanks for enlightening me |
|
Nay |
hashcat
|
3 |
2,804 |
08-13-2018, 11:19 PM |
|
|
Thread: How to leet-transform only one char ? [edited]
Post: RE: How to leet-transform only one char ? [edited]
That sounds exactly what I was looking for, many thanks.
I'm wondering why the mode 5 has been removed with new version of hashcat ? |
|
Nay |
hashcat
|
7 |
3,883 |
08-14-2018, 03:38 PM |
|
|
Thread: How to leet-transform only one char ? [edited]
Post: RE: How to leet-transform only one char ? [edited]
Well noted thanks for the precision |
|
Nay |
hashcat
|
7 |
3,883 |
08-14-2018, 07:03 PM |
|
|
Thread: Wrong Time Estimated with -w 4 parameter
Post: Wrong Time Estimated with -w 4 parameter
Hello guys,
I've found out that every time I'm using a heavy workload (-w 4) the "Time Estimated" gets longer with time while the Speed doesn't change. A 10h job can reach 15h. Here-below a sample ... |
|
Nay |
hashcat
|
4 |
2,732 |
08-26-2018, 11:14 PM |
|
|
Thread: Replace rule - but not all at once
Post: RE: Replace rule - but not all at once
Hi,
I had a similar issue few time ago, the best way was for me to use the table attack from hashcat legacy. It worked like a charm : https://hashcat.net/forum/thread-7730.html |
|
Nay |
hashcat
|
4 |
3,110 |
08-29-2018, 04:08 PM |
|
|
Thread: Wrong Time Estimated with -w 4 parameter
Post: RE: Wrong Time Estimated with -w 4 parameter
Hi all,
No information on this issue/bug ? |
|
Nay |
hashcat
|
4 |
2,732 |
09-04-2018, 02:24 PM |
|
|
Thread: Wrong Time Estimated with -w 4 parameter
Post: RE: Wrong Time Estimated with -w 4 parameter
Thanks for pointing that out, any idea regarding the restore point that doesn't update ? |
|
Nay |
hashcat
|
4 |
2,732 |
09-04-2018, 04:41 PM |
|
|
Thread: issue Combinator+hashcat-legacy
Post: RE: issue Combinator+hashcat-legacy
Thanks both of you for your reply.
I didn't expect the use of -j to work without the attack mode -a 1 specified. That's great to know. |
|
Nay |
hashcat
|
3 |
2,324 |
09-10-2018, 10:37 PM |
|
|
Thread: Issue with same inputs. One worked, the other not
Post: RE: Issue with same inputs. One worked, the other ...
Hi,
Just to inform than I still encounter the issue mentioned above on Macbook Pro High Sierra. A workaround was use CPU only with -D 1. |
|
Nay |
hashcat
|
7 |
4,755 |
09-13-2018, 08:33 PM |
|
|
Thread: Pls help - simple rule does not work!
Post: RE: Pls help - simple rule does not work!
Hi,
Just to be sure : In you second attempt, you file simple.txt does well contain the plain "password", and not "password123" ? Otherwise applying the rule will create the candidate "password123123"... |
|
Nay |
hashcat
|
10 |
5,462 |
09-18-2018, 02:57 PM |
|
|
Thread: issue Combinator+hashcat-legacy
Post: issue Combinator+hashcat-legacy
Hi all,
I recently needed to perform an attack while rejecting some candidates lengths.
As the rejection rule is not supported in hashcat, I used hashcat-legacy but unfortunately it seems not to work... |
|
Nay |
hashcat
|
3 |
2,324 |
09-10-2018, 08:43 PM |
|
|
Thread: Problem with 11300
Post: RE: Problem with 11300
Don't know if it can help but Googling your issue led me to :
https://hashcat.net/wiki/doku.php?id=timeout_patch |
|
Nay |
hashcat
|
10 |
5,232 |
09-27-2018, 05:59 PM |
|
|
Thread: Problems with itunes password
Post: RE: Problems with itunes password
Hi,
If Combinator doesn't help, (e.g. you're unsure about the format of certain words) you can use Prince Processor
https://github.com/hashcat/princeprocessor and apply some rules on it. |
|
Nay |
hashcat
|
5 |
3,170 |
10-02-2018, 10:03 AM |
|
|
Thread: Combinator help
Post: RE: Combinator help
Hi,
You may want to try Prince Processor : https://hashcat.net/wiki/doku.php?id=princeprocessor
Code:
--
./pp64 --pw-min=5 --pw-max=5 < wordlist.txt | hashcat -m 0 -a 0 hash_list.txt --outfile ... |
|
Nay |
hashcat
|
3 |
3,012 |
11-16-2018, 10:10 AM |
|
|
Thread: word list and masks
Post: RE: word list and masks
Hi,
You can try the weakpass_2 which is smaller : https://www.mediafire.com/file/q8u95nni5nrxuoc/weakpass_2.7z
Using rules on such big lists will take forever except if you know the pattern of the ... |
|
Nay |
hashcat
|
2 |
2,560 |
11-16-2018, 10:15 AM |
|
|
Thread: How to save progress with PRINCE ?
Post: How to save progress with PRINCE ?
Hello all,
In the man page of PRINCE we can read :
--save-pos-disable
Save the position for later resume with -s
I don't understand how this works. Trying to res... |
|
Nay |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
3,619 |
08-22-2018, 06:23 PM |
|
|
Thread: How to save progress with PRINCE ?
Post: RE: How to save progress with PRINCE ?
Great works perfectly, thanks philsmd |
|
Nay |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
3,619 |
08-22-2018, 06:45 PM |
|
|
Thread: How to save progress with PRINCE ?
Post: RE: How to save progress with PRINCE ?
Oh Nice, I didn't think we could 'cat' it directly. Thanks for the info ! |
|
Nay |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
3,619 |
08-23-2018, 08:47 AM |
|
|
Thread: 7z2hashcat
Post: RE: 7z2hashcat
Hi,
You could try to chop the first 327528 bytes off as it is described in the 7z2hashcat.pl.
Then use the script on the new *file*
Code:
--
# This field is the first field after the hash si... |
|
Nay |
User Contributions
|
28 |
70,368 |
08-27-2018, 10:50 PM |