Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: WPA/WPA2 which hashcat, which rules ?
Post: RE: WPA/WPA2 which hashcat, which rules ?
oclHashcat-plus, which is the only cat that cracks WPA currently, works using GPU, not CPU.
The keyspace in your bruteforce plan is quite big, so expect it to take too long, unless you have big toys,... |
|
M@LIK |
Very old oclHashcat-plus Support
|
9 |
23,917 |
01-10-2013, 05:18 PM |
|
|
Thread: WPA/WPA2 which hashcat, which rules ?
Post: RE: WPA/WPA2 which hashcat, which rules ?
Good, 9600 would work, don't know how fast, but it would.
I don't know why you're wanting to use BT while all hashcats, including plus, officially support Windows. |
|
M@LIK |
Very old oclHashcat-plus Support
|
9 |
23,917 |
01-10-2013, 06:31 PM |
|
|
Thread: Bugs
Post: RE: Bugs
1- Are we suppose to share reports of beta bugs with the release bugs?
2- What if I don't know how to use this "Trac system"? |
|
M@LIK |
Beta Tester
|
9 |
10,654 |
01-16-2013, 07:30 PM |
|
|
Thread: Bugs
Post: RE: Bugs
Although I never liked this "Trac" thing, I see very hot hardcore action on that side.
Looks like I'm forced to join. |
|
M@LIK |
Beta Tester
|
9 |
10,654 |
01-20-2013, 11:11 PM |
|
|
Thread: Mask+Dict Limitations?
Post: RE: Mask+Dict Limitations?
It is.
-a6 and -a7 are totally different when it comes to GPU utilization. Read:
Quote:
--
- if you use -a 0, -a 1 or -a 6, make sure the base dictionary (left) has at least 10 mio words (per gpu).... |
|
M@LIK |
Very old oclHashcat-plus Support
|
9 |
14,614 |
02-16-2013, 11:24 PM |
|
|
Thread: Mask+Dict Limitations?
Post: RE: Mask+Dict Limitations?
True.
Rules often feed GPU well.
Big dict, many rules and you should be fine. |
|
M@LIK |
Very old oclHashcat-plus Support
|
9 |
14,614 |
02-16-2013, 11:54 PM |
|
|
Thread: Mask+Dict Limitations?
Post: RE: Mask+Dict Limitations?
mastercracker Wrote:
--
I knew the general logic of this but never seen the actual suggested limits. Where did you get that from? I will definitely have to optimize some of my attacks knowing these... |
|
M@LIK |
Very old oclHashcat-plus Support
|
9 |
14,614 |
02-18-2013, 04:08 PM |
|
|
Thread: SHA1 underscore salted ?
Post: RE: SHA1 underscore salted ?
It will not. You can have as many :'s as you want in a salt as long as you use the right -m. |
|
M@LIK |
General Help
|
9 |
15,119 |
02-27-2013, 05:10 PM |
|
|
Thread: DES random generated bforcing
Post: RE: DES random generated bforcing
BruteForcing ?l?u?d=6 won't take so long. (maybe not if salted).
However, for your request, you can use this way:
Random, unique, pure words (https://hashcat.net/forum/thread-1107-post-6012.html#pi... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
13,482 |
05-05-2012, 02:15 PM |
|
|
Thread: Hashcat Benchmarking
Post: RE: Hashcat Benchmarking
Use this:
https://thepasswordproject.com/oclhashcat_benchmarking |
|
M@LIK |
User Contributions
|
8 |
19,307 |
05-18-2012, 07:53 PM |
|
|
Thread: Hashcat Benchmarking
Post: RE: Hashcat Benchmarking
@Mem5 (https://hashcat.net/forum/user-513.html):: Just because of your error post, I've studied the whole Oracle 11g hashing function xD
Here's a correct hash:
2db184088d587fe25555c5c6892ead46a0144... |
|
M@LIK |
User Contributions
|
8 |
19,307 |
05-21-2012, 07:50 PM |
|
|
Thread: Cracking LM
Post: RE: Cracking LM - edit1
@undeath (https://hashcat.net/forum/user-85.html):: Not sure what you really mean...
It's Nvidia, I download the drivers from here: https://www.nvidia.com/drivers
The current version on my machine is:... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
33,381 |
05-28-2012, 06:35 PM |
|
|
Thread: Cracking LM
Post: RE: Cracking LM
@atom (https://hashcat.net/forum/user-1.html):: You should have looked closer...
atom Wrote:
--
As well as for my sm_21 GPU:
Code:
--
...
36077a718ccdf409:8
0182bd0bd4444bf8:1234467
...
--
--
0182b... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
33,381 |
05-29-2012, 03:00 PM |
|
|
Thread: Cracking LM
Post: Cracking LM
Hi everyone,
I've noticed some very weird behaviors while playing with LM hashes.
So I generated some LM hashes:
Code:
--
0182BD0BD4444BF836077A718CCDF409:12345678
8C6F5D02DEB21501:ABC
1C3A2B6D9... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
33,381 |
05-28-2012, 06:17 PM |
|
|
Thread: Stop When Found
Post: RE: Stop When Found
@Hash-IT (https://hashcat.net/forum/user-776.html):: What you got is the best!
Just add this line to the end of each run line:
Code:
--
IF EXIST "Found.txt" echo WPA key found! && goto:eof
--
So it ... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
11,973 |
05-28-2012, 08:18 PM |
|
|
Thread: Stop When Found
Post: RE: Stop When Found
Actually you don't need "goto" for that.
Code:
--
IF EXIST "Found.txt" echo WPA key found! && [your_2nd_bat_file]
--
|
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
11,973 |
05-28-2012, 10:38 PM |
|
|
Thread: Stop When Found
Post: RE: Stop When Found
A whole script for shutting down? That doesn't sound professional xD
Use "shutdown /s" command instead. See "shutdown /?" for more options.
Code:
--
IF EXIST "Found.txt" shutdown /s
--
You're alw... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
11,973 |
05-28-2012, 10:55 PM |
|
|
Thread: Cracking LM
Post: RE: Cracking LM
If I'm not mistaken, this is a serious problem! |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
33,381 |
06-12-2012, 02:58 PM |
|
|
Thread: oclHashcat-lite v0.10 release soon
Post: RE: oclHashcat-lite v0.10 release soon
That sounds good, because I had a long list of bugs for you. |
|
M@LIK |
Beta Tester
|
8 |
8,312 |
06-27-2012, 03:14 PM |
|
|
Thread: oclHashcat-lite v0.10 release soon
Post: RE: oclHashcat-lite v0.10 release soon
@undeath (https://hashcat.net/forum/user-85.html):: Works for me.
You just have to specify --markov-hcstat=[hcstat_file]. Or simply put your .hcstat file in the same directory and name it hashcat.hcst... |
|
M@LIK |
Beta Tester
|
8 |
8,312 |
06-28-2012, 08:28 PM |