Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Cracking Russian Passwords
Post: RE: Cracking Russian Passwords
I use Programmer's Notepad 2.
Just go to "File>Encoding>UTF-8 No Mark"
Built-in Windows's Notepad sucks.
I first noticed this on hash-files then figured out that it applies on dictionaries too.
... |
|
M@LIK |
Very old oclHashcat-plus Support
|
11 |
23,632 |
05-26-2012, 06:26 AM |
|
|
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: 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
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
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: 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: 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
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: 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: 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,970 |
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,970 |
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,970 |
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 |
|
|
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 nexentа password
Post: RE: cracking nexentа password
This is SHA-256(Unix), not the regular SHA256. It's not supported by oclHashcat-plus. |
|
M@LIK |
Very old oclHashcat-plus Support
|
1 |
4,998 |
05-30-2012, 05:34 PM |