Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Unknown error (modes 1410/1420)
Post: RE: Unknown error (modes 1410/1420)
It's not a bug in my view.
--remove shouldn't be used with --salt-file=. (Otherwise, Hashcat will try to append each salt to each hash in left file)
Tip: For easy algos like $salt.$pass or $pass... |
|
M@LIK |
Old hashcat Support
|
11 |
21,396 |
09-27-2012, 02:30 PM |
|
|
Thread: Hashcat 0.41 mode 1731 fails?
Post: RE: Hashcat 0.41 mode 1731 fails?
Some hashes:
Code:
--
0x020031beb03d33c6aaa299cd0e4e877947a909d6bb54e4b222ea561991c871d5668ed81cafa6846175d6de190b7f33e1dd76028a7da20447149657c9758ba54c76987cc753a3:hashcat!
0x02004cd3357923b0c7365... |
|
M@LIK |
Old hashcat Support
|
5 |
8,985 |
09-26-2012, 05:55 PM |
|
|
Thread: HashCat Output [Question] [Help]
Post: RE: HashCat Output [Question] [Help]
Because it's not for noobs. |
|
M@LIK |
Old hashcat Support
|
9 |
16,041 |
09-29-2012, 12:46 PM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
I suppose you are on Windows. Try with -r nul since you aren't using any actual rules. |
|
M@LIK |
Old hashcat Support
|
13 |
22,258 |
10-22-2012, 10:58 PM |
|
|
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,738 |
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,277 |
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,380 |
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,749 |
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 |