Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: After format speed goes down 50% on HD 7970
Post: RE: After format speed goes down 50% on HD 7970
I don't think so.
Your file doesn't seem to exists.
Hold shift on your keyboard, right-click on the hashfile, select "Copy as path" and paste in your command line. |
|
M@LIK |
Very old oclHashcat-plus Support
|
13 |
19,455 |
10-28-2012, 12:10 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 |
|
|
Thread: Finding some weird features (rules)
Post: RE: Finding some weird features (rules)
atom Wrote: (03-31-2012, 12:52 AM)
--
because it will reject all words that do not contain the char "2".
--
nice..
after making two rulez files::
r1.rule
Code:
--
:
i42@2
--
r2.rule
Code:
--... |
|
M@LIK |
Old hashcat Support
|
12 |
25,300 |
03-31-2012, 01:12 AM |
|
|
Thread: How can i do this
Post: RE: How can i do this
and don't go directly without specifying some parameters
and for the last request u wanted::
Code:
--
MySQL5:
cudaHashcat-lite64 -m300 -1 ?l?d?u [your_hash] ?1?1?1?1?1?1?1?1
SHA-1:
cudaHashcat-l... |
|
M@LIK |
Very old oclHashcat-lite Support
|
12 |
22,462 |
04-25-2012, 01:23 AM |
|
|
Thread: How can i do this
Post: RE: How can i do this
u have to define the character set 1st:: (using -1)
cudaHashcat-lite64.exe --hash-type 100 --outfile out.out --pw-min 4 --pw-max 8 --gpu-async --gpu-devices 1 [myhash] -1 ?l?d?u ?1?1?1?1?1?1?1?1
so u... |
|
M@LIK |
Very old oclHashcat-lite Support
|
12 |
22,462 |
04-25-2012, 03:44 AM |
|
|
Thread: How can i do this
Post: RE: How can i do this
it can be done in GUI too..
https://img254.imageshack.us/img254/6850/12345oj.jpg
i miss my graphical skills : P |
|
M@LIK |
Very old oclHashcat-lite Support
|
12 |
22,462 |
04-25-2012, 04:47 AM |
|
|
Thread: How can i do this
Post: RE: How can i do this
undeath Wrote: (04-25-2012, 09:42 AM)
--
of course it doesn't crack.
100 = sha1
300 = mysql5
--
O_o
droidman Wrote: (04-25-2012, 04:02 AM)
--
with your command it worked.
--
|
|
M@LIK |
Very old oclHashcat-lite Support
|
12 |
22,462 |
04-25-2012, 11:02 AM |
|
|
Thread: How can i do this
Post: RE: How can i do this
No, there's no way to resume in -plus. |
|
M@LIK |
Very old oclHashcat-lite Support
|
12 |
22,462 |
04-25-2012, 03:34 PM |
|
|
Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...
Optimization?
Code:
--
type *.* | sed '/pass=/I!d;s/pass=\(.*$\)/\1/I;s/^[ \t]*//;s/[ \t]*$//' | sort | uniq -c | sort -nr | cut -c9- > wordlist_FINAL.txt
--
|
|
M@LIK |
General Talk
|
12 |
30,913 |
06-14-2012, 07:35 PM |
|
|
Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...
Agreed. Thanks for the input. |
|
M@LIK |
General Talk
|
12 |
30,913 |
06-14-2012, 09:34 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: V47 bugs Nvidia
Post: RE: V47 bugs Nvidia
@Rolf (hashcat.net/forum/user-4.html):: You sure?
I grabbed the latest beta driver from here (304.79, Only ~200Mb):
https://www.nvidia.com/Download/Find.aspx
[hr]
Forget to say, it feels "buggy" fo... |
|
M@LIK |
Beta Tester
|
12 |
11,359 |
08-25-2012, 02:31 PM |
|
|
Thread: Stop auto incrementing
Post: RE: Stop auto incrementing
|
M@LIK |
Very old oclHashcat-plus Support
|
12 |
20,477 |
09-05-2012, 11:02 AM |
|
|
Thread: Oracle 11g Format
Post: RE: Oracle 11g Format
I guess that's not an Oracle 11g hash. Probably Oracle 7-10g.
Try -m3100, the correct format is HASH:USERNAME where hash is the 16 hex characters.
Code:
--
CE4A36B8E06CA59C:***
--
|
|
M@LIK |
Very old oclHashcat-plus Support
|
12 |
27,490 |
10-17-2012, 03:43 PM |
|
|
Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?
I'm not sure, but I believe It's:
Code:
--
-j, --rule-left=RULE Single rule applied to each word from left dict
-k, --rule-right=RULE Single rule applied to each word f... |
|
M@LIK |
General Help
|
12 |
22,997 |
10-21-2012, 09:12 PM |
|
|
Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?
CPU's hashcat apply rules to the whole candidate, not separately. |
|
M@LIK |
General Help
|
12 |
22,997 |
10-21-2012, 09:14 PM |
|
|
Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?
If you want to make "Sup3rThinkers" out of "sup3r" in dict1 and "thinkers" in dict2, you would run:
Code:
--
-plus ... -a1 -j u -k u ... dict1 dict2
--
But you can't do it that simple with CPU's hash... |
|
M@LIK |
General Help
|
12 |
22,997 |
10-21-2012, 10:35 PM |
|
|
Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?
-plus's -a1 always works with two dicts (Right and left).
And yes, it was brought back due to a request: https://hashcat.net/forum/thread-1335.html
But careful, CPU's hashcat works with one dict a... |
|
M@LIK |
General Help
|
12 |
22,997 |
10-22-2012, 12:02 AM |
|
|
Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?
@epixoip (https://hashcat.net/forum/user-1746.html):: Single rules (-j, -k) do work with -a1. |
|
M@LIK |
General Help
|
12 |
22,997 |
10-22-2012, 11:17 AM |