Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Known WPA2 hash cannot be found
Post: RE: Known WPA2 hash cannot be found
|
M@LIK |
General Help
|
10 |
20,832 |
04-22-2012, 10:00 PM |
|
|
Thread: Known WPA2 hash cannot be found
Post: RE: Known WPA2 hash cannot be found
looks fine.. just tried it again..
so whats the result u get?? screenshot?? |
|
M@LIK |
General Help
|
10 |
20,832 |
04-22-2012, 10:09 PM |
|
|
Thread: Known WPA2 hash cannot be found
Post: RE: Known WPA2 hash cannot be found
hmmm... the last four things i can say is::
1- move the .hccap file to the program's directory.
2- run this command directly no GUI (in the oclHashcat-plus's directory)
Code:
--
oclHashcat-plus64 -m2... |
|
M@LIK |
General Help
|
10 |
20,832 |
04-22-2012, 10:35 PM |
|
|
Thread: GTX 680
Post: RE: GTX 680
oclHashcat-lite gtx680 benchmarks (https://hashcat.net/forum/thread-1026.html)
u should use "https://hashcat.net/forum/images/toplinks/search.gifSearch (https://hashcat.net/forum/search.php)" more often |
|
M@LIK |
General Help
|
2 |
7,329 |
04-23-2012, 06:40 PM |
|
|
Thread: How to open Hashcat in windows CMD?
Post: RE: How to open Hashcat in windows CMD?
go to ur hashcat directory:: hold shift + right click anywhere
u should see "Open command window here" and thats it |
|
M@LIK |
General Help
|
3 |
20,821 |
04-25-2012, 01:07 PM |
|
|
Thread: Bruteforce LM
Post: RE: Bruteforce LM
@phillips321 (https://hashcat.net/forum/user-1734.html):: What you want is called Increment Brute Force (https://hashcat.net/forum/thread-855.html).
It's not supported yet, but: Give it your vote!
h... |
|
M@LIK |
General Help
|
3 |
10,083 |
05-13-2012, 06:31 PM |
|
|
Thread: Configuration for speed up ocl ?
Post: RE: Configuration for speed up ocl ?
@Mem5 (https://hashcat.net/forum/user-513.html):: I would suggest you to increase "-n" when brute-forcing, decrease when dicting (Dictionary attack) xD.
And lower "--gpu-loops" when attacking slow-as-... |
|
M@LIK |
General Help
|
7 |
16,277 |
05-13-2012, 07:08 PM |
|
|
Thread: Outfile interference
Post: RE: Outfile interference
Truth is it depends.
If you're having a lot found, you will definitely ruin your files.
If nothing is being found, no problems at all. |
|
M@LIK |
General Help
|
3 |
6,957 |
07-15-2012, 01:42 PM |
|
|
Thread: cudaHashcat-lite64 Special characters ?s
Post: RE: cudaHashcat-lite64 Special characters ?s
You need to add a mask at the end:
Code:
--
... ?1?1?1?1
--
|
|
M@LIK |
General Help
|
2 |
6,461 |
07-24-2012, 04:24 PM |
|
|
Thread: The output file looks messy.
Post: RE: The output file looks messy.
Use something other than notepad.exe. |
|
M@LIK |
General Help
|
2 |
6,682 |
07-26-2012, 04:51 PM |
|
|
Thread: Seperator unmatched.
Post: RE: Seperator unmatched.
What -m you're using?
Or post your command-line here. |
|
M@LIK |
General Help
|
4 |
20,862 |
08-18-2012, 03:47 AM |
|
|
Thread: Difference between ocl...plus and ocl...lite
Post: RE: Difference between ocl...plus and ocl...lite
Wiki (https://hashcat.net/wiki/) |
|
M@LIK |
General Help
|
1 |
5,089 |
08-21-2012, 02:20 PM |
|
|
Thread: hashcat not working at all
Post: RE: hashcat not working at all
Add a MASK (https://hashcat.net/wiki/doku.php?id=mask_attack) at the end of your command-line!
[hr]
Basti-Fantasti Wrote:
--
I've managed to test it with oclHashcat-lite like that:
Code:
--
./oc... |
|
M@LIK |
General Help
|
2 |
7,006 |
08-24-2012, 09:13 PM |
|
|
Thread: Hashcat stdout problem
Post: RE: Hashcat stdout problem
https://hashcat.net/forum/thread-1016.html |
|
M@LIK |
General Help
|
2 |
8,242 |
08-29-2012, 01:27 AM |
|
|
Thread: dictionary maker?
Post: RE: dictionary maker?
I assume you suffer from a brain damage so:
Code:
--
mp64 -1 ?l?d -o outputfile ?1?1?1?1?1?1
--
|
|
M@LIK |
General Help
|
7 |
13,280 |
10-20-2012, 03:32 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 |