Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: md5(salt.pass) troubles and tricks
Hi all,
I'm use oclHashcat-lite-0.10 with HD6990 on Debian sid.
Need to brute md5($salt.$pass) hash, but could not find it in hash types ;(
Salt is 12345678
Pass is 8 bytes of [a-Z0-9]
First s... |
|
d0znpp |
Very old oclHashcat-lite Support
|
20 |
40,857 |
08-06-2012, 12:39 AM |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks
undeath Wrote: (08-06-2012, 12:59 AM)
--
you can try the OSC hash mode.
--
i'm sorry. What is OSC?
Quote:
--
MD5
md5($pass.$salt)
Joomla
SHA1
nsldap, SHA-1(Base64), Netscape LDAP SHA
sha... |
|
d0znpp |
Very old oclHashcat-lite Support
|
20 |
40,857 |
08-06-2012, 01:00 AM |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks
OSC is md5($pass.$salt)
i need md5($salt.$pass)
any suggestions? |
|
d0znpp |
Very old oclHashcat-lite Support
|
20 |
40,857 |
08-06-2012, 01:31 AM |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks
OSC is md5($pass.$salt), not md5($salt.$pass) and $salt has only 2 bytes.
Try oclHashcat-plus to understand that. |
|
d0znpp |
Very old oclHashcat-lite Support
|
20 |
40,857 |
08-06-2012, 02:28 AM |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks
Hmm. Really strange ;)
But anyway my salt has 8 bytes, not 2. |
|
d0znpp |
Very old oclHashcat-lite Support
|
20 |
40,857 |
08-06-2012, 04:06 AM |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks
Finally found:
https://hashcat.net/wiki/mask_attack
Quote:
--
Optimized due its partially reverse algorithms, password candidates are generated in the following order:
aaaaaaaa
aaaabaaa
aaaacaaa
.
.... |
|
d0znpp |
Very old oclHashcat-lite Support
|
20 |
40,857 |
08-06-2012, 04:16 AM |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks
Thx... and you can guide the timing of the release of new version?
I would also like to become a beta tester, if possible |
|
d0znpp |
Very old oclHashcat-lite Support
|
20 |
40,857 |
08-08-2012, 09:10 PM |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks
And what about ordering?
Test case
Code:
--
md5(str_repeat('a',16))=='23ca472302f49b3ea5592b146a312da0'
--
Testing
Code:
--
./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde... |
|
d0znpp |
Very old oclHashcat-lite Support
|
20 |
40,857 |
08-10-2012, 08:22 PM |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks
atom Wrote: (08-10-2012, 09:22 PM)
--
will latest version markov kicked in and changed everything. you can try --markov-disable. the wiki needs to be updated, that is true
--
and what is order with t... |
|
d0znpp |
Very old oclHashcat-lite Support
|
20 |
40,857 |
08-10-2012, 09:32 PM |
|
|
Thread: Powercolor's HD7990
Post: RE: Powercolor's HD7990
Please, show a speed on your device! |
|
d0znpp |
Very old oclHashcat-plus Support
|
5 |
9,539 |
09-09-2012, 10:02 AM |
|
|
Thread: oclHashcat-lite v0.15
Post: oclHashcat-lite v0.15
7990 doesn't work with MSSQL hashes:
Code:
--
~/h/oclHashcat-lite-0.15/oclHashcat-lite64.bin --force -m132 0x010014b8775afa7a455000000000000000000000000000000000 -d 2 -1 '?l?u?d' '?1?1?1?1?1?1?1... |
|
d0znpp |
Very old oclHashcat-lite Announcements
|
1 |
14,720 |
10-10-2013, 12:09 AM |
|
|
Thread: sha-256 -m1410 salt length
Post: sha-256 -m1410 salt length
Hi all
Strongly needed to brute sha256(pass.salt) with 54 bytes salt.
Currently getting:
Quote:
--
WARNING: Hashfile 'sha' in line 5 : Line-length exception
--
any advices? |
|
d0znpp |
Old oclHashcat Support
|
2 |
6,192 |
06-16-2014, 07:00 PM |
|
|
Thread: sha-256 -m1410 salt length
Post: RE: sha-256 -m1410 salt length
It's custom Java project ;(
hash:salt example:
0707d519ecad6ea8d22a4eb52c1ea28bc6650f1d45e0473a7a6717a6e2219409:{LAAAAAAAAAAAAAAAAAAAAZBQKC56SAAAAAAAAAAAAAAAAAAAAAAA}
Pass: 1q2w3e4r5t |
|
d0znpp |
Old oclHashcat Support
|
2 |
6,192 |
06-17-2014, 10:58 AM |