Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
Okay, I can't really explain why it doesn't print the time when using AsIs.rule, but if I were you I'd just modify my script in a way that if there's no rulefile set > use 'nul' as a rulefile and carr... |
|
M@LIK |
Old hashcat Support
|
13 |
22,258 |
10-23-2012, 12:36 AM |
|
|
Thread: Hashcat 0.41 external salt file and --remove error
Post: RE: Hashcat 0.41 external salt file and --remove ...
Don't use --remove flag with -e, use awk\gawk command to remove cracked hashes instead:
Code:
--
awk -F: "FNR==NR{ a[$1]++ } a[$1]!=1" cracked original_hashfile > leftfile
--
|
|
M@LIK |
Old hashcat Support
|
4 |
8,279 |
10-24-2012, 10:24 AM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
He did, in the first post. |
|
M@LIK |
Old hashcat Support
|
13 |
22,258 |
10-26-2012, 05:32 PM |
|
|
Thread: hashcat stdout mode
Post: RE: hashcat stdout mode
https://hashcat.net/forum/thread-1016.html
Not mentioning, 0.39 is too old. |
|
M@LIK |
Old hashcat Support
|
2 |
6,740 |
10-27-2012, 06:13 PM |
|
|
Thread: can hashcat crack md5($s.'-'.md5($p)) ?
Post: RE: can hashcat crack md5($s.'-'.md5($p)) ?
I think epixoip (https://hashcat.net/forum/user-1746.html) meant mode 3710 instead of "7". |
|
M@LIK |
Old hashcat Support
|
4 |
8,721 |
11-08-2012, 03:56 PM |
|
|
Thread: Hashcat pot file: permission denied
Post: RE: Hashcat pot file: permission denied
Probably hashcat.pot is being used by any other program, or set to read-only.
Reboot and try again. |
|
M@LIK |
Old hashcat Support
|
5 |
16,278 |
11-30-2012, 06:44 PM |
|
|
Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt
From --help:
Code:
--
--hex-salt Assume salt is given in hex
--
But that's in -plus only, I don't know why there's no such option in CPU's hashcat. |
|
M@LIK |
Old hashcat Support
|
7 |
13,203 |
12-01-2012, 11:25 PM |
|
|
Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt
Can you post some of the salts? In hex if it's required. |
|
M@LIK |
Old hashcat Support
|
7 |
13,203 |
12-02-2012, 05:47 AM |
|
|
Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt
"shit in, shit out"
-Not-me |
|
M@LIK |
Old hashcat Support
|
7 |
13,203 |
12-02-2012, 04:32 PM |
|
|
Thread: mode -a 5 Not working
Post: RE: mode -a 5 Not working
It wasn't officially, properly documented or explained but:
Tables used in Table Look-up attacks has a slightly changed format since -0.41, see below:
CHAR=STR
Where CHAR is a single character, and... |
|
M@LIK |
Old hashcat Support
|
3 |
7,381 |
12-17-2012, 10:10 PM |
|
|
Thread: Dealing with EOL characters
Post: RE: Dealing with EOL characters
|
M@LIK |
Old hashcat Support
|
5 |
9,380 |
01-14-2013, 10:06 PM |
|
|
Thread: Dealing with EOL characters
Post: RE: Dealing with EOL characters
No, "SHex" means --outfile-format=5. |
|
M@LIK |
Old hashcat Support
|
5 |
9,380 |
01-15-2013, 01:22 PM |
|
|
Thread: Dealing with EOL characters
Post: RE: Dealing with EOL characters
- Pot output cannot be customized.
- Outfile output can be customized, using --outfile-format=N.
- I believe hashcat reads dicts line by line, chops \n, and \r if found first, and then processes it.... |
|
M@LIK |
Old hashcat Support
|
5 |
9,380 |
01-15-2013, 02:43 PM |
|
|
Thread: Same command, different output?
Post: RE: Same command, different output?
Cracking other peoples' passwords while forgetting your own password.
Way to go, super-n00b. |
|
M@LIK |
Old hashcat Support
|
21 |
41,751 |
01-20-2013, 04:44 PM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
Congratulations, your IQ is -1, sir. |
|
M@LIK |
Old hashcat Support
|
22 |
44,516 |
01-27-2013, 03:26 AM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
Stop abusing these poor little md5s! :'( |
|
M@LIK |
Old hashcat Support
|
22 |
44,516 |
01-30-2013, 01:42 AM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
Wow, I never knew you were little md5s fetish.
:P
Btw, impressive work though I don't see the need to all this speed in such job.
Unless you're really... ahem.. a little md5s fetish. |
|
M@LIK |
Old hashcat Support
|
22 |
44,516 |
02-15-2013, 04:20 PM |
|
|
Thread: Usage: hashcat [options] hashfile [mask|wordfiles|directories]
Post: RE: Usage: hashcat [options] hashfile [mask|wordfi...
George02 Wrote:
--
I want to hash a NTLM with max-lenght 14 and min-lenght 10 charset = ?d*!_"GLEDCgledc brute force.
--
Code:
--
hashcat-cli32 -n16 -m1000 -a3 -1 ?d*!_GLEDCgledc^" --pw-min=10 -o ... |
|
M@LIK |
Old hashcat Support
|
7 |
17,008 |
02-27-2013, 11:28 PM |
|
|
Thread: Usage: hashcat [options] hashfile [mask|wordfiles|directories]
Post: RE: Usage: hashcat [options] hashfile [mask|wordfi...
Did he just edit his whole post? |
|
M@LIK |
Old hashcat Support
|
7 |
17,008 |
02-27-2013, 11:30 PM |
|
|
Thread: hashcat v0.41
Post: RE: hashcat v0.41
|
M@LIK |
Old hashcat Announcements
|
7 |
26,268 |
09-24-2012, 03:35 PM |