Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Dictionary cache building
Post: RE: Dictionary cache building
Yeah, it's also mentioned within docs/changes.txt
Code:
--
* changes v3.30 -> v3.40:
...
- Wordlists: Disable dictstat handling for hash-mode 3000 as it virtually creates words in the wordlist w... |
|
philsmd |
hashcat
|
1 |
5,032 |
05-28-2017, 02:01 PM |
|
|
Thread: mask order unknown?
Post: RE: mask order unknown?
use policygen from PACK (https://thesprawl.org/projects/pack/), i.e. the use of .hcmask files is needed (and PACK can generate them for you) |
|
philsmd |
hashcat
|
2 |
3,106 |
05-29-2017, 08:59 PM |
|
|
Thread: need help with markov chain, or possibly another solution for decrypt of AES-256
Post: RE: need help with markov chain, or possibly anoth...
Code:
--
echo teststring | openssl enc -e -aes-256-ecb -K 0000123400001234000012340000123400001234000012340000123400001234 | xxd -g 1
--
and
Code:
--
echo teststring | openssl enc -e -aes-256-ec... |
|
philsmd |
hashcat
|
13 |
11,856 |
05-30-2017, 06:51 AM |
|
|
Thread: VeraCrypt dictionary attack
Post: RE: VeraCrypt dictionary attack
Well, that might explain it ("its length is of about 40 characters")... see https://hashcat.net/faq#what_is_the_maximum_supported_password_length
so max 31 for -a 0 (40 is already too long).
But you... |
|
philsmd |
hashcat
|
6 |
7,719 |
05-27-2017, 10:46 PM |
|
|
Thread: Any idea if this would be much faster on a GPU?(MD5 x3 + AES decrypt)
Post: RE: Any idea if this would be much faster on a GPU...
yeah, OpenCL support might make sense.
But there are some questions still open:
- what about the lenght of the data, is 1 block enough ?
- you need way better means to determine if the decryption... |
|
philsmd |
hashcat
|
3 |
4,337 |
05-28-2017, 04:49 PM |
|
|
Thread: vmware Kernel library error
Post: RE: vmware Kernel library error
Why do you use pocl?
Why do you use hashcat within a virtual machine (vmware)?
My suggested solution is to not use VMs and to install the correct OpenCL driver for your hardware. |
|
philsmd |
hashcat
|
1 |
2,685 |
05-30-2017, 08:51 PM |
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
Did you use the AxSuite by FistOurs (or axcrypt2john.py) to extract the "hashes" as explained here https://hashcat.net/wiki/example_hashes ? |
|
philsmd |
hashcat
|
10 |
11,238 |
05-30-2017, 09:01 PM |
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
Oh, thats actually interesting about the Axcrypt version difference.
I would suggest that you contact Fist0urs directly either here on forum (name "Fist0urs") or on twitter (https://twitter.com/Fis... |
|
philsmd |
hashcat
|
10 |
11,238 |
05-31-2017, 09:51 AM |
|
|
Thread: custom hcmask aborting aborting 7 seconds
Post: RE: custom hcmask aborting aborting 7 seconds
Please make sure that you provide the correct path to the file "test.hcmask" otherwise it will be interpreted as a literal mask specified on the command line (not a mask file: .hcmask).
If you spec... |
|
philsmd |
hashcat
|
3 |
3,694 |
05-31-2017, 08:27 PM |
|
|
Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10
Well, that's a comparison of 2 completely different (operating) systems. I'm not sure if that is a good comparison. Furthermore, the 2 system also have different hardware (so everything changes). A be... |
|
philsmd |
hashcat
|
13 |
11,068 |
06-02-2017, 08:09 AM |
|
|
Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10
Oh that might explain it (you shouldn't install CUDA at all for using hashcat, it might ship with conflicting .dll/drivers).
You should try to follow this: https://hashcat.net/faq#i_may_have_the_wron... |
|
philsmd |
hashcat
|
13 |
11,068 |
06-02-2017, 09:25 AM |
|
|
Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10
Well, normally one should prefer small targeted word lists with a lot of rules (not just massive word lists with no rules).
The GPUs need to have some work to do (i.e. with the help of some amplifica... |
|
philsmd |
hashcat
|
13 |
11,068 |
06-02-2017, 09:41 AM |
|
|
Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB
@dindolo1979
This post is just to let you know that both ethereum algorithms are now available in the newest beta version of hashcat (beta 3.5.0+168 or newer, https://hashcat.net/beta/).
See htt... |
|
philsmd |
hashcat
|
26 |
24,603 |
06-05-2017, 03:34 PM |
|
|
Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10
Wait, how did you test this that quickly? (you had to reboot your system and wait until the whole dictionary exhausted, shouldn't that take at least several minutes/hours?)
How much time does it take... |
|
philsmd |
hashcat
|
13 |
11,068 |
06-02-2017, 08:50 AM |
|
|
Thread: Basic hashcat mask syntax
Post: RE: Basic hashcat mask syntax
Let me explain this:
if you use the mask ?1?1?1?1?1?1?1?1 together with --increment, what hashcat really does is run this set of masks one after the other:
Code:
--
?1
?1?1
?1?1?1
?1?1?1?1
?1?1?1?1?... |
|
philsmd |
hashcat
|
4 |
6,438 |
06-02-2017, 03:21 PM |
|
|
Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...
My suggestion would be to:
- do not use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), use another Linux distribution (Ubuntu for instance is officially supported by most of the driver ve... |
|
philsmd |
hashcat
|
3 |
6,841 |
06-04-2017, 08:30 AM |
|
|
Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...
I think you missed the most important line within my previous reply i.e. "use ubuntu, not The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)!"
If you still insist in using The-Distribution-Whi... |
|
philsmd |
hashcat
|
3 |
6,841 |
06-07-2017, 08:21 AM |
|
|
Thread: My next learning curve... from brute force to hybrid with rules.
Post: RE: My next learning curve... from brute force to ...
-a 3 is only used for mask attack
if you want to use hybrid (-a 6 or -a 7) you need to adjust your command line... most importantly the -a x option.
for -a 6 and -a 7 you need to provide both th... |
|
philsmd |
hashcat
|
2 |
3,526 |
06-24-2017, 11:29 AM |
|
|
Thread: SHA512 without salt
Post: RE: SHA512 without salt
Wow, this is a very nice analysis @epixoip! Well done!
That's some very precious knowledge about how PHP deals with a zero-length salt for sha512crypt (or better said, no salt at all) ... and might... |
|
philsmd |
hashcat
|
4 |
5,167 |
06-30-2017, 09:11 AM |
|
|
Thread: Mask processor error
Post: RE: Mask processor error
-a 3 is for mask attack, -a 3 is not for stdin/wordlists
-a 0 is used for straight/wordlist/stdin attacks
BTW: you really should read te wiki instead of asking all these very noob/basic question... |
|
philsmd |
hashcat
|
2 |
2,559 |
07-04-2017, 10:42 PM |