Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Sanity Check On Quit
Post: RE: Sanity Check On Quit
honestly, this sound like good olde windows. "are you really sure you wanted to click on "ok" in the last dialogue?"
But maybe this is something what would be quite handy as long as there is no res... |
|
undeath |
Feature Requests
|
4 |
9,998 |
11-14-2011, 06:09 PM |
|
|
Thread: Rule Piping Request
Post: RE: Rule Piping Request
how about using oclHashcat with -j option? |
|
undeath |
Feature Requests
|
20 |
45,523 |
11-17-2011, 09:46 PM |
|
|
Thread: Rule Piping Request
Post: RE: Rule Piping Request
the problem is not generating the rules at all but storing them. |
|
undeath |
Feature Requests
|
20 |
45,523 |
11-18-2011, 02:15 PM |
|
|
Thread: Website and Wiki Request
Post: RE: Website and Wiki Request
only protects us from SL3 **** :)
btw, you can get a free SSL cert at startssl (or get yours a valid trusted signature) which does not produce any warnings. |
|
undeath |
Feature Requests
|
3 |
7,350 |
11-18-2011, 02:17 PM |
|
|
Thread: hashcatplus debug mode to show rules output
Post: RE: hashcatplus debug mode to show rules output
oclhc-plus does the same rule processing as hashcat. So why don't you use hashcat to see what your rules are doing? |
|
undeath |
Feature Requests
|
7 |
16,033 |
12-02-2011, 02:36 AM |
|
|
Thread: hashcatplus debug mode to show rules output
Post: RE: hashcatplus debug mode to show rules output
are you mixing up hashcat (cpu) and oclHashcat (gpu)? oclhashcat does neither have a rule engine nor a debug/stdout mode. |
|
undeath |
Feature Requests
|
7 |
16,033 |
12-02-2011, 06:34 AM |
|
|
Thread: Reverse pass and hash on oclHashcat-plus
Post: RE: Reverse pass and hash on oclHashcat-plus
i don't think this is something to be handled by the hashcat engine.
Reversing a hash itself can be sone by a simple shell command. Reversing the word can be done by using the "r" rule. With the up... |
|
undeath |
Feature Requests
|
2 |
7,534 |
12-20-2011, 12:10 AM |
|
|
Thread: ocl-lite - load hash from file
Post: RE: ocl-lite - load hash from file
there is no need for converting the salts to hex unless you cannot escape them properly. (what is always possible) |
|
undeath |
Feature Requests
|
4 |
10,401 |
02-01-2012, 07:12 PM |
|
|
Thread: system for hash mode numbering
Post: system for hash mode numbering
With the new versions of *hashcat-* i expect an increasing number of PSA modules and want to suggest creating a reasonable way of numbering these modules.
The system could look like this:
0-999: m... |
|
undeath |
Feature Requests
|
4 |
11,284 |
02-25-2012, 11:32 PM |
|
|
Thread: system for hash mode numbering
Post: RE: system for hash mode numbering
it would not be confusing as everything is getting re-numbered nevertheless. (speaking of the latest beta compared to latest stable) |
|
undeath |
Feature Requests
|
4 |
11,284 |
02-26-2012, 02:29 PM |
|
|
Thread: sha512($salt.$pass)
Post: RE: sha512($salt.$pass)
|
undeath |
Feature Requests
|
10 |
30,348 |
02-27-2012, 10:17 PM |
|
|
Thread: vBulletin Salt Length
Post: RE: vBulletin Salt Length
The problem is that both require their own module/kernel because there are different optimizations. While for vb3 hashes two rounds of md5 are sufficient, vb4 hashes needs three rounds because of the ... |
|
undeath |
Feature Requests
|
9 |
22,259 |
03-18-2012, 03:06 PM |
|
|
Thread: Restore from settings
Post: RE: Restore from settings
radix Wrote: (03-18-2012, 01:14 PM)
--
Hashcat already contains a feature to restore a session based on your command line.
--
only -lite has a real restore feature |
|
undeath |
Feature Requests
|
15 |
45,546 |
03-18-2012, 03:07 PM |
|
|
Thread: Use CPU and GPU
Post: RE: Use CPU and GPU
i guess it's more about keeping cpu and gpu threads synced. Syncing both produces an overhead, thus slowing down the overall process. |
|
undeath |
Feature Requests
|
6 |
25,881 |
03-23-2012, 03:16 AM |
|
|
Thread: *hashcat benchmarking standard (wiki)
Post: RE: *hashcat benchmarking standard (wiki)
2x 7970 is simply twice as fast as a single 7970. No need for an extra benchmark. |
|
undeath |
Feature Requests
|
7 |
29,529 |
03-24-2012, 01:32 AM |
|
|
Thread: OpenLDAP SSHA's Dynamic Base64 Parser
Post: RE: OpenLDAP SSHA's Dynamic Base64 Parser
Well, this is not fully correct. The solution is quite simple. Netscape LDAP SSHA has different hashes/salts than OpenLDAP. This should be a separate algorithm.
If i remember right JtR even has dif... |
|
undeath |
Feature Requests
|
7 |
24,257 |
04-10-2012, 06:38 PM |
|
|
Thread: Information on WPA hccap file
Post: RE: Information on WPA hccap file
is this what you are looking for?
https://hashcat.net/wiki/hccap |
|
undeath |
Feature Requests
|
2 |
7,875 |
05-06-2012, 12:27 PM |
|
|
Thread: New rule
Post: RE: New rule
sounds like a very interesting idea |
|
undeath |
Feature Requests
|
5 |
10,959 |
05-09-2012, 07:11 PM |
|
|
Thread: Algo : WoltLab BB3
Post: RE: Algo : WoltLab BB3
is that python snippet yours? If yes: who told you to use hexlify/unhexlify?
Code:
--
import hashlib
import binascii
# WBB3 scheme -> sha1($salt.sha1($salt.sha1($pass))
hash = "e2063f7c629d... |
|
undeath |
Feature Requests
|
10 |
28,179 |
05-16-2012, 09:23 AM |
|
|
Thread: Help with md5($salt.$pass.$salt)
Post: RE: Help with md5($salt.$pass.$salt)
|
undeath |
Feature Requests
|
9 |
21,096 |
05-16-2012, 06:50 PM |