Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: --pw-min=NUM and --pw-max=NUM?
Post: RE: --pw-min=NUM and --pw-max=NUM?
incremental mode is no longer the default, so they have been replaced by --increment-min and --increment-max for use with -i |
|
epixoip |
Very old oclHashcat-plus Support
|
5 |
11,225 |
10-03-2012, 03:53 AM |
|
|
Thread: --pw-min=NUM and --pw-max=NUM?
Post: RE: --pw-min=NUM and --pw-max=NUM?
none. just specify a six character mask. |
|
epixoip |
Very old oclHashcat-plus Support
|
5 |
11,225 |
10-04-2012, 06:01 AM |
|
|
Thread: Usage of --increment-min 2
Post: RE: Usage of --increment-min 2
please stop cross posting. this question was answered in the two other threads you asked in as well. |
|
epixoip |
Very old oclHashcat-plus Support
|
2 |
5,420 |
10-04-2012, 04:26 PM |
|
|
Thread: permission denied in hybrid mode
Post: RE: permission denied in hybrid mode
use a loop.
Code:
--
for wordlist in wordlists/*.txt; do hashcat ... -a 6 $wordlist ?d?d?d; done
--
|
|
epixoip |
Very old oclHashcat-plus Support
|
7 |
11,330 |
10-06-2012, 08:15 PM |
|
|
Thread: NVIDIA GeForce 7600 GS ..
Post: RE: NVIDIA GeForce 7600 GS ..
i would not be surprised if nvidia dropped support for that card. it's over six years old. |
|
epixoip |
Very old oclHashcat-plus Support
|
6 |
18,127 |
10-07-2012, 09:35 PM |
|
|
Thread: NVIDIA GeForce 7600 GS ..
Post: RE: NVIDIA GeForce 7600 GS ..
crysis Wrote: (10-08-2012, 12:38 AM)
--
.. well.. its maybe six years old, but the nvidia web says it supports Cuda:
https://www.nvidia.com/object/winxp-306.23-whql-driver.html
--
it does not exp... |
|
epixoip |
Very old oclHashcat-plus Support
|
6 |
18,127 |
10-08-2012, 06:16 AM |
|
|
Thread: Speed difference between 0.08 and 0.09
Post: RE: Speed difference between 0.08 and 0.09
hybrid attack would be much faster than using the rules engine for that, and it scales better. |
|
epixoip |
Very old oclHashcat-plus Support
|
3 |
7,862 |
10-14-2012, 03:34 AM |
|
|
Thread: MD5(Unix) bug
Post: RE: MD5(Unix) bug
hm, cayman running at 950Mhz... classic asic hang caused by overclocking :) |
|
epixoip |
Very old oclHashcat-plus Support
|
5 |
10,030 |
10-16-2012, 01:12 AM |
|
|
Thread: Segmentation fault (core dump) on --show and --left
Post: RE: Segmentation fault (core dump) on --show and -...
|
epixoip |
Very old oclHashcat-plus Support
|
11 |
24,109 |
10-17-2012, 12:41 AM |
|
|
Thread: Cyrillic Character Encoding
Post: RE: Cyrillic Character Encoding
seems like you just answered your own question. hashcat is agnostic about the encoding of your dictionary file, it handles each word as a stream of bytes. the reason you cannot see the passwords in th... |
|
epixoip |
Very old oclHashcat-plus Support
|
4 |
16,027 |
10-18-2012, 09:36 AM |
|
|
Thread: Cyrillic Character Encoding
Post: RE: Cyrillic Character Encoding
no, hashcat doesn't do any encoding at all. just as it will accept any encoding you input, it will output whatever encoding was used for the password.
again, hashcat works with streams of bytes regar... |
|
epixoip |
Very old oclHashcat-plus Support
|
4 |
16,027 |
10-18-2012, 11:18 AM |
|
|
Thread: ERROR: cuModuleLoad() 209
Post: RE: ERROR: cuModuleLoad() 209
duplicate of thread 1546, https://hashcat.net/forum/thread-1546.html |
|
epixoip |
Very old oclHashcat-plus Support
|
1 |
5,871 |
10-20-2012, 03:44 AM |
|
|
Thread: After format speed goes down 50% on HD 7970
Post: RE: After format speed goes down 50% on HD 7970
you cannot always get full performance out of plus. to quote atom, "dude! you have to give it work!" speeds can vary greatly depending on what exactly you are doing.
that said, i think you were a bit... |
|
epixoip |
Very old oclHashcat-plus Support
|
13 |
19,452 |
10-21-2012, 02:48 PM |
|
|
Thread: o c/s using oclhashcat plus 0.09
Post: RE: o c/s using oclhashcat plus 0.09
it does if you don't specify an attack mode. please read the output of ''oclHashcat-plus64.exe -h'' and then consult the wiki if you still do not understand. |
|
epixoip |
Very old oclHashcat-plus Support
|
4 |
9,623 |
10-22-2012, 04:51 AM |
|
|
Thread: Issue with basic bruteforce
Post: RE: Issue with basic bruteforce
you didn't specify the correct attack mode, -a 3. |
|
epixoip |
Very old oclHashcat-plus Support
|
2 |
5,880 |
10-30-2012, 10:35 PM |
|
|
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,719 |
11-01-2012, 03:04 AM |
|
|
Thread: What am I missing?
Post: RE: What am I missing?
looks like you're using the wrong driver. need to use catalyst 12.8. if you're going to use catalyst 12.10, then you need to stop x11 and run hashcat as root. |
|
epixoip |
Very old oclHashcat-plus Support
|
10 |
16,755 |
11-04-2012, 03:25 AM |
|
|
Thread: oclHashcat-plus mask batchscript
Post: RE: oclHashcat-plus mask batchscript
plus has supported incremental mode for a while now. so if you use -i with ?l?l?l?l?l?l?l?l it will find a 7-char passwd that matches that mask as well. |
|
epixoip |
Very old oclHashcat-plus Support
|
2 |
5,922 |
11-04-2012, 03:35 PM |
|
|
Thread: What am I missing?
Post: RE: What am I missing?
Is fglrx loaded? What does clinfo show? |
|
epixoip |
Very old oclHashcat-plus Support
|
10 |
16,755 |
11-11-2012, 10:13 AM |
|
|
Thread: What am I missing?
Post: RE: What am I missing?
grepping through dmesg actually only proves that it was loaded at one time since last reboot, it doesn't show that it's still loaded. for future reference, ''grep fglrx /proc/modules'' or ''lsmod | gr... |
|
epixoip |
Very old oclHashcat-plus Support
|
10 |
16,755 |
11-11-2012, 12:06 PM |