Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: New user help - oclHashcat wont start attack
Post: RE: New user help - oclHashcat wont start attack
copy/pasting terminal output is always preferred over posting screen shots. at a minimum you should at least post the command line you used. |
|
epixoip |
Old oclHashcat Support
|
3 |
9,029 |
06-13-2014, 08:57 AM |
|
|
Thread: MD5($Salt.$Pass.$Salt)
Post: RE: MD5($Salt.$Pass.$Salt)
all you have to do is crack them as md5(p.s) and stage your attacks to prepend the static salt to each candidate. to emulate a straight dictionary attack you can use -a 7, for rules you can use combin... |
|
epixoip |
Old oclHashcat Support
|
3 |
8,468 |
06-14-2014, 08:06 AM |
|
|
Thread: $HEX[...]
Post: RE: $HEX[...]
it's an encoding error on your part. your terminal is probably UTF8, and that string isn't.
Code:
--
epixoip@token:~$ printf "\x45\x46\x45\xc7\x49\x4e\x41\x52" | md5sum
f54198dc47cf5cd61202b867... |
|
epixoip |
Old oclHashcat Support
|
3 |
7,779 |
06-14-2014, 11:16 AM |
|
|
Thread: oclHashcat Help Plz
Post: RE: oclHashcat Help Plz
djohn Wrote: (06-12-2014, 08:42 PM)
--
The only problem that I have left is that when my password is not in any dictionary on any of my targets that I found hashcat to be miserably useless for days [... |
|
epixoip |
Old oclHashcat Support
|
8 |
18,136 |
06-13-2014, 01:54 AM |
|
|
Thread: oclHashcat Help Plz
Post: RE: oclHashcat Help Plz
that was useful advice.
hashcat is just a tool, and like most other tools used in skilled trades, it is useless in the hands of someone who doesn't know how to use it. password cracking is more an ... |
|
epixoip |
Old oclHashcat Support
|
8 |
18,136 |
06-13-2014, 08:55 AM |
|
|
Thread: oclHashcat-1.21 Unsupported or incorrect installed GPU driver detected
Post: RE: oclHashcat-1.21 Unsupported or incorrect insta...
catalyst 14.4 is not officially supported on ubuntu 14.04. |
|
epixoip |
Old oclHashcat Support
|
11 |
22,611 |
06-20-2014, 06:48 PM |
|
|
Thread: oclHashcat-1.21 Unsupported or incorrect installed GPU driver detected
Post: RE: oclHashcat-1.21 Unsupported or incorrect insta...
oh, yes, if you had the SDK installed then that explains your problem perfectly. it is well-documented on these forums that you should not install the SDK unless you absolutely know what you are doing... |
|
epixoip |
Old oclHashcat Support
|
11 |
22,611 |
06-21-2014, 07:49 AM |
|
|
Thread: Getting 0 H/s
Post: RE: Getting 0 H/s
Your problem is
deftoner Wrote: (06-24-2014, 06:40 AM)
--
Input.Mode.....: Pipe
--
You need to read the wiki. |
|
epixoip |
Old oclHashcat Support
|
4 |
17,109 |
06-24-2014, 07:28 AM |
|
|
Thread: help plz :ERROR: Temperature limit
Post: RE: help plz :ERROR: Temperature limit
depending on which style cooler your gpu has, those case fans might be making the problem worse, not better. |
|
epixoip |
Old oclHashcat Support
|
9 |
16,810 |
06-26-2014, 03:18 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
no, oclhashcat supports the full 0x00-0xff range. but i'm not sure you can get oclHashcat to read a null character from an hcchar file since getline(3) is null-terminated. (edit: actually no, it does ... |
|
epixoip |
Old oclHashcat Support
|
15 |
29,453 |
07-03-2014, 07:54 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
you're missing the most important part, and that is the fact that the specific algorithm you are trying to crack is not supported.
-m 4500 is sha1_hex(sha1_hex(pass))
your algorithm is sha1_hex(... |
|
epixoip |
Old oclHashcat Support
|
15 |
29,453 |
07-03-2014, 10:23 AM |
|
|
Thread: comprehensive list of algorithms?
Post: RE: comprehensive list of algorithms?
what undeath is trying to say is that program-specific algorithms are not implemented in a generic way, they are optimized for the precise parameters used by that application and will not work outside... |
|
epixoip |
Old oclHashcat Support
|
8 |
11,576 |
07-17-2014, 12:05 AM |
|
|
Thread: Need help with rules/mask - WPA2 handshake
Post: RE: Need help with rules - WPA2 handshake
the mask does not randomize the positions, no. a mask is a per-position character set, so only the character set used in each position will be tried.
don't forget to add '-w 3' to your command line... |
|
epixoip |
Old oclHashcat Support
|
7 |
16,253 |
07-18-2014, 01:06 AM |
|
|
Thread: One GPU fan reads (-1%) and overheats. How can I fix this?
Post: RE: One GPU fan reads (-1%) and overheats. How ca...
fanspeed is likely reading -1% because you don't have a gpu fan. this is very common in laptops/notebooks where the cpu and gpu merely have heat pipes running to a shared heatsink with one or two syst... |
|
epixoip |
Old oclHashcat Support
|
6 |
11,719 |
07-18-2014, 07:50 AM |
|
|
Thread: One GPU fan reads (-1%) and overheats. How can I fix this?
Post: RE: One GPU fan reads (-1%) and overheats. How ca...
i don't play computer games, but i'm pretty sure the Radeon R9 line is pretty decent for gaming. i know most gamers prefer Nvidia though.
i suppose it depends on which you'll be doing more. if you... |
|
epixoip |
Old oclHashcat Support
|
6 |
11,719 |
07-19-2014, 01:19 AM |
|
|
Thread: Please help: 2 of the 4 290X are way too slow when performing dictionary attack
Post: RE: Please help: 2 of the 4 290X are way too slow ...
pretty simple, you're not giving the gpus enough work to do. |
|
epixoip |
Old oclHashcat Support
|
27 |
42,109 |
07-22-2014, 03:12 PM |
|
|
Thread: One GPU fan reads (-1%) and overheats. How can I fix this?
Post: RE: One GPU fan reads (-1%) and overheats. How ca...
from what i can tell in that video and a couple other videos i watched of people tearing down the same model, those fans don't plug into the GPUs, they plug into the mainboard. so they appear to be sy... |
|
epixoip |
Old oclHashcat Support
|
6 |
11,719 |
07-18-2014, 10:13 AM |
|
|
Thread: Please help: 2 of the 4 290X are way too slow when performing dictionary attack
Post: RE: Please help: 2 of the 4 290X are way too slow ...
yes, oclHashcat will split the work amongst the gpus in a way that will achieve the most acceleration for the specific attack you are running. however, it has to actually have enough work to do that, ... |
|
epixoip |
Old oclHashcat Support
|
27 |
42,109 |
07-22-2014, 04:54 PM |
|
|
Thread: Trying to do an Incremental Mask
Post: RE: Trying to do an Incremental Mask
drop those masks in an hcmask file |
|
epixoip |
Old oclHashcat Support
|
1 |
4,037 |
07-22-2014, 05:19 PM |
|
|
Thread: Please help: 2 of the 4 290X are way too slow when performing dictionary attack
Post: RE: Please help: 2 of the 4 290X are way too slow ...
while it certainly is a good idea to sort your wordlists by length, md5apr is not one of the algorithms affected by the drop in performance nor is he using a VLIW card. |
|
epixoip |
Old oclHashcat Support
|
27 |
42,109 |
07-22-2014, 08:44 PM |