Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Custom Hashing Algorithms
Post: RE: Custom Hashing Algorithms
I'm not a friend of dynamic hash modes. It can be done pretty easy on CPU but on GPU I think there is alot of overhead caused by branches and kernel code size. But the real reason is that I think it's... |
|
atom |
Old hashcat Support
|
12 |
20,948 |
04-24-2015, 01:49 AM |
|
|
Thread: best64.rule contest
Post: RE: best64.rule contest
that's also fine. we just need to make sure there's a way to add some username to it :) |
|
atom |
Organisation and Events
|
34 |
64,152 |
04-24-2015, 10:42 AM |
|
|
Thread: rc1 is up
Post: rc1 is up
hey guys,
rc1 is up and also a new test-scripts. we plan to release 1.36 soonish. please let run the test-script (working on linux and windows) and report in this thread.
--
atom |
|
atom |
Beta Tester
|
2 |
4,498 |
04-24-2015, 04:21 PM |
|
|
Thread: best64.rule contest
Post: RE: best64.rule contest
Quote:
--
However, we might just get a ruleset highly specific to the wordlist used.
--
That's some nice idea I did not thought on before. Problem I see with this that everyone has it's own "p... |
|
atom |
Organisation and Events
|
34 |
64,152 |
04-25-2015, 10:37 AM |
|
|
Thread: best64.rule contest
Post: RE: best64.rule contest
My hope about the contest is that we find the most generally used rules that we can use in cracking slow hashes. |
|
atom |
Organisation and Events
|
34 |
64,152 |
04-25-2015, 10:39 AM |
|
|
Thread: best64.rule contest
Post: RE: best64.rule contest
Repentance Wrote: (04-25-2015, 07:28 PM)
--
I call Best32, Best64 and Best128
--
That's one possibility. We can also make a Best128 and sort by efficiency, so one can head -XXX the file and take th... |
|
atom |
Organisation and Events
|
34 |
64,152 |
04-27-2015, 01:33 PM |
|
|
Thread: best64.rule contest
Post: RE: best64.rule contest
I thought again about the contest from the idea of it. The way we think atm, the approach we are using atm, it has also a major disadvantage. If we agree too what our goal is with this contest, to fin... |
|
atom |
Organisation and Events
|
34 |
64,152 |
04-27-2015, 01:42 PM |
|
|
Thread: Custom Hashing Algorithms
Post: RE: Custom Hashing Algorithms
It has downsides, because from programming view (basically such an idea is not compatible with GPGPU) it will slow down the cracking speed to a point where there is no more acceleration due to using G... |
|
atom |
Old hashcat Support
|
12 |
20,948 |
04-27-2015, 01:46 PM |
|
|
Thread: rc1 is up
Post: RE: rc1 is up
indeed but there's no way around it. |
|
atom |
Beta Tester
|
2 |
4,498 |
04-27-2015, 01:47 PM |
|
|
Thread: Not sure how to crack this
Post: RE: Not sure how to crack this
Guess there's no way around to reverse the code on the CNC |
|
atom |
General Talk
|
2 |
5,432 |
04-27-2015, 01:49 PM |
|
|
Thread: Official Hastopus?
Post: RE: Official Hastopus?
Hashtopus is ideal for daily use and its pretty optimized from technical view. Many of the features go back to my own experience with password cracking.
I agree the interface doesnt look nice but ... |
|
atom |
Old hashcat Support
|
6 |
11,203 |
04-27-2015, 01:52 PM |
|
|
Thread: Hashtopus - distributed solution
Post: RE: Hashtopus - distributed solution
You can not remove that part of the hash, it's required. Just make sure to not use -i within a hashtopus session because this is not supported by hashcat.
However, it's a multiple-salt hash. There'... |
|
atom |
User Contributions
|
289 |
592,183 |
04-27-2015, 01:54 PM |
|
|
Thread: Favorite Rules?
Post: RE: Favorite Rules?
check out the new dive.rule. its huge, but its sorted by occurance. if you want it to be smaller, just head -XXX the ruleset. |
|
atom |
Old oclHashcat Support
|
2 |
4,482 |
04-27-2015, 01:56 PM |
|
|
Thread: Twofish + whirlpool hash
Post: RE: Twofish + whirlpool hash
If you want performance there's no way around rewriting the crypto functions on gpgpu. Or you do it half-way. Do only the slow stuff on GPU and the rest on CPU with a crypto library. |
|
atom |
General Talk
|
3 |
7,303 |
04-27-2015, 01:58 PM |
|
|
Thread: oclHashcat v1.36
Post: RE: oclHashcat v1.36
-m 10700 -b --benchmark-mode 0 -u 1024 -n 1 then increase the -n value to find the sweet spot |
|
atom |
Old oclHashcat Announcements
|
12 |
45,557 |
04-27-2015, 01:59 PM |
|
|
Thread: oclHashcat v1.36
Post: RE: oclHashcat v1.36
take the one from the example hash page |
|
atom |
Old oclHashcat Announcements
|
12 |
45,557 |
04-28-2015, 11:19 AM |
|
|
Thread: office excel 2010 hash
Post: RE: office excel 2010 hash
you can slightly increase the performance using -w 3 |
|
atom |
General Help
|
8 |
12,523 |
04-29-2015, 03:18 PM |
|
|
Thread: 12 character WPA2 password
Post: RE: 12 character WPA2 password
2500H is extreme slow. Make sure to read this:
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_is_my_attack_so_slow |
|
atom |
Old oclHashcat Support
|
5 |
10,825 |
04-30-2015, 09:53 AM |
|
|
Thread: "Display driver stopped responding and has recovered"
Post: RE: "Display driver stopped responding and has rec...
gutfeeling tells me this is a driver installation problem.
check out this and especially make sure to do the driver fusion step https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may... |
|
atom |
Old oclHashcat Support
|
6 |
11,613 |
05-05-2015, 10:51 AM |
|
|
Thread: Rule new
Post: RE: Rule new
There is rules that enable you to skip words from your wordlist based on certain criterias. See rejection section here: https://hashcat.net/wiki/doku.php?id=rule_based_attack
Note that for oclHashc... |
|
atom |
User Contributions
|
3 |
7,867 |
05-09-2015, 11:59 AM |