Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Stuck in "hashcat (v3.10-729-gb670e57) starting..."
Post: RE: Stuck in "hashcat (v3.10-729-gb670e57) startin...
Ok, I think that's the problem then. Last I knew, X had to actually be up on the display to run OpenCL applications,. If you start X then switch to a tty and run an OpenCL application, the OpenCL appl... |
|
epixoip |
hashcat
|
3 |
4,193 |
11-17-2016, 05:57 AM |
|
|
Thread: Stuck in the starting blocks
Post: RE: Stuck in the starting blocks
Considering there is no installer, yes, I'd say you're probably doing something very wrong. |
|
epixoip |
General Help
|
2 |
5,133 |
01-14-2015, 03:56 AM |
|
|
Thread: Substring replace?
Post: RE: Substring replace?
Table attack was only supported in hashcat-cli (now hashcat-legacy) and could only match a single byte. It is similar to the 's' rule but could replace one byte with multiple bytes, which the 's' rule... |
|
epixoip |
hashcat
|
1 |
2,586 |
01-10-2017, 07:00 PM |
|
|
Thread: Suggesting Hash_ID when closing threads which ask for hash type.
Post: RE: Suggesting Hash_ID when closing threads which ...
|
epixoip |
General Talk
|
2 |
7,278 |
10-11-2013, 05:35 AM |
|
|
Thread: Suggestions for tuning options on overheating AMD 7970
Post: RE: Suggestions for tuning options on overheating ...
You're kind of going about this the wrong way.
You shouldn't have any problems cooling a 7970. 70F ambient temp is irrelevant. Are you forcing the fan to 100% before starting a run?
If the fans ... |
|
epixoip |
Old oclHashcat Support
|
5 |
8,465 |
04-07-2015, 01:30 AM |
|
|
Thread: Suggestions for tuning options on overheating AMD 7970
Post: RE: Suggestions for tuning options on overheating ...
Definitely sounds like an OEM design card. Try lowering the mem clock along with the core clock.
As for workload tuning, you can try using -w 1 |
|
epixoip |
Old oclHashcat Support
|
5 |
8,465 |
04-07-2015, 04:53 AM |
|
|
Thread: SuperMicro SYS-1028GQ-TRT
Post: RE: SuperMicro SYS-1028GQ-TRT
This chassis can only accommodate passively-cooled GPUs with rear-mounted PCI-e power plugs. Desktop GPUs with active cooling and top-mounted PCI-e power plugs will not work. Also look at the air flow... |
|
epixoip |
Hardware
|
1 |
4,298 |
06-30-2015, 10:17 PM |
|
|
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,200 |
11-15-2012, 08:12 AM |
|
|
Thread: Support for Nvidia GeForce 9300M GS
Post: RE: Support for Nvidia GeForce 9300M GS
Nvidia no longer supports your GPU, that's what the error message is trying to tell you. You can't change the version of your shader model, that version is simply describing the physical capabilities ... |
|
epixoip |
Old oclHashcat Support
|
7 |
8,013 |
04-17-2016, 09:34 PM |
|
|
Thread: Support for Nvidia GeForce 9300M GS
Post: RE: Support for Nvidia GeForce 9300M GS
Doesn't make any sense that it would be faster under vmware, what version are you using?
No, your 9300M likely isn't faster than your CPU. |
|
epixoip |
Old oclHashcat Support
|
7 |
8,013 |
04-17-2016, 11:08 PM |
|
|
Thread: Support for Nvidia GeForce 9300M GS
Post: RE: Support for Nvidia GeForce 9300M GS
Don't use hashcat, use latest oclHashcat beta with CPU OpenCL driver |
|
epixoip |
Old oclHashcat Support
|
7 |
8,013 |
04-18-2016, 07:18 AM |
|
|
Thread: Supported ATI GPUs?
Post: RE: Supported ATI GPUs?
All AMD Radeon HD 5xxx, 6xxx, and 7xxx GPUs are supported.
You can find a comprehensive list of devices here:
https://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parall... |
|
epixoip |
Very old oclHashcat-plus Support
|
3 |
14,124 |
05-23-2013, 11:08 AM |
|
|
Thread: Sybase hash type
Post: RE: Sybase hash type
./hashcat-cli64.bin -h | grep 8000 |
|
epixoip |
Old hashcat Support
|
3 |
5,101 |
03-31-2016, 04:01 AM |
|
|
Thread: Sybase hash type
Post: RE: Sybase hash type
Just use oclhashcat beta with CPU OpenCL driver |
|
epixoip |
Old hashcat Support
|
3 |
5,101 |
04-07-2016, 09:38 PM |
|
|
Thread: Syntax question
Post: RE: Syntax question
Would be more appropriate to use rules, not hybrid. |
|
epixoip |
General Help
|
8 |
11,166 |
03-30-2015, 09:53 PM |
|
|
Thread: Syntax question
Post: RE: Syntax question
Would be more efficient to use rule chaining here.
oclHashcat hashlist.txt wordlist.txt -r toggles.rule -r leet.rule |
|
epixoip |
General Help
|
8 |
11,166 |
04-01-2015, 01:29 AM |
|
|
Thread: Syntax question
Post: RE: Syntax question
hashcat-cli does not support rule chaining |
|
epixoip |
General Help
|
8 |
11,166 |
04-01-2015, 01:13 PM |
|
|
Thread: Table attack support
Post: RE: Table attack support
./hashcat-cli -a 5 --stdout | ./cudaHashcat
Or just use the rule engine to emulate a table attack. |
|
epixoip |
Old oclHashcat Support
|
2 |
3,917 |
11-13-2015, 11:49 PM |
|
|
Thread: table attack?
Post: RE: table attack?
you can pipe hashcat-cli into oclhashcat, although for fast hashes this might actually be slower than doing it on cpu.
but there are also several leetspeak rulesets in the rules/ directory that emu... |
|
epixoip |
Old oclHashcat Support
|
1 |
3,759 |
12-21-2014, 05:17 PM |
|
|
Thread: Table Benchmarks GTX 970, R9 390x, R9 380 and...
Post: RE: Table Benchmarks GTX 970, R9 390x, R9 380 and....
No. But I can tell you...
R9 390X = Re-badged R9 290X but only available in OEM design, so it's shit
R9 380X = Re-badged HD 7970 but only available in OEM design, so it's shit. Oh and also it's a ... |
|
epixoip |
Hardware
|
5 |
8,296 |
03-10-2016, 11:15 AM |