Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Mask+Dict Limitations?
Post: RE: Mask+Dict Limitations?
It's not "underperforming," you're still getting the best performance you can get for that particular workload. It's just not able to achieve full acceleration because that particular workload happens... |
|
epixoip |
Very old oclHashcat-plus Support
|
9 |
14,614 |
02-17-2013, 02:54 AM |
|
|
Thread: Cracking with multiple PCs
Post: RE: Cracking with multiple PCs
vcl wouldn't work though, because hashcat does not supply any nvidia opencl kernels |
|
epixoip |
Very old oclHashcat-plus Support
|
6 |
14,644 |
09-26-2013, 07:46 PM |
|
|
Thread: Wordlists
Post: RE: Wordlists
Generating wordlists from bruteforce keyspace is not a good idea. Mask attack will be several orders of magnitude faster. |
|
epixoip |
General Talk
|
5 |
14,680 |
01-05-2015, 04:46 AM |
|
|
Thread: Wordlists
Post: RE: Wordlists
That doesn't make any sense, I think you're doing something wrong and just haven't realized it. |
|
epixoip |
General Talk
|
5 |
14,680 |
01-05-2015, 05:20 AM |
|
|
Thread: Newb needing help cracking a DOCX file.
Post: RE: Newb needing help cracking a DOCX file.
oclHashcat does not support MS Office documents.
Further, there is no hash in the document that you can crack. MS Office uses PBKDF2-HMAC-SHA1 to derive an encryption key to encrypt the document. |
|
epixoip |
General Help
|
2 |
14,685 |
07-01-2014, 01:43 AM |
|
|
Thread: Forum update
Post: RE: Forum update
It's a lot better now than it was 12 hours ago. Xanadrel did a fantastic job!
Edit: Wait, never mind, Xanadrel just told me the changes he made aren't visible globally. So you can't see what I see ri... |
|
epixoip |
Organisation and Events
|
9 |
14,685 |
07-08-2015, 06:02 AM |
|
|
Thread: amd catalyst 13.1
Post: RE: amd catalyst 13.1
SL3 is no longer in hashcat. maybe you should have done some research before you dropped 30k on hardware. |
|
epixoip |
Very old oclHashcat-plus Support
|
7 |
14,719 |
04-06-2013, 12:03 AM |
|
|
Thread: WPA Hashing Question
Post: RE: WPA Hashing Question
the mask you are looking for is -1 ABCDEF?d ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
however, plus does not support 16-char passwords. |
|
epixoip |
Very old oclHashcat-plus Support
|
8 |
14,723 |
11-01-2012, 03:04 AM |
|
|
Thread: All Chars = Big Chaos
Post: RE: All Chars = Big Chaos
with odd plains like this it's good to use one of the outfile formats that include hex_plain
hitting enter on an html form won't actually append a line feed, unless it's a multiline text box. it's mo... |
|
epixoip |
General Talk
|
8 |
14,743 |
04-30-2013, 07:44 PM |
|
|
Thread: All Chars = Big Chaos
Post: RE: All Chars = Big Chaos
you will still get the blank lines, yes. there is no avoiding that... |
|
epixoip |
General Talk
|
8 |
14,743 |
05-01-2013, 04:55 PM |
|
|
Thread: Hashcat Cluster
Post: RE: Hashcat Cluster
rjtoubib Wrote: (04-17-2017, 11:37 PM)
--
Keep in mind the hashrates are not all accurate since benchmark is running quickly. You can take the highest card as reference for actual hashrate.
--
LOL ... |
|
epixoip |
hashcat
|
14 |
14,791 |
04-18-2017, 06:00 AM |
|
|
Thread: Hashcat Cluster
Post: RE: Hashcat Cluster
It has to be aggressive, otherwise the card would start a fire. |
|
epixoip |
hashcat
|
14 |
14,791 |
04-23-2017, 09:48 AM |
|
|
Thread: Hashcat Cluster
Post: RE: Hashcat Cluster
I'm afraid you entirely ignored the point, rjtoubib. Of course the cards are fluctuating quite a lot while running Hashcat. That's because of PowerTune. And of course you haven't experienced a fire ye... |
|
epixoip |
hashcat
|
14 |
14,791 |
06-13-2017, 04:59 AM |
|
|
Thread: What is the default bruteforce charset?
Post: RE: What is the default bruteforce charset?
Default values are found here: https://hashcat.net/wiki/doku.php?id=oclhashcat#default_values
So for -a 3:
Quote:
--
-1 ?l?d?u -2 ?l?d -3 ?l?d*!$@_ ?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d
--
For "a... |
|
epixoip |
Old oclHashcat Support
|
4 |
14,798 |
05-16-2015, 05:19 AM |
|
|
Thread: What is the default bruteforce charset?
Post: RE: What is the default bruteforce charset?
No, that mask would only brute force passwords with a length of 1. Actually it wouldn't do anything because your arguments are in the wrong order. If you wanted to brute force "all" characters lengths... |
|
epixoip |
Old oclHashcat Support
|
4 |
14,798 |
05-16-2015, 08:41 PM |
|
|
Thread: Invalid pointer error...
Post: RE: Invalid pointer error...
Problem is:
Quote:
--
WARN: ADL_Main_Control_Create(): -21
--
-21 is ADL_ERR_NO_XDISPLAY. So it sounds like you're trying to run oclHashcat without x11. |
|
epixoip |
Old oclHashcat Support
|
8 |
14,861 |
09-15-2014, 10:05 AM |
|
|
Thread: Invalid pointer error...
Post: RE: Invalid pointer error...
No! The warning absolutely appears relevant to the crash.
The warning is telling you that ADL_Main_Control_Create() failed. So calling ADL_Main_Control_Destroy() or otherwise attempting to free() ... |
|
epixoip |
Old oclHashcat Support
|
8 |
14,861 |
09-16-2014, 03:18 PM |
|
|
Thread: Partial recovery
Post: RE: Partial recovery
Only way this would make sense is if you were cracking LM. |
|
epixoip |
General Help
|
11 |
14,878 |
05-12-2015, 01:20 AM |
|
|
Thread: Partial recovery
Post: RE: Partial recovery
aprizm Wrote: (05-13-2015, 04:16 AM)
--
It would be nice if hashcat had an option where you can only computer half the hash and compare it to half of target hash and maybe get a few lucky hit at a fa... |
|
epixoip |
General Help
|
11 |
14,878 |
05-13-2015, 09:53 PM |
|
|
Thread: Partial recovery
Post: RE: Partial recovery
No, he's referring to Taylor Hornby's lookup tables which index the first 64bits of each hash stored in the table. That's how his tables are getting "partial hits." That doesn't mean you can crack "ha... |
|
epixoip |
General Help
|
11 |
14,878 |
05-14-2015, 04:55 PM |