Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files
i wonder if it's actually supposed to be \u9566\u1A0D
edit: yes, i do believe that's what it is, two chinese or thai or some asiany characters encoded as utf16le.
printf '\x95\x66\x1A\x0D' | iconv ... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
38,808 |
01-30-2013, 02:20 AM |
|
|
Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files
naw, just trying to get all the information necessary to reproduce. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
38,808 |
01-30-2013, 02:28 AM |
|
|
Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files
it may not be utf16, but the second character is definitely not arabic. unicode table states that it's a buginese character. the first character is listed as C/J/K (chinese, japanese, korean) since a ... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
38,808 |
01-30-2013, 02:52 PM |
|
|
Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files
note that none of this is strictly relevant to reproducing the bug since we have the byte stream :) |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
38,808 |
01-30-2013, 02:52 PM |
|
|
Thread: statgen giving same result regardless of list
Post: RE: statgen giving same result regardless of list
it's not based on keywords, it's based on per-position statistical analysis.
the threshold is also way too low. i don't know what thresholds you've tried, but the current threshold and length you pro... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
18,951 |
03-19-2013, 12:34 AM |
|
|
Thread: statgen giving same result regardless of list
Post: RE: statgen giving same result regardless of list
by the way, the best way to test is to try to crack the same list with both hcstat files, and see which one is more effective. if you find that the rockyou-based hcstat is more effective against the l... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
18,951 |
03-19-2013, 12:36 AM |
|
|
Thread: statgen giving same result regardless of list
Post: RE: statgen giving same result regardless of list
yes, the latest beta is quite different |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
18,951 |
03-19-2013, 02:27 PM |
|
|
Thread: statgen giving same result regardless of list
Post: RE: statgen giving same result regardless of list
i'll defer to atom for this one |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
18,951 |
03-19-2013, 04:36 PM |
|
|
Thread: statsprocessor only running on one core
Post: RE: statsprocessor only running on one core
statsprocessor is single threaded. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
7,931 |
03-26-2013, 02:59 AM |
|
|
Thread: statsprocessor only running on one core
Post: RE: statsprocessor only running on one core
first, you don't need to pipe statsprocessor into cudaHashcat-plus, as statsprocessor is built-in. all mask-based attacks use markov mode by default unless you explicitly disable it.
second, of cours... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
7,931 |
03-26-2013, 10:04 AM |
|
|
Thread: -t option statsprocessor
Post: RE: -t option statsprocessor
https://hashcat.net/forum/thread-1274-post-7000.html#pid7000 |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
14,426 |
09-01-2013, 12:15 PM |
|
|
Thread: -t option statsprocessor
Post: RE: -t option statsprocessor
ah sorry, that's in the beta tester forum.
basically the threshold parameter defines the maximum number of characters to be added to the Markov table. it's used for keyspace reduction, e.g. for an ... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
14,426 |
09-01-2013, 12:33 PM |
|
|
Thread: -t option statsprocessor
Post: RE: -t option statsprocessor
well, it wouldn't be random letter combinations. they would be probabilistically-ordered. but yes, it would only try the 26^8-th most probable combinations, without trying the more unlikely ones. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
14,426 |
09-01-2013, 12:59 PM |
|
|
Thread: -t option statsprocessor
Post: RE: -t option statsprocessor
i didn't actually read his example, but yes, it would be the same thing. and both would be probabilistically ordered regardless. and in both cases you do not need --pw-max
regarding how you're calc... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
14,426 |
09-02-2013, 08:39 AM |
|
|
Thread: Piping speed from statsprocessor to oclhashcat
Post: RE: Piping speed from statsprocessor to oclhashcat
it's not that the cpu is too slow, it's that you're constantly having to make large transfers from the host to the device. |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
21,030 |
09-10-2013, 09:06 PM |
|
|
Thread: hashcat-utils v1.00
Post: RE: hashcat-utils v1.00
windows users typically aren't very familiar with the command line, so i'll explain further.
the angle brackets are for io redirection. as atom stated, the program does not accept any arguments, it... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
11 |
24,572 |
03-27-2014, 06:47 AM |
|
|
Thread: [solved] Problem sorting dictionary file
Post: RE: Problem sorting dictionary file
how much free disk space do you have? |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
11,932 |
04-20-2014, 11:22 AM |
|
|
Thread: Maskprocessor file size
Post: RE: Maskprocessor file size
maskprocessor is typically used to provide hashcat's mask capabilities to other programs which do not have it, like john the ripper. using it to "make wordlists" is usually never a good idea, unless y... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
14 |
27,040 |
06-01-2014, 08:26 PM |
|
|
Thread: Maskprocessor file size
Post: RE: Maskprocessor file size
2die4 Wrote: (06-01-2014, 08:37 PM)
--
I used maskprocessor because I can't create the same mask in oclhashcat. I am referring to -r [...] Is there a way to do this directly in oclhashcat?
--
i don'... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
14 |
27,040 |
06-01-2014, 10:31 PM |
|
|
Thread: Stats Processor Spitting Out Junk
Post: RE: Stats Processor Spitting Out Junk
Since you have to have good wordlists to train statsprocessor, it doesn't make much sense to use statsprocessor to build a wordlist. As stated above, its primary purpose is to extend oclHashcat-style ... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
11,536 |
07-28-2014, 10:14 AM |