Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Logging All Hashes
Post: Logging All Hashes
I have been trying to brute force a hash using this command but it I gave up once I made it through the 10 character passwords.
E:\Downloads\hashcat-3.10\hashcat64.exe -1 l -2 u -3 d -4 s -a 3 -m 100... |
|
will2238 |
hashcat
|
2 |
3,658 |
10-05-2016, 03:25 AM |
|
|
Thread: Logging All Hashes
Post: RE: Logging All Hashes
epixoip Wrote: (10-05-2016, 05:10 AM)
--
You might want to spend some time reading --help, the wiki, etc as your command does not do what you think it does.
Logging all of the passwords generated ... |
|
will2238 |
hashcat
|
2 |
3,658 |
10-05-2016, 05:28 AM |
|
|
Thread: Question About NTLM
Post: Question About NTLM
I've been doing a lot of research into how the NTLM hash works, according to https://asecuritysite.com/encryption/lmhash (https://asecuritysite.com/encryption/lmhash) an NTLM hash is ASCII input > U... |
|
will2238 |
hashcat
|
7 |
9,256 |
10-05-2016, 06:36 AM |
|
|
Thread: Question About NTLM
Post: RE: Question About NTLM
atom Wrote: (10-05-2016, 12:48 PM)
--
It's exactly as you said.
Code:
--
root@ht:~/hashcat# echo -n password | iconv -f utf8 -t utf16le | openssl dgst -md4
(stdin)= 8846f7eaee8fb117ad06bdd830b... |
|
will2238 |
hashcat
|
7 |
9,256 |
10-05-2016, 06:48 PM |
|
|
Thread: Question About NTLM
Post: RE: Question About NTLM
atom Wrote: (10-06-2016, 05:51 PM)
--
The NTLM kernel does that automatically for you
--
I realize that, but I want to know how would I convert it to the correct unicode form myself. Is there a w... |
|
will2238 |
hashcat
|
7 |
9,256 |
10-06-2016, 06:35 PM |