Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: hashcat v0.41
Post: RE: hashcat v0.41
|
M@LIK |
Old hashcat Announcements
|
7 |
26,268 |
09-24-2012, 03:35 PM |
|
|
Thread: [Solved] dictionary cleaning
Post: RE: dictionary cleaning
He meant your dictionary file. |
|
M@LIK |
General Talk
|
10 |
18,449 |
09-25-2012, 02:20 PM |
|
|
Thread: Hashcat 0.41 mode 1731 fails?
Post: RE: Hashcat 0.41 mode 1731 fails?
Confirm. Noticed this earlier. |
|
M@LIK |
Old hashcat Support
|
5 |
8,985 |
09-26-2012, 05:44 PM |
|
|
Thread: Hashcat 0.41 mode 1731 fails?
Post: RE: Hashcat 0.41 mode 1731 fails?
Some hashes:
Code:
--
0x020031beb03d33c6aaa299cd0e4e877947a909d6bb54e4b222ea561991c871d5668ed81cafa6846175d6de190b7f33e1dd76028a7da20447149657c9758ba54c76987cc753a3:hashcat!
0x02004cd3357923b0c7365... |
|
M@LIK |
Old hashcat Support
|
5 |
8,985 |
09-26-2012, 05:55 PM |
|
|
Thread: Unknown error (modes 1410/1420)
Post: RE: Unknown error (modes 1410/1420)
It's not a bug in my view.
--remove shouldn't be used with --salt-file=. (Otherwise, Hashcat will try to append each salt to each hash in left file)
Tip: For easy algos like $salt.$pass or $pass... |
|
M@LIK |
Old hashcat Support
|
11 |
21,396 |
09-27-2012, 02:30 PM |
|
|
Thread: HashCat Output [Question] [Help]
Post: RE: HashCat Output [Question] [Help]
Because it's not for noobs. |
|
M@LIK |
Old hashcat Support
|
9 |
16,041 |
09-29-2012, 12:46 PM |
|
|
Thread: How to see when over the 15 char limit?
Post: RE: How to see when over the 15 char limit?
Code:
--
Rejected.....: 59269488/133906311 (44.26%)
--
|
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
15,420 |
09-30-2012, 09:39 PM |
|
|
Thread: How to see when over the 15 char limit?
Post: RE: How to see when over the 15 char limit?
It does relate to algorithm somehow.
For example, when using -m2500 (WPA) it will reject passes < 8 chars due to WPA's limitation.
The "BOOM!" here is that plus-0.09 apparently has a bug with reje... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
15,420 |
09-30-2012, 10:06 PM |
|
|
Thread: How to see when over the 15 char limit?
Post: RE: How to see when over the 15 char limit?
Kgx Pnqvhm Wrote:
--
And when I run a bunch of dictionaries via a command file (Windows), I don't even see the status screens, until the last one.
The "Scanning dictionary" section didn't complain... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
15,420 |
09-30-2012, 10:16 PM |
|
|
Thread: sha512crypt hash error
Post: RE: sha512crypt hash error
Put the whole hash, starting with $6$ to if/. |
|
M@LIK |
Very old oclHashcat-plus Support
|
10 |
24,508 |
10-01-2012, 05:31 PM |
|
|
Thread: permission denied in hybrid mode
Post: RE: permission denied in hybrid mode
@Mem5 (https://hashcat.net/forum/user-513.html):: -a6|7 must work with real dict file. Stdin will not work. |
|
M@LIK |
Very old oclHashcat-plus Support
|
7 |
11,334 |
10-06-2012, 01:59 AM |
|
|
Thread: NVIDIA GeForce 7600 GS ..
Post: RE: NVIDIA GeForce 7600 GS ..
The latest WHQL driver is 306.23 not 301.42. Try installing that and see if it helps.
https://www.nvidia.com/Download/Find.aspx |
|
M@LIK |
Very old oclHashcat-plus Support
|
6 |
18,129 |
10-08-2012, 01:57 AM |
|
|
Thread: Adding the euro and yen currency in symbols
Post: RE: Adding the euro and yen currency in symbols
Mem5 Wrote:
--
Meanwhile I use this workaround :
Quote:
--
-1 ?s€¥ ?1
--
--
|
|
M@LIK |
Feature Requests
|
4 |
11,232 |
10-08-2012, 08:27 PM |
|
|
Thread: hashcat-lite 0.8+ AMD 7970 Work?
Post: RE: hashcat-lite + AMD 7970 Work?
-lite is oclHashcat-lite-0.10 (https://hashcat.net/oclhashcat-lite/) now! |
|
M@LIK |
Hardware
|
4 |
8,947 |
10-09-2012, 07:15 PM |
|
|
Thread: Help for cracking SHA1 password:salt
Post: RE: Help for cracking SHA1 password:salt
Simple.
1 - You need to reformat your hashes. The first 9 bytes are the salt and the rest is the actual sha1 hash, use the following sed command to reformat:
Code:
--
sed "s#^\(.\{9\}\)\(.\{40\}\... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
27,314 |
10-15-2012, 09:58 PM |
|
|
Thread: Help for cracking SHA1 password:salt
Post: RE: Help for cracking SHA1 password:salt
SnakeEye Wrote:
--
I actually tried removing first 9 chars and using a online decrypter which did not work :-)
--
Negative. Salted hashes can not be cracked using online DBs.
SnakeEye Wrote:
--
C... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
27,314 |
10-15-2012, 10:31 PM |
|
|
Thread: Help for cracking SHA1 password:salt
Post: RE: Help for cracking SHA1 password:salt
Yes, just stack them in your command line:
Code:
--
... dict1.txt dict2.txt dict3.txt
--
Easy as that. |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
27,314 |
10-15-2012, 11:40 PM |
|
|
Thread: Help for cracking SHA1 password:salt
Post: RE: Help for cracking SHA1 password:salt
Good!
And yes, that's one way to use the sed command. I just wrote you the command you can utilize it in many ways.
Just to make sure everything is going in the right way, try cracking a known h... |
|
M@LIK |
Very old oclHashcat-plus Support
|
8 |
27,314 |
10-16-2012, 12:10 AM |
|
|
Thread: Passwords^12 - program & registration
Post: RE: Passwords^12 - program & registration
That's great news for me as well. Thanks! |
|
M@LIK |
Organisation and Events
|
9 |
20,084 |
10-16-2012, 12:14 AM |
|
|
Thread: Oracle 11g Format
Post: RE: Oracle 11g Format
I guess that's not an Oracle 11g hash. Probably Oracle 7-10g.
Try -m3100, the correct format is HASH:USERNAME where hash is the 16 hex characters.
Code:
--
CE4A36B8E06CA59C:***
--
|
|
M@LIK |
Very old oclHashcat-plus Support
|
12 |
27,495 |
10-17-2012, 03:43 PM |