Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: multihashing of sha1($salt.$pass) possible?
Post: RE: multihashing of sha1($salt.$pass) possible?
support for salted hex and salted charsets comes in oclHashcat v0.26 |
|
atom |
Very old oclHashcat Support
|
6 |
15,165 |
01-31-2011, 05:48 PM |
|
|
Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain
Sure, just change the key? |
|
atom |
hashcat
|
7 |
2,914 |
11-01-2019, 04:16 PM |
|
|
Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain
If you just want to know all possible CT of a fixed PT by going through all possible keys, then this is not a task suited for a password cracker. For a password cracker there always needs to be some s... |
|
atom |
hashcat
|
7 |
2,914 |
11-01-2019, 06:31 PM |
|
|
Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain
Note that it depends if you know the PT already. In this case you can encrypt the PT and then compare against a list of CT, which minimal speed drop. However if you need to decrypt the CT and then com... |
|
atom |
hashcat
|
7 |
2,914 |
11-05-2019, 09:49 AM |
|
|
Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat
you can do both already with a bit of creativity. 1. rule per dictionary can be done with CPU hashcat and --stdout switch just redirect stdout to a new file, which you then use as a dictionary. 2. for... |
|
atom |
Feature Requests
|
15 |
39,399 |
01-02-2012, 11:02 AM |
|
|
Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat
you can try it with hashcat cpu. i already worked on this in the past and instantly lost interesst in this as soon as i was working on it. its just to slow. |
|
atom |
Feature Requests
|
15 |
39,399 |
01-03-2012, 10:43 AM |
|
|
Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat
no you did not understand me. i already tried tripple wordlist attacks in the past, even on GPU. it was so slow that i lost interest. |
|
atom |
Feature Requests
|
15 |
39,399 |
01-04-2012, 10:48 AM |
|
|
Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat
there are two problems involved. first one is that it would require an expansion to support plaintexts longer than 15 chars which would results in massive code change and performance drop and an combi... |
|
atom |
Feature Requests
|
15 |
39,399 |
01-08-2012, 12:22 PM |
|
|
Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat
Kgx Pnqvhm Wrote: (01-10-2012, 09:47 PM)
--
So is there a length limit for the dictionary per algorithm, or is it the 15 per the program?
--
The maximum length supported by all algorithms is 15. Th... |
|
atom |
Feature Requests
|
15 |
39,399 |
01-11-2012, 11:16 AM |
|
|
Thread: My Bitcoin’s locked into Veracrypt container- 2 BTC to solve
Post: RE: My Bitcoin’s locked into Veracrypt container...
There's no picture attached |
|
atom |
hashcat
|
7 |
6,792 |
11-02-2017, 11:48 AM |
|
|
Thread: My bugs for 0.09b41 -- The AMD side
Post: RE: My bugs for 0.09b41 -- The AMD side
did you remove all *.kernel files from kernels\4098\ before you tested? |
|
atom |
Beta Tester
|
10 |
10,283 |
08-06-2012, 02:08 PM |
|
|
Thread: My bugs for 0.09b41 -- The AMD side
Post: RE: My bugs for 0.09b41 -- The AMD side
mastercracker Wrote: (08-06-2012, 07:42 PM)
--
atom Wrote: (08-06-2012, 02:08 PM)
--
did you remove all *.kernel files from kernels\4098\ before you tested?
--
No. Are we supposed to do that? I ju... |
|
atom |
Beta Tester
|
10 |
10,283 |
08-09-2012, 11:11 AM |
|
|
Thread: My bugs for 0.09b41 -- The AMD side
Post: RE: My bugs for 0.09b41 -- The AMD side
There is a new BETA version up, please retry everything. I did several changes. The BUG with the PROMPT still exists, I will fix this later |
|
atom |
Beta Tester
|
10 |
10,283 |
08-09-2012, 11:12 AM |
|
|
Thread: My bugs for 0.09b41 -- The AMD side
Post: RE: My bugs for 0.09b41 -- The AMD side
|
atom |
Beta Tester
|
10 |
10,283 |
08-12-2012, 06:39 PM |
|
|
Thread: My bugs for v0.09b41
Post: RE: My bugs for v0.09b41
now thats a nice report mastercracker. i need to reproduce some of them while others i know are already known:
Quote:
--
- Status bar at the bottom not always appearing (really intermittent).
... |
|
atom |
Beta Tester
|
18 |
16,154 |
08-05-2012, 08:41 AM |
|
|
Thread: My bugs for v0.09b41
Post: RE: My bugs for v0.09b41
mastercracker Wrote: (08-07-2012, 04:48 AM)
--
For the test-plus.pl, some of the perl modules are a pain to install when you don't know how to do it properly (I learned the hard way what is the easy ... |
|
atom |
Beta Tester
|
18 |
16,154 |
08-09-2012, 11:09 AM |
|
|
Thread: My bugs for v0.09b41
Post: RE: My bugs for v0.09b41
wonderful report. will work on it |
|
atom |
Beta Tester
|
18 |
16,154 |
08-10-2012, 11:15 AM |
|
|
Thread: My bugs for v0.09b41
Post: RE: My bugs for v0.09b41
reproduced:
Quote:
--
- For -m 10 md5($pass.$salt), Bruteforce of length 2 is not working.
- For -m 30 md5(unicode($pass).$salt), Length 15 does not work on all modes
- For -m 30 md5(unicode($pass)... |
|
atom |
Beta Tester
|
18 |
16,154 |
08-10-2012, 11:37 AM |
|
|
Thread: My bugs for v0.09b41
Post: RE: My bugs for v0.09b41
Fixed:
Quote:
--
- For -m 10 md5($pass.$salt), Bruteforce of length 2 is not working.
- For -m 30 md5(unicode($pass).$salt), Length 2 does not work on bruteforce.
- For -m 110 sha1($pass.$salt), Br... |
|
atom |
Beta Tester
|
18 |
16,154 |
08-10-2012, 12:24 PM |
|
|
Thread: My bugs for v0.09b41
Post: RE: My bugs for v0.09b41
Fixed:
Quote:
--
Prompt is not shown sometimes
--
|
|
atom |
Beta Tester
|
18 |
16,154 |
08-10-2012, 12:24 PM |