Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
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: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
This is getting huge Hash-IT (https://hashcat.net/forum/user-776.html), you should be proud : P
I see a lot of good ideas, actually every idea here gives me several new ideas xD
- sed commands ar... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-27-2012, 03:30 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
This wasn't very hard:
Code:
--
mp64 ?u?u?u?u?u?u?u?u -s MYPASSAK | sed "/\(.\).*\1.*\1/d"
MYPASSAK
MYPASSAL
MYPASSAM
MYPASSAN
MYPASSAO
MYPASSAP
MYPASSAQ
MYPASSAR
MYPASSAT
MYPASSAU
MYPASS... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-27-2012, 04:30 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: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Hmm, interesting.
I'd rather give you the command than giving a lecture about sed xD:
Code:
--
mp32 ?u?u?u?u | sed "/\(.\)\1/d;/\(.\).*\1.*\1/d" > wordlist1.txt
--
Hash-IT Wrote:
--
No more than... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-27-2012, 05:53 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
@Pixel (https://hashcat.net/forum/user-1769.html):: I believe this is what you want:
Code:
--
sed "A BUG found!" xD
--
I don't what you people trying to do...
I'm just the scripting guy!! xD
EDiT:
"... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 06:43 AM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
@Pixel (https://hashcat.net/forum/user-1769.html):: Yup, try the new one.
In the "EDiT".
If it doesn't work too, I'll try fixing it when I'm back.
It's 8am and I'm leaving. |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 07:21 AM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Pixel Wrote:
--
Edit: I got it working but can't be sure as I don't understand the command at all but notice you added
Code:
--
/\(.\).*\1.*\(.\).*\2/d
--
and
Code:
--
/\(.\).*\(.\).*\1.*\2/d
-... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 10:21 AM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Hash-IT Wrote:
--
Well, I am sorry to report I am getting nowhere with this...
--
: (
I'm using Windows too, maybe your CPU is not fast enough.
sed is probably the fastest regex (Regular Expressi... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 01:42 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Okay, a bit big progress here!
@Pixel (https://hashcat.net/forum/user-1769.html):: I have implemented that rule, any 4 or above characters in alphabetic order will be knocked out! Using the sed itse... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 03:39 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Haha... I was expecting this.
This happend because:
Pixel Wrote:
--
so I remove one of them. The command I using that seems to work is...
--
Just add this to the script:
Code:
--
/\(.\).*\(... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 05:12 PM |
|
|
Thread: Hello, i need dictionaries
Post: RE: Hello, i need dictionaries
Here's a great one: https://www.amazon.com/dp/0195392884/
Comes with a hardcover too! |
|
M@LIK |
Old hashcat Support
|
5 |
10,458 |
05-28-2012, 05:15 PM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Hash-IT (https://hashcat.net/forum/user-776.html):: Add it.
I couldn't script that rule in one command, so it is done in two : ) |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 05:20 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: 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: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
@Pixel (https://hashcat.net/forum/user-1769.html):: Damnit, what a little dirty slip! xD
Add this and you should be fine:
Code:
--
/\(.\).*\(.\).*\2.*\1/d
--
I'm pretty sure, no more of that will ... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-28-2012, 07:39 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: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
ntk Wrote:
--
Anyone has idea to generate the first half then use rule via OCLplus (GPU) to reverse it to form the missing half?
--
Disagree.
Pixel Wrote:
--
So, how would sed delete all lines th... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-29-2012, 01:47 PM |