Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: old TrueCrypt volumes
Post: RE: old TrueCrypt volumes
First of all to answer you question, you normally would use a mask attack like this:
Code:
--
hashcat64.exe -m 6222 -a 3 --increment --increment-min 9 J:\tc\mooi2009.tc -2 "XxZzJjTtUuQq?d;:,.!@#$%... |
|
philsmd |
hashcat
|
1 |
2,457 |
11-18-2017, 05:29 PM |
|
|
Thread: Very Specific Cracking Method
Post: RE: Very Specific Cracking Method
I think that would quickly result in way too many combinations/password candidates.
It of course depends on how small your wordlist is.
If the wordlist is very small you could for instance just genera... |
|
philsmd |
hashcat
|
3 |
4,054 |
11-17-2017, 01:52 PM |
|
|
Thread: Stdin and stdout simultaneously
Post: RE: Stdin and stdout simultaneously
Yes this already works.
You must be doing something wrong, because this is working perfectly fine here.
You can troubleshoot it with just an echo command, e.g:
echo test | ./hashcat64.bin --st... |
|
philsmd |
hashcat
|
3 |
4,064 |
11-17-2017, 09:01 AM |
|
|
Thread: Problems with the encodings of dictionaries ...
Post: RE: Problems with the encodings of dictionaries .....
russian passwords could also be encoded with CP1251 or KOI8-R etc.
Pro tip: there are some charsets shipped with hashcat (see for instance the charsets/standard/Russian folder under your extracted ha... |
|
philsmd |
hashcat
|
5 |
4,523 |
11-16-2017, 09:34 PM |
|
|
Thread: correct command line
Post: RE: correct command line
You do not need to repeately hit the r key. it makes absolutely no sense.
You only need to hit r (for resume) when you hit p (for pause) beforehand.
This means that resuming (r) only makes sense if ... |
|
philsmd |
hashcat
|
24 |
22,564 |
11-16-2017, 09:28 PM |
|
|
Thread: How to say that the password starts with "abc"
Post: RE: How to say that the password starts with "abc"
What type of hashes do you use (there are salted hashes, where you can use abc as salt)?
What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that... |
|
philsmd |
hashcat
|
3 |
4,527 |
11-16-2017, 12:35 PM |
|
|
Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003
My guess is that there might be a lot of tools around or you just slightly modify a popular tool like libreoffice. We only need to replace the actual key that was generated from a "fake" password with... |
|
philsmd |
hashcat
|
6 |
6,545 |
11-16-2017, 12:23 PM |
|
|
Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003
?b means that hashcat should try all possible values a byte can have, i.e.
from 0x00 to 0xff, this means that each byte has 256 possibilities
256^5 = 256*256*256*256*256 = 1099511627776 combinations
... |
|
philsmd |
hashcat
|
6 |
6,545 |
11-16-2017, 12:05 PM |
|
|
Thread: Very Specific Cracking Method
Post: RE: Very Specific Cracking Method
one approach could be to create multiple rules (see https://hashcat.net/wiki/?id=rule_based_attack) each one of those rules prepends one single/different character (and does the other manipilation to ... |
|
philsmd |
hashcat
|
3 |
4,054 |
11-16-2017, 10:09 AM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
damn. salt-value exception could happen in several situations. It seems there is either something wrong with your hash or the hashcat parser for some strange reason (mistakenly?) rejects it.
If you... |
|
philsmd |
hashcat
|
15 |
12,598 |
11-14-2017, 10:40 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: 7Zip hash woes
Post: RE: 7Zip hash woes
I think to understand this problem we might first need to get rid of that long hash within the error message.
A patch like this might help for the time being:
Code:
--
diff --git a/src/hashes.c b... |
|
philsmd |
hashcat
|
15 |
12,598 |
11-14-2017, 12:19 AM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
are you sure that you are using the latest version of 7z2hashcat from https://github.com/philsmd/7z2hashcat/ ? |
|
philsmd |
hashcat
|
15 |
12,598 |
11-13-2017, 11:36 PM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
somehow you managed to again not post the actual error message.
The error message should be shown/explained after the hash within the line:
Hashfile '../john.hash' on line 1 (hash): ERROR_MESSAGE
... |
|
philsmd |
hashcat
|
15 |
12,598 |
11-13-2017, 10:34 PM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
you need to use -m 11600 for 7-zip
If you see the message "No hashes loaded" it is not the actual message we are interested in here.
The error message that is responsible for letting you know what... |
|
philsmd |
hashcat
|
15 |
12,598 |
11-13-2017, 09:29 PM |
|
|
Thread: Problems with the encodings of dictionaries ...
Post: RE: Problems with the encodings of dictionaries .....
You are not allowed to post hashes here, you get banned for breaking the forum rules.
For what regards the problem with encoding: you need to use the correct encoding, in this case it is ISO-8859-9... |
|
philsmd |
hashcat
|
5 |
4,523 |
11-12-2017, 02:22 PM |
|
|
Thread: Getting a weird hash from PDF?
Post: RE: Getting a weird hash from PDF?
As far as I know the current up-to-date script to extract the info from .pdf files is pdf2john.pl (a perl file not a python file):
https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleedin... |
|
philsmd |
hashcat
|
2 |
3,265 |
11-10-2017, 10:17 PM |
|
|
Thread: m 14800 (itunes Ver >10), hashcat has a strange behaviour
Post: RE: m 14800 (itunes Ver >10), hashcat has a strang...
I don't understand what the problem is.
This is perfectly expected behaviour. -m 14800 is a hard/slow hash type.
Everything that you just described seems to be expected.
The only way to fix it ... |
|
philsmd |
hashcat
|
6 |
4,996 |
11-10-2017, 12:08 PM |
|
|
Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide
maybe it's just a problem of communication, but you must make sure that you use all the steps
nvidia-xconfig
sed
nvidia-settings
(and eventually also nvidia-smi to set the power limit)
also see... |
|
philsmd |
User Contributions
|
21 |
33,866 |
11-08-2017, 11:26 PM |
|
|
Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide
how did you set up the system? x11 and nvidia-xconfig . Did you set cool-bits etc ?
maybe this is relevant: https://hashcat.net/forum/thread-6036-post-32262.html#pid32262
(even if probably not up ... |
|
philsmd |
User Contributions
|
21 |
33,866 |
11-08-2017, 01:18 PM |