Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
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: Strange character
Post: RE: Strange character
|
M@LIK |
General Help
|
5 |
9,422 |
01-30-2013, 08:12 AM |
|
|
Thread: Strange character
Post: RE: Strange character
I never said 9d is null.
*Achievement Unlocked*
**Trolled epixoip**
:D |
|
M@LIK |
General Help
|
5 |
9,422 |
01-30-2013, 09:47 AM |
|
|
Thread: Combinator Attack Question
Post: RE: Combinator Attack Question
Not a bug, just some Windows-users n00bisty.
"^" is used for escaping in Windows's cmd.
Try:
Code:
--
-plus -a1 -j "^1" -k "^2" cb7340c3ad7182f6cbc1d808a33e1acf boy.txt girls.txt
--
Cracks it pe... |
|
M@LIK |
Very old oclHashcat-plus Support
|
5 |
10,338 |
02-05-2013, 06:42 PM |
|
|
Thread: Restore File Questions
Post: RE: Restore File Questions
Since you both are too lazy to try, or maybe busy like a bee, I made a quick test and results are:
Code:
--
ERROR: Loaded digests from hashlist is async to data in restore file
--
However, it's only... |
|
M@LIK |
Very old oclHashcat-plus Support
|
5 |
25,160 |
02-18-2013, 04:07 PM |
|
|
Thread: help with proper configuration
Post: RE: help with proper configuration
i have one of those (GT540M)..
u can have maximum of 4500c/s @ WPA/WPA2 with this command
-m2500 -n160 -o[OUTPUT_FiLE].out [HCcap_FiLE].hccap [DiCT].dict
the [-n160] would help a little bit..
tr... |
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
8,879 |
03-27-2012, 03:59 PM |
|
|
Thread: expander length limit on cmdline
Post: RE: expander length limit on cmdline
this can be done easily by the following commands::
Code:
--
expander < 1.* > 1_e.out
len [min_length] [max_length] < 1_e.out > 1_e_len.out
sort -u 1_e_len.out -o 1_e_len_u.out
--
just set the [mi... |
|
M@LIK |
Feature Requests
|
4 |
9,771 |
04-01-2012, 02:49 PM |
|
|
Thread: line length exception: 30
Post: RE: line length exception: 30
Mariane::
"MD5(phpBB3)" is not the same as plain md5
cudaHashcat-lite64 can not crack these.. doesnt support it
use oclHashcat-plus-0.07 instead
n u command should be like this::
Code:
--
./cuda... |
|
M@LIK |
General Help
|
4 |
17,967 |
04-02-2012, 02:38 AM |
|
|
Thread: unbruteforceabe hash?
Post: RE: unbruteforceabe hash?
a similar algorithm, in fact more secure is already bruteforceable :: sha1($salt.sha1($salt.sha1($pass))) |
|
M@LIK |
Old hashcat Support
|
4 |
10,757 |
04-30-2012, 10:02 PM |
|
|
Thread: oclHashcat-plus --show question
Post: RE: Bruteforce LM
@Mem5 (https://hashcat.net/forum/user-513.html):: Hashcat deals with LM hashes as chunks (16-bit hashes):
1- --remove doesn't work with LMs.
2- I just noticed this, --show doesn't work too! whatever ... |
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
8,597 |
05-15-2012, 01:53 PM |
|
|
Thread: oclHashcat-plus --show question
Post: RE: oclHashcat-plus --show question
@atom (https://hashcat.net/forum/user-1.html):: Yes! you are right, it's working for me.
I didn't know you have to set "-m" when using "--show".
And yeah, bytes not bits -__-
Too much ****. |
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
8,597 |
05-16-2012, 12:22 PM |
|
|
Thread: Problems with prefix rule.
Post: RE: Problems with prefix rule.
Simply the rules apply from left to right:
^1^2^3
Code:
--
^1 ^2 ^3
^1 === 1test >>> ^2 === 21test >>> ^3 === 321test
--
BUT:
^3^2^1
Code:
--
^3 ^2 ^1
^3 === 3tes... |
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
8,778 |
05-17-2012, 01:06 AM |
|
|
Thread: OpenCL.dll Problem
Post: RE: OpenCL.dll Problem
Most likely drivers problem. |
|
M@LIK |
Very old oclHashcat-lite Support
|
4 |
15,453 |
05-23-2012, 11:46 PM |
|
|
Thread: BruteForce Mode in SMF Hashes
Post: RE: BruteForce Mode in SMF Hashes
It does.
Use one mask at the end:
Code:
--
oclHashcat-plus32.exe -m 121 -n 160 -a 3 --remove -o crackedSMF.txt Forum.txt ?l?l?l?l?l
--
|
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
9,329 |
05-24-2012, 02:08 PM |
|
|
Thread: SL3 improve
Post: RE: SL3 improve
At the moment, no!
But I'm trying to make this possible.
@Hash-IT (https://hashcat.net/forum/user-776.html):: Another fellow looking for your "educated guess" LOL |
|
M@LIK |
User Contributions
|
4 |
11,189 |
05-26-2012, 09:50 PM |
|
|
Thread: OpenCL.dll Problem
Post: RE: OpenCL.dll Problem
Fooled me again @_@ errrrrr |
|
M@LIK |
Very old oclHashcat-lite Support
|
4 |
15,453 |
05-27-2012, 04:48 PM |
|
|
Thread: problem whit this character |
Post: RE: problem whit this character |
On Windows: xe1xxxxxd1a8xxx95xx648xxxxxx77xx:?^|M
On Linux, probably: xe1xxxxxd1a8xxx95xx648xxxxxx77xx:?\|M |
|
M@LIK |
Very old oclHashcat-lite Support
|
4 |
8,180 |
06-19-2012, 07:37 PM |
|
|
Thread: need some help Blue
Post: RE: need some help Blue
Congratulations sir!
You just won the "SuperNoobofAllTime" challenge! Keep up the good noob-isty. |
|
M@LIK |
Very old oclHashcat-lite Support
|
4 |
10,209 |
06-30-2012, 06:09 PM |