Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: mp64: generate total random words
Post: RE: mp64: generate total random words
@en-tee-el-em::
could be.. thanks.. i'll try to do that : )
i also thought about this::
Code:
--
mp64 -oOUT.out -1 MGUI -2 4193 -3 yoct -4 2568 ?1?2?3?4?1?2?3?4
sort -R OUT.out > OUT_s.out
--
... |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
42,461 |
04-23-2012, 12:28 PM |
|
|
Thread: cutb
Post: RE: cutb
I don't see anything special in cutb (https://hashcat.net/wiki/hashcat_utils#cutb) tool:
Code:
--
cat wordlist
apple1234
theman
fastcars
cut -c 1-4 wordlist
appl
them
fast
cut -c 1-4 --co... |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
12,809 |
05-02-2012, 05:30 PM |
|
|
Thread: cutb
Post: RE: cutb
Okay. Cool : )
But you didn't answer the gentleman's question. LOL |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
12,809 |
05-02-2012, 05:59 PM |
|
|
Thread: mp64: generate total random words
Post: RE: mp64: generate total random words
After more than a week of researches : P...
I believe I found the best way to do this.
Unique, pure, random words xD
All in one liner (Only for Linux) (On Windows you can use Cygwin (https://cygwin.... |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
42,461 |
05-05-2012, 01:17 AM |
|
|
Thread: mp64: generate total random words
Post: RE: mp64: generate total random words
Indeed.
I think you should (specially if it was faster).
I find this useful when crazy bruteforces are needed like (?d?l?u=12, ?d=16, etc)
You can generate 5\10GiGs and try them, and get around 2% ... |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
42,461 |
05-06-2012, 04:04 PM |
|
|
Thread: mp64: generate total random words
Post: RE: mp64: generate total random words
@undeath (https://hashcat.net/forum/user-85.html):: Yeah, you're right, the dictionary thing is kind of "carp".
But I found a lot of other good applications for this technique:
1- Generating fake h... |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
42,461 |
05-20-2012, 01:34 PM |
|
|
Thread: mp64: generate total random words
Post: RE: mp64: generate total random words
AWESOME!!
Can't wait to use it. Thanks atom (https://hashcat.net/forum/user-1.html) : D |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
42,461 |
05-21-2012, 05:59 PM |
|
|
Thread: statsprocessor v0.03
Post: RE: statsprocessor v0.01
I didn't understand everything xD
But this looks very interesting!
Good job atom (https://hashcat.net/forum/user-1.html)! |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
10 |
44,667 |
06-10-2012, 03:09 PM |
|
|
Thread: Windows versions of hashcat-utils
Post: RE: Windows versions of hashcat-utils
@atom (https://hashcat.net/forum/user-1.html):: I always thought this... They don't support 32-bit, do they? |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
20,514 |
06-10-2012, 05:43 PM |
|
|
Thread: statsprocessor v0.07
Post: RE: statsprocessor v0.05
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
12 |
57,050 |
06-15-2012, 12:44 PM |
|
|
Thread: Morph - Hashcat_utils
Post: RE: Morph - Hashcat_utils
I wish I can answer this. |
|
M@LIK |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
19,982 |
08-15-2012, 11:29 PM |
|
|
Thread: hashcat v0.41
Post: RE: hashcat v0.41
|
M@LIK |
Old hashcat Announcements
|
7 |
26,268 |
09-24-2012, 03:35 PM |
|
|
Thread: hashcat v0.42
Post: RE: hashcat v0.42
Another step forward, keep up the good work! |
|
M@LIK |
Old hashcat Announcements
|
3 |
17,433 |
01-01-2013, 03:13 PM |
|
|
Thread: hashcat v0.43
Post: RE: hashcat v0.43
Thank you! I appreciate your hard work! |
|
M@LIK |
Old hashcat Announcements
|
12 |
36,476 |
03-07-2013, 02:54 PM |
|
|
Thread: "--stdout" not working in HC 0.39
Post: "--stdout" not working in HC 0.39
im not sure... but while im trying this command::
Code:
--
hc64 -m0 h.hash d.dic -rr.rule --stdout
--
it gives me::
Code:
--
Usage: hashcat [options] hashfile [mask|wordfiles|directories]
Try... |
|
M@LIK |
Old hashcat Support
|
5 |
12,378 |
03-28-2012, 11:47 PM |
|
|
Thread: "--stdout" not working in HC 0.39
Post: RE: "--stdout" not working in HC 0.39
nope.. im using windows.. : | |
|
M@LIK |
Old hashcat Support
|
5 |
12,378 |
03-29-2012, 07:31 AM |
|
|
Thread: "--stdout" not working in HC 0.39
Post: RE: "--stdout" not working in HC 0.39
thanks 4 the info both of you [Xanadrel, atom]... works
Code:
--
hc64 d.dic -rr.rule --stdout NUL NUL
--
|
|
M@LIK |
Old hashcat Support
|
5 |
12,378 |
03-29-2012, 10:21 AM |
|
|
Thread: What am I doing wrong?
Post: RE: What am I doing wrong?
when u putting [?l?u?d] as a mask.. its only trying [aA1, aA2.. aB1 aB2..]
u have to define the charsets.. then putting the mask..
ur command line should be like this::
Code:
--
hashcat-cli32 -m40... |
|
M@LIK |
Old hashcat Support
|
2 |
6,825 |
03-29-2012, 11:51 PM |
|
|
Thread: Finding some weird features (rules)
Post: RE: Finding some weird features (rules)
frekvent Wrote: (03-31-2012, 12:10 AM)
--
take the rules i42@2 and @2. They should be identical but they're not. When I test them separately against the phpbb hashes, i42@2 gives me 7520 hits but @2 ... |
|
M@LIK |
Old hashcat Support
|
12 |
25,300 |
03-31-2012, 12:29 AM |
|
|
Thread: Finding some weird features (rules)
Post: RE: Finding some weird features (rules)
atom Wrote: (03-31-2012, 12:34 AM)
--
i42@2 |
|
M@LIK |
Old hashcat Support
|
12 |
25,300 |
03-31-2012, 12:47 AM |