Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [asc]
    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

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: 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,456 05-28-2012, 05:15 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

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

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

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

@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 (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

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: 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

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: 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: 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: Bruteforcing wpa2
Post: RE: Bruteforcing wpa2

*hard_facepalm*
M@LIK Very old oclHashcat-plus Support 6 11,457 05-26-2012, 06:13 AM
    Thread: Cracking Russian Passwords
Post: RE: Cracking Russian Passwords

Code: -- hc64p ..\M\MD5.hash ..\M\Odic.dic -o..\M\OUT.out cudaHashcat-plus v5.36 by atom starting... Hashes: 1 Unique digests: 1 Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes Rul...
M@LIK Very old oclHashcat-plus Support 11 23,632 05-26-2012, 05:42 AM
    Thread: Bruteforcing WPA
Post: RE: Bruteforcing WPA

You should read the wiki (https://hashcat.net/wiki/) more often. You don't need any character's set, all you need is a Mask attack (https://hashcat.net/wiki/mask_attack). Code: -- meow -m2500 -a3 [...
M@LIK Very old oclHashcat-plus Support 2 5,858 05-26-2012, 02:23 AM
    Thread: Cracking Russian Passwords
Post: RE: Cracking Russian Passwords

Verified. Both hashcat and oclHashcat-plus cracked the pass as: Code: -- 507620db658a3d55c367cc8273e2ee24:ьфдщн -- Note: The dictionary file has to be UTF-8 Unicode (withOUT BOM)...
M@LIK Very old oclHashcat-plus Support 11 23,632 05-25-2012, 09:47 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hey, I've been thinking about this lately, and good news is that I've more than one possible-valid solution in my mind. Problem is I need more time for this, and that I don't have : ( I have final ex...
M@LIK Very old oclHashcat-plus Support 125 250,821 05-25-2012, 09:36 PM