Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: 7z support
Post: RE: 7z support
You can't set static clocks with Nvidia like you can with AMD. I set the clock offset to +250, which means it can boost up to 250 Mhz over the normal boot clock. But it doesn't run at that speed all t... |
|
epixoip |
Beta Tester
|
6 |
8,854 |
04-17-2015, 11:50 AM |
|
|
Thread: compiling makefile github
Post: RE: compiling makefile github
This is the hashcat forum, not the aircrack-ng forum. |
|
epixoip |
Beta Tester
|
8 |
13,135 |
05-09-2017, 05:29 PM |
|
|
Thread: oclhc-plus: Incremental-bruteforce in hybrid attack
Post: RE: oclhc-plus: Incremental-bruteforce in hybrid a...
I just found myself wishing for this an hour ago. |
|
epixoip |
Feature Requests
|
9 |
20,665 |
06-10-2012, 04:15 PM |
|
|
Thread: Add Wide Character Support to Table Attack Engine
Post: Add Wide Character Support to Table Attack Engine
I've noticed a trend in multilingual users who are creating passwords based on English words, but with their native IME. For example, one of the passwords in the LinkedIn dump is 'سØاهÙ... |
|
epixoip |
Feature Requests
|
7 |
16,994 |
08-26-2012, 11:58 AM |
|
|
Thread: Add Wide Character Support to Table Attack Engine
Post: RE: Add Wide Character Support to Table Attack Eng...
Yeah, I see 'зфыыцщкв' (password) in the LinkedIn dump as well. |
|
epixoip |
Feature Requests
|
7 |
16,994 |
08-26-2012, 12:50 PM |
|
|
Thread: Add Wide Character Support to Table Attack Engine
Post: RE: Add Wide Character Support to Table Attack Eng...
atom thanks for rolling out this change so damn quickly. Malik, thanks for updating my Arabic table. It's far better to have a native speaker create the tables :)
You guys rock, great job on this.
A... |
|
epixoip |
Feature Requests
|
7 |
16,994 |
08-27-2012, 04:48 AM |
|
|
Thread: Add Wide Character Support to Table Attack Engine
Post: RE: Add Wide Character Support to Table Attack Eng...
you're right, you did follow the new format. sorry! |
|
epixoip |
Feature Requests
|
7 |
16,994 |
08-27-2012, 09:33 AM |
|
|
Thread: Backtrack equivalent
Post: RE: Backtrack equivalent
short answer, probably not.
vcl is not distributable, it has a rather restrictive license. but, some distribution that really wanted to distribute it could handle it like adobe flash, broadcom firmwa... |
|
epixoip |
Feature Requests
|
2 |
9,195 |
09-20-2012, 05:20 AM |
|
|
Thread: Support for new ASP.NET password storage practices
Post: RE: Support for new ASP.NET password storage pract...
Sc00bz Wrote: (11-15-2012, 06:20 AM)
--
Who thought that "PBKDF2_SHA1(pw, salt, 1000, 256)" is a good idea?
--
The same people who thought LM Hash and NT Hash were a good idea. :) |
|
epixoip |
Feature Requests
|
6 |
30,198 |
11-15-2012, 08:12 AM |
|
|
Thread: WebEdition CMS
Post: RE: WebEdition CMS
In the interim you can manually md5 all of your usernames and then just crack them with -m 10.
Code:
--
epixoip@token:~/oclHashcat-plus-0.09$ printf epixoip | md5sum
7425755ff6e2d03b5549bda4924... |
|
epixoip |
Feature Requests
|
2 |
7,849 |
11-19-2012, 07:29 AM |
|
|
Thread: Rejector modifier
Post: RE: Rejector modifier
They are JTR compatible rules. |
|
epixoip |
Feature Requests
|
8 |
16,640 |
11-20-2012, 09:53 PM |
|
|
Thread: distributed computing for hashcat (cpu)
Post: RE: distributed computing for hashcat (cpu)
vcl would only work if atom wrote cpu kernels in opencl. |
|
epixoip |
Feature Requests
|
3 |
12,474 |
01-04-2013, 10:31 PM |
|
|
Thread: [oclHashcat-lite] WPA/WPA2
Post: RE: [oclHashcat-lite] WPA/WPA2
what does descrypt have to do with wpa? |
|
epixoip |
Feature Requests
|
8 |
23,278 |
02-01-2013, 10:55 PM |
|
|
Thread: [oclHashcat-lite] WPA/WPA2
Post: RE: [oclHashcat-lite] WPA/WPA2
i think you miss the point of lite. the wpa kernel in plus is already optimized for single hash. it would not be any faster in lite. all you would get in lite is no wordlist support, which is practica... |
|
epixoip |
Feature Requests
|
8 |
23,278 |
02-01-2013, 11:37 PM |
|
|
Thread: Dictionnary handling
Post: RE: Dictionnary handling
most likely whatever order readdir() returns the files in. |
|
epixoip |
General Help
|
4 |
9,782 |
06-16-2012, 10:36 AM |
|
|
Thread: Low recovered number of linkedin hashes
Post: RE: Low recovered number of linkedin hashes
A good dictionary would get you around 50% cracked, and those aren't near enough rules.
https://securitynirvana.blogspot.com/2012/06/final-word-on-linkedin-leak.html |
|
epixoip |
General Help
|
7 |
14,897 |
07-15-2012, 10:24 AM |
|
|
Thread: Can hashcat crack NTLMSSP ?
Post: RE: Can hashcat crack NTLMSSP ?
hashcat isn't able to crack it, no. and i'm not 100% positive, but i don't think you have enough here to crack anyway. ntlm c/r is a four-way handshake, you only have one of the pieces. i also believe... |
|
epixoip |
General Help
|
4 |
15,706 |
10-04-2012, 10:12 PM |
|
|
Thread: Can hashcat crack NTLMSSP ?
Post: RE: Can hashcat crack NTLMSSP ?
maybe try https://github.com/psychomario/ntlmsspparse and see if that doesn't put it into a format that jtr can recognize. i think jtr jumbo supports ntlm c/r. |
|
epixoip |
General Help
|
4 |
15,706 |
10-06-2012, 09:12 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
appears to be salted md5, but it's impossible to know precisely which algorithm was used to create it without knowing where it came from or having the source. could be md5(salt.pass), md5(pass.salt), ... |
|
epixoip |
General Help
|
6 |
12,593 |
10-08-2012, 06:08 AM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
it may have been in an oracle 10g database, but that's not an oracle 10g hash.
if it was hashed with Spring Security then it's likely md5(pass.salt) |
|
epixoip |
General Help
|
6 |
12,593 |
10-08-2012, 09:03 PM |