Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Possible bug - Utilization reporting when specifying devices
Post: RE: Possible bug - Utilization reporting when spec...
This looks like a typical xorg.conf issue. Note that OpenCL devices and NVML devices (NVML is used to query utilization etc). do not share any unique identifier, so there's no way for hashcat to match... |
|
atom |
hashcat
|
2 |
3,603 |
07-27-2016, 10:57 AM |
|
|
Thread: Possible Bug When Defining Known Character
Post: RE: Possible Bug When Defining Known Character
i also can not reproduce it... guys, someone here who can reproduce this? |
|
atom |
Very old oclHashcat Support
|
4 |
11,450 |
04-10-2011, 06:16 PM |
|
|
Thread: Possible Bug With oclHashcat-plus-0.09b16
Post: RE: Possible Bug With oclHashcat-plus-0.09b16
This is the finished implementation of the poll #2 (increment brute force).
If you want it to start like in 0.07 add --bf-min 10. |
|
atom |
Beta Tester
|
2 |
3,437 |
06-05-2012, 09:54 AM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
You need at least 100/X in your progress to have an ETC displayed |
|
atom |
Old hashcat Support
|
13 |
22,263 |
10-23-2012, 10:32 AM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
Take the time it needs to inital display in -a 1 case and multiply it with the number of rules. That should work. |
|
atom |
Old hashcat Support
|
13 |
22,263 |
10-24-2012, 10:31 AM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
You need at least (100 * nr-of-rules)/306706 in the progress to get an initial display. |
|
atom |
Old hashcat Support
|
13 |
22,263 |
10-25-2012, 09:13 AM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
Try a rule-file which contains a single ":" instead of NUL. This is a real empty rule. |
|
atom |
Old hashcat Support
|
13 |
22,263 |
10-26-2012, 10:06 AM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
Adding rules add some calculation overhead, thats why you have no "-" words / s. This is what the ETC is based on. Thats the reason. Its to slow to calculate it. |
|
atom |
Old hashcat Support
|
13 |
22,263 |
10-27-2012, 08:35 AM |
|
|
Thread: Possible descrypt performance issue
Post: RE: Possible descrypt performance issue
It depends, sure there's a performance drop related to multihash because we can not know the salt value at compile time but as long as you use -a 3 the performance should be only a little bit slower. ... |
|
atom |
Old oclHashcat Support
|
4 |
6,359 |
01-12-2016, 02:17 PM |
|
|
Thread: Possible descrypt performance issue
Post: RE: Possible descrypt performance issue
Should be fixed with latest beta |
|
atom |
Old oclHashcat Support
|
4 |
6,359 |
01-14-2016, 11:40 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
Code:
--
./combinator3.bin wordlist1.txt wordlist2.txt wordlist3.txt | ./hashcat -m 10900 hash.txt
--
|
|
atom |
hashcat
|
25 |
19,842 |
06-15-2018, 07:42 PM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
Btw in order to save wordlist space you could also use -a 1 attack where you used the 2-word wordlist in the left side and the original wordlist on the right side. This however does not change anythin... |
|
atom |
hashcat
|
25 |
19,842 |
06-16-2018, 10:24 AM |
|
|
Thread: Possible issue with charset and multi gpu system
Post: RE: Possible issue with charset and multi gpu syst...
This is because 65610000 > 59969536 which is 88 (nr of chars in your charset) ^ 4 (pw-min/pw-max).
|
|
atom |
Very old oclHashcat-lite Support
|
8 |
17,252 |
02-27-2012, 06:24 PM |
|
|
Thread: Possible issue with charset and multi gpu system
Post: RE: Possible issue with charset and multi gpu syst...
I guess there is also something wrong with the escaping in your cmdline. For example, you must escape the ^ char with ^ - but you dont do it?
I recommend to convert the charset to hex and use the --h... |
|
atom |
Very old oclHashcat-lite Support
|
8 |
17,252 |
02-27-2012, 07:00 PM |
|
|
Thread: Possible issue with charset and multi gpu system
Post: RE: Possible issue with charset and multi gpu syst...
what exactly is the problem? if you are doing --pw-min 4 --pw-max 4 then it can not use all gpus but one. you need a keyspace that is big enough to feed all gpus with work. try again with --pw-min 8 a... |
|
atom |
Very old oclHashcat-lite Support
|
8 |
17,252 |
02-27-2012, 08:52 PM |
|
|
Thread: Possible issue with charset and multi gpu system
Post: RE: Possible issue with charset and multi gpu syst...
faulty hardware can generate irritating errors.
do i understand this correct: if you exclude the faulty hardware everything works fine? |
|
atom |
Very old oclHashcat-lite Support
|
8 |
17,252 |
02-28-2012, 11:09 AM |
|
|
Thread: Possible minor bug in OclHashcat-Plus
Post: RE: Possible minor bug in OclHashcat-Plus
ADL_Overdrive5_Temperature_Get(): -1 is also often seen due to old GPU bios |
|
atom |
Very old oclHashcat-plus Support
|
6 |
12,003 |
08-19-2013, 03:39 PM |
|
|
Thread: Possible OCLhashcat+ bug
Post: RE: Possible OCLhashcat+ bug
sometimes passwords gets salted with a trailing null byte. or newline or other crazy things. run it in --output-format=2 mode and verify results |
|
atom |
Very old oclHashcat-plus Support
|
9 |
20,373 |
02-11-2011, 05:50 PM |
|
|
Thread: Possible OCLhashcat+ bug
Post: RE: Possible OCLhashcat+ bug
|
atom |
Very old oclHashcat-plus Support
|
9 |
20,373 |
02-15-2011, 03:58 PM |
|
|
Thread: Possible OCLhashcat+ bug
Post: RE: Possible OCLhashcat+ bug
|
atom |
Very old oclHashcat-plus Support
|
9 |
20,373 |
02-16-2011, 10:17 AM |