Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: IPB2 md5(md5($salt).md5($pass)) issue?
Post: RE: IPB2 md5(md5($salt).md5($pass)) issue?
Ahh, yes... you gave two different salts -__-
Anyway, the hashes you provide are correct cracks:
Code:
--
d59be66565eeb562bb2b724d71b8a4e3:S$~!!:omgwtf
f179e7768678b3c5daa920bbfc75cffd:Fu~!!:474... |
|
M@LIK |
Very old oclHashcat-plus Support
|
13 |
30,291 |
05-16-2012, 12:55 AM |
|
|
Thread: Cracking Russian Passwords
Post: RE: Cracking Russian Passwords
The hash and the password are not matching here, anyone else? |
|
M@LIK |
Very old oclHashcat-plus Support
|
11 |
23,632 |
05-23-2012, 08:37 PM |
|
|
Thread: BruteForce Mode in SMF Hashes
Post: RE: BruteForce Mode in SMF Hashes
It does.
Use one mask at the end:
Code:
--
oclHashcat-plus32.exe -m 121 -n 160 -a 3 --remove -o crackedSMF.txt Forum.txt ?l?l?l?l?l
--
|
|
M@LIK |
Very old oclHashcat-plus Support
|
4 |
9,329 |
05-24-2012, 02:08 PM |
|
|
Thread: OpenCL Code for Oclhashcat-plus Kernel
Post: RE: OpenCL Code for Oclhashcat-plus Kernel
@undeath (https://hashcat.net/forum/user-85.html):: Nice catch pal xD
@NeonFlash (https://hashcat.net/forum/user-1148.html):: Delete the first post (By editing) and the whole thread will be deleted. |
|
M@LIK |
Very old oclHashcat-plus Support
|
3 |
7,746 |
05-25-2012, 12:21 AM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
I've already thought about this.
The only solution I found is to generate words using maskprocess and piping them to sed, which will do the filtering thing.
Code:
--
mp64 ?u?u?u?u?u?u?u?u | sed '... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-23-2012, 01:21 AM |
|
|
Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence
Hash-IT Wrote:
--
Just a quick note, as I am testing WPA I am guessing I probably won't notice much of a speed reduction as WPA is such a slow algorithm anyway ?
--
It's not about the algorithm, It's... |
|
M@LIK |
Very old oclHashcat-plus Support
|
125 |
250,821 |
05-23-2012, 02: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 |
|
|
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: 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
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 wpa2
Post: RE: Bruteforcing wpa2
|
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
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 |