Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Help Running Hashcat For My Specifications
Post: RE: Help Running Hashcat For My Specifications
You'll probably need to do some additional escaping for those special chars on Windows. Or put the charset into an hcchr file and use that instead. |
|
epixoip |
Old oclHashcat Support
|
7 |
10,542 |
03-05-2015, 04:13 AM |
|
|
Thread: Help Running Hashcat For My Specifications
Post: RE: Help Running Hashcat For My Specifications
I just copied and pasted the charset you had in your original post, so if there's a space there it's because you put it there first (and if you look at your first post, you certainly did.)
A space ... |
|
epixoip |
Old oclHashcat Support
|
7 |
10,542 |
03-05-2015, 06:58 AM |
|
|
Thread: oclHashcat64.bin stopped after update with r9 290x.
Post: RE: oclHashcat64.bin stopped after update with r9 ...
Sounds like you screwed up installing the driver, and/or you have multiple libOpenCL on your system.
amdconfig --uninstall=force
find / -name libOpenCL.so\* -print0 | xargs -0 rm -f
reboot
The... |
|
epixoip |
Old oclHashcat Support
|
3 |
7,488 |
03-12-2015, 09:46 AM |
|
|
Thread: Correct syntax for oclHashcat when piping dictionary from samba share
Post: RE: Issue with checking status after oclhashcat st...
No, it certainly doesn't run perfectly. Your command pipeline isn't doing what you think it's doing. Look at the output.
Problem 1: your whole smbclient command is failing. It is erroring out with ... |
|
epixoip |
Old oclHashcat Support
|
7 |
11,384 |
03-17-2015, 03:57 AM |
|
|
Thread: Hashcat only using ~2% of GPU?
Post: RE: Hashcat only using ~2% of GPU?
GT 750M is basically an underclocked, low-power variant of a GT 650. Back-of-napkin math shows that it should get around 13 KH/s, so the 12 KH/s you're seeing is certainly correct.
Whatever you're... |
|
epixoip |
Old oclHashcat Support
|
4 |
13,789 |
03-18-2015, 09:12 AM |
|
|
Thread: Hashcat only using ~2% of GPU?
Post: RE: Hashcat only using ~2% of GPU?
You should be able to get a little bit more out of your GPU if you add ''-w 3'' to your command line. But keep in mind this may cause display issues, and will likely raise the GPU temperature as well.... |
|
epixoip |
Old oclHashcat Support
|
4 |
13,789 |
03-19-2015, 02:47 AM |
|
|
Thread: My hybrid is not working
Post: RE: My hybrid is not working
10fi Wrote: (03-25-2015, 12:53 AM)
--
I though Markov shouldn't narrow the number of combinations, and here it seems it does and it does omit some of them.
--
That's precisely what -t does. With yo... |
|
epixoip |
Old oclHashcat Support
|
2 |
5,942 |
03-25-2015, 02:57 AM |
|
|
Thread: HD Radeon 5870 broken driver
Post: RE: HD Radeon 5870 broken driver
The front page says:
Quote:
--
AMD users require Catalyst 14.9 exactly
--
And if you had searched the forums, you would have found:
https://hashcat.net/forum/thread-3915.html
https://hashc... |
|
epixoip |
Old oclHashcat Support
|
1 |
4,293 |
03-28-2015, 04:57 AM |
|
|
Thread: Radeon HD3200? oclHashcat not Compatible?
Post: RE: Radeon HD3200? oclHashcat not Compatible?
No, your GPU is not compatible. AMD dropped support for your GPU several years ago, that's why you're not able to install the required driver (14.9)
No, there is no workaround or resolution. Time t... |
|
epixoip |
Old oclHashcat Support
|
2 |
5,022 |
03-31-2015, 02:24 AM |
|
|
Thread: Truecrypt hash (volume not boot)
Post: RE: Truecrypt hash (volume not boot)
hashcat does not support the truecrypt_volume2john format, so if you check your logs (if hashtopus even logs this information), you'll likely see that hashcat errored out with "no hashes loaded".
I... |
|
epixoip |
Old oclHashcat Support
|
5 |
9,503 |
04-02-2015, 11:41 PM |
|
|
Thread: cudaHashcat32.exe "recovered 100%"... But no password?
Post: RE: cudaHashcat32.exe "recovered 100%"... But no p...
You already cracked it with a dictionary attack, so it will not be cracked again with any other attack in the same session.
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#hashcat_re... |
|
epixoip |
Old oclHashcat Support
|
2 |
5,358 |
04-06-2015, 05:53 AM |
|
|
Thread: Help with a specific mask or rule
Post: RE: Help with a specific mask or rule
Why can't you use tmesis.pl on Windows? There's Cygwin, Strawberry Perl, ActiveState Perl, DWIM Perl... |
|
epixoip |
Old oclHashcat Support
|
6 |
9,412 |
04-06-2015, 05:55 AM |
|
|
Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Maximum length of 31? Why?
InfDoleo Wrote: (04-05-2015, 10:13 PM)
--
odd restriction
programming limitation
To top it off - closed source - I can't just change the code
--
If you don't understand the restriction nor why it... |
|
epixoip |
Old oclHashcat Support
|
30 |
45,031 |
04-06-2015, 04:38 PM |
|
|
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: Status: Exhausted?
Post: RE: Status: Exhausted?
hashed with newline char, trailing space in wordlist, wrong capitalization. could be any number of factors. |
|
epixoip |
Old oclHashcat Support
|
6 |
13,634 |
04-07-2015, 05:34 AM |
|
|
Thread: Truecrypt hash (volume not boot)
Post: RE: Truecrypt hash (volume not boot)
There may not be any validation on TC formats then since it is just 512 arbitrary bytes. In which case Hashcat was working against the ASCII text you provided. Either way that's not how it's done. |
|
epixoip |
Old oclHashcat Support
|
5 |
9,503 |
04-07-2015, 04:21 PM |
|
|
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: Status: Exhausted?
Post: RE: Status: Exhausted?
There is an issue with -m 0 in cudaHashcat 1.35 and that's likely why it isn't finding the passwords. |
|
epixoip |
Old oclHashcat Support
|
6 |
13,634 |
04-08-2015, 05:09 PM |
|
|
Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?
Let it generate the dictionary stats, go to bed, and when you wake up it will be running or finished running. |
|
epixoip |
Old oclHashcat Support
|
30 |
45,031 |
04-09-2015, 06:39 AM |
|
|
Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Bottleneck, and my 31 character limit. Ideas?
philsmd Wrote: (04-09-2015, 03:59 PM)
--
seriously? 3 forum threads for exactly the same problem within just a couple of hours/days this is against following forum rules. This is a warning, next time... |
|
epixoip |
Old oclHashcat Support
|
30 |
45,031 |
04-10-2015, 12:57 AM |