Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Use Hashcat for Rainbow Table-generation
Post: Use Hashcat for Rainbow Table-generation
Hi!
I am going to generate a Rainbow Table for a special DES-case. It can be seen as a chosen plain text attack. Is it possible to use Hashcat for this? For example make a big file with plain texts... |
|
sverrets |
hashcat
|
8 |
12,996 |
03-31-2017, 11:22 AM |
|
|
Thread: Use Hashcat for Rainbow Table-generation
Post: RE: Use Hashcat for Rainbow Table-generation
atom Wrote: (03-31-2017, 03:44 PM)
--
https://twitter.com/hashcat/status/770649376955990016?lang=en
Use -m 14000
--
I'm new to hashcat, can you show me the complete command?
hashcat -m 14000 ... |
|
sverrets |
hashcat
|
8 |
12,996 |
03-31-2017, 03:58 PM |
|
|
Thread: Use Hashcat for Rainbow Table-generation
Post: RE: Use Hashcat for Rainbow Table-generation
Hi Atom!
I'm sorry, but I really cant find a way to do this.
I have a plaintext and a key and I want to encrypt the plaintext with the key. How can I achieve this?
I realize that for a single... |
|
sverrets |
hashcat
|
8 |
12,996 |
04-03-2017, 10:17 AM |
|
|
Thread: Use Hashcat for Rainbow Table-generation
Post: RE: Use Hashcat for Rainbow Table-generation
Rainbow Tables are maybe dead for the general case, but in my case they are perfect.
I'm trying to "steal" DES-keys from many many units which only use single DES for generating the authentication... |
|
sverrets |
hashcat
|
8 |
12,996 |
04-05-2017, 11:58 AM |
|
|
Thread: Brute-force with only half of the cipher text
Post: Brute-force with only half of the cipher text
Hi!
I want to brute-force DES and recover the key. The problem is that I only have the first half of the cipher text, but the entire plain text.
Example:
Plain text: 0000 0000 0000 0000
C... |
|
sverrets |
hashcat
|
4 |
4,559 |
04-19-2017, 10:48 AM |
|
|
Thread: Brute-force with only half of the cipher text
Post: RE: Brute-force with only half of the cipher text
Will this work?
hashcat -m 14000 0000000000000000:11111111?b?b?b?b -i -o cracked.txt -a 3 -1 ./hashcat-3.40/charsets/DES_full.charset --hex-charset ?1?1?1?1?1?1?1?1 -w 3 |
|
sverrets |
hashcat
|
4 |
4,559 |
04-19-2017, 11:52 AM |