Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: SQL 2012 password hash
Post: RE: SQL 2012 password hash
Here's SQL2012 results for the hashcat example file A0.M1300.word:
SELECT example, pwdencrypt(example)
FROM
(SELECT 'carlos' AS example
UNION ALL SELECT 'test'
UNION ALL SELECT 'test1'
UNION ALL... |
|
Incisive |
Feature Requests
|
11 |
42,559 |
08-20-2012, 05:05 PM |
|
|
Thread: SQL 2012 password hash
Post: RE: SQL 2012 password hash
radix Wrote: (08-21-2012, 11:22 AM)
--
I've added this even though SQL documentation advises against using pwencrypt to hash passwords (bad admins will bad admin). Should be available in the next re... |
|
Incisive |
Feature Requests
|
11 |
42,559 |
08-21-2012, 11:46 PM |
|
|
Thread: PBKDF2/RFC2898/PKCS#5 modes?
Post: PBKDF2/RFC2898/PKCS#5 modes?
As a less immediate, longer term project, I'd like to request generic PBKDF2 (also known as RFC2898 and PKCS#5) support, in whichever applications can reasonably support it. For hash algorithms, I'd ... |
|
Incisive |
Feature Requests
|
3 |
12,258 |
08-22-2012, 06:28 PM |
|
|
Thread: PBKDF2/RFC2898/PKCS#5 modes?
Post: RE: PBKDF2/RFC2898/PKCS#5 modes?
Aside from some applications following the OWASP Password Storage Cheat Sheet:
Django web framework
https://code.djangoproject.com/ticket/15367
https://www.levigross.com/post/18880148948/a-review-of... |
|
Incisive |
Feature Requests
|
3 |
12,258 |
08-27-2012, 10:45 PM |
|
|
Thread: SIP (MD5)
Post: RE: SIP (MD5)
It looks like SIP has at least two places that use MD5 digest:
One of which is in the password storage on disk on the SIP server - that's the MD5(username:domain:password).
The other place is duri... |
|
Incisive |
Feature Requests
|
5 |
31,778 |
08-31-2012, 09:13 PM |
|
|
Thread: Hashcat 0.41 mode 1731 fails?
Post: Hashcat 0.41 mode 1731 fails?
On hashcat 0.41 I'm not getting successful results (except with an apparent blank password) with -m 1731 on either your example hashes or even my own tests.
Intel Core i7-2600
Code:
--
hashca... |
|
Incisive |
Old hashcat Support
|
5 |
8,980 |
09-26-2012, 05:40 PM |
|
|
Thread: Hashcat 0.41 mode 1731 fails?
Post: RE: Hashcat 0.41 mode 1731 fails?
Finding blank passwords is indeed a feature, and a very important and welcome one!
Not finding any other hashes, however, is a bug :(. |
|
Incisive |
Old hashcat Support
|
5 |
8,980 |
09-27-2012, 05:05 PM |
|
|
Thread: Hashcat 0.41 Combination mode not loading more than one dictionary?
Post: Hashcat 0.41 Combination mode not loading more tha...
Trying to crack two-word passwords with hashcat seems to have an issue in 0.41 (oclhashcat-plus worked fine, by the way) - it's only loading one dictionary and then combining that dictionary with itse... |
|
Incisive |
Old hashcat Support
|
2 |
7,639 |
10-05-2012, 10:54 PM |
|
|
Thread: Hashcat 0.41 Combination mode not loading more than one dictionary?
Post: RE: Hashcat 0.41 Combination mode not loading more...
Thank you for informing me! |
|
Incisive |
Old hashcat Support
|
2 |
7,639 |
10-08-2012, 05:23 PM |
|
|
Thread: Cisco ASA
Post: RE: Cisco ASA
fuzztester Wrote: (10-18-2012, 08:25 PM)
--
I checked out using the maskprocess and piping it in. It does work but I must say, the performance was no where near as fast as a straight brute force mode... |
|
Incisive |
Very old oclHashcat-plus Support
|
15 |
45,253 |
10-18-2012, 10:15 PM |
|
|
Thread: Support for new ASP.NET password storage practices
Post: RE: Support for new ASP.NET password storage pract...
To be fair, PBKDF2(HMAC-SHA1, pw, salt, 1000, 256) is absolutely much better than the previous SHA1(pw, salt). Completely insufficent and quite silly, but still better than we had. PBKDF2(HMAC-SHA-3... |
|
Incisive |
Feature Requests
|
6 |
30,191 |
12-12-2012, 09:30 PM |
|
|
Thread: oclHashcat-plus v0.13 and oclHashcat-lite v0.14
Post: RE: oclHashcat-plus v0.13 and oclHashcat-lite v0.1...
Dolphin Wrote: (02-02-2013, 01:19 PM)
--
I'm personally seeing a slight decrease in performance when upgrading to Catalyst 13.1 (up to 15% on some algorithms) but that's not really a reason to compla... |
|
Incisive |
Very old oclHashcat-plus Announcements
|
35 |
88,966 |
02-04-2013, 08:36 PM |
|
|
Thread: 7970 reaches 90 celsius
Post: RE: 7970 reaches 90 celsius
+1 on better cooling for both the card and the case - cold air in, over the heat sinks, hot air out. Arctic has a great reputation, and it's really not that difficult to swap out the cooler. Also, t... |
|
Incisive |
General Help
|
4 |
12,902 |
03-24-2013, 01:19 AM |
|
|
Thread: oclhashcat-Plus64.exe 0.14 bizzare output sections
Post: oclhashcat-Plus64.exe 0.14 bizzare output sections
Running some tests on the linkedin hash list, with oclhashcat-Plus4 in brute force mode (3), using --remove and --outfile-format=7, looking I see a lot of hashes cracked, in hash:plaintextPW:hexPW for... |
|
Incisive |
Very old oclHashcat-plus Support
|
9 |
16,173 |
03-29-2013, 09:24 PM |
|
|
Thread: oclhashcat-Plus64.exe 0.14 bizzare output sections
Post: RE: oclhashcat-Plus64.exe 0.14 bizzare output sect...
I'll run that test and post results.
ETA: Still trying to duplicate the error even with --output-format=7; the "stopped working" error I just posted appears to be more frequent than the output corrup... |
|
Incisive |
Very old oclHashcat-plus Support
|
9 |
16,173 |
03-30-2013, 07:20 PM |
|
|
Thread: oclhashcat-Plus64.exe 0.14 permission denied, "stopped working"
Post: oclhashcat-Plus64.exe 0.14 permission denied, "sto...
Running some tests on the linkedin hash list, with oclhashcat-Plus4 in brute force mode (3), using --remove and --outfile-format=7, at some points when many hashes are being cracked quickly, I'll see ... |
|
Incisive |
Very old oclHashcat-plus Support
|
4 |
10,852 |
03-30-2013, 11:34 PM |
|
|
Thread: oclhashcat-Plus64.exe 0.14 bizzare output sections
Post: RE: oclhashcat-Plus64.exe 0.14 bizzare output sect...
Yes, it's repeatable without any --output-format at all, though there are fewer short rows after the long rows.
Moreover, further testing indicates it happens just before the "has stopped working" Wi... |
|
Incisive |
Very old oclHashcat-plus Support
|
9 |
16,173 |
03-31-2013, 05:21 AM |
|
|
Thread: oclhashcat-Plus64.exe 0.14 permission denied, "stopped working"
Post: RE: oclhashcat-Plus64.exe 0.14 permission denied, ...
This error appears to be highly correlated with https://hashcat.net/forum/thread-2182-post-13101.html, "oclhashcat-Plus64.exe 0.14 bizzare output sections". |
|
Incisive |
Very old oclHashcat-plus Support
|
4 |
10,852 |
03-31-2013, 05:23 AM |
|
|
Thread: oclhashcat-Plus64.exe 0.14 permission denied, "stopped working"
Post: RE: oclhashcat-Plus64.exe 0.14 permission denied, ...
Got it, and I'll put it in the Trac as well.
https://www.adeptus-mechanicus.com/codex/hashpass/hashpass.php (https://www.adeptus-mechanicus.com/codex/hashpass/hashpass.php)
unmasked-100, a.k.a. unmask... |
|
Incisive |
Very old oclHashcat-plus Support
|
4 |
10,852 |
03-31-2013, 08:54 PM |
|
|
Thread: oclhashcat-Plus64.exe 0.14 permission denied, "stopped working"
Post: RE: oclhashcat-Plus64.exe 0.14 permission denied, ...
https://hashcat.net/trac/ticket/111 (https://hashcat.net/trac/ticket/111) |
|
Incisive |
Very old oclHashcat-plus Support
|
4 |
10,852 |
03-31-2013, 09:10 PM |