Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: OS X Bug ? Or.. ?
Post: RE: OS X Bug ? Or.. ?
remember, we talk about salted hashes (that's why different salt - but same pass - => different hash)
The first 8 characters is the salt string of those OSX hashes |
|
philsmd |
Old oclHashcat Support
|
4 |
7,195 |
01-10-2014, 11:55 PM |
|
|
Thread: v1.01 combination attack
Post: RE: v1.01 combination attack
As "User" said you need to specify exactly 2 dictionaries for instance:
Code:
--
./cudaHashcat64.bin -m 0 -a 1 -o output.txt hash.txt dict1.txt dict2.txt
--
Therefore, if you use -o outfi... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,449 |
01-18-2014, 12:03 AM |
|
|
Thread: oclHashcat v1.02 going for distributed cracking
Post: RE: oclHashcat v1.02 going for distributed crackin...
Thx atom.
This is a very amazing feature.
I want to add 1 technical detail:
whenever you use -s / -l in combination w/ maskfiles / directories... the offsets / values will apply to the first mask / f... |
|
philsmd |
Old oclHashcat Support
|
4 |
22,154 |
01-19-2014, 01:10 AM |
|
|
Thread: weird mask attack
Post: RE: weird mask attack
There is something strange in your output, for instance it says it uses the hashes located at ../hash/mysql/mysql_hash.txt but your command line says it should use the file mysql_hash.txt in the curre... |
|
philsmd |
Old oclHashcat Support
|
4 |
10,191 |
01-08-2014, 05:56 PM |
|
|
Thread: OS X Bug ? Or.. ?
Post: RE: OS X Bug ? Or.. ?
the password for this hash is the empty string, ""
the double colon says this (nothing between the colons means empty string)
the LF is also correct at the end, otherwise the next cracked hash:passwor... |
|
philsmd |
Old oclHashcat Support
|
4 |
7,195 |
01-10-2014, 04:57 PM |
|
|
Thread: About exclude symbol
Post: RE: About exclude symbol
If I understood this correctly, I think there is a way to remove the already checked keyspace.
I think mathematically one would say there is an intersection between ?l?u?d and ?l?d and the new set of... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,152 |
01-20-2014, 02:51 PM |
|
|
Thread: Length of my hash
Post: RE: Length of my hash
For those situations where you don't know how to feed *Hashcat w/ your hashes, there is a well-known wiki page that explains the formats:
https://hashcat.net/wiki/doku.php?id=example_hashes
Most impor... |
|
philsmd |
Old oclHashcat Support
|
4 |
12,722 |
02-19-2014, 01:33 PM |
|
|
Thread: Length of my hash
Post: RE: Length of my hash
Furthermore...
I don't know if this is the correct repository (or at least an up-to-date fork), but the code is here (https://github.com/berkus/usercake/blob/master/models/funcs.php#L81 ):
$salt . sha... |
|
philsmd |
Old oclHashcat Support
|
4 |
12,722 |
02-19-2014, 01:47 PM |
|
|
Thread: Problem with performance
Post: RE: Problem with performance
Please read here: https://hashcat.net/trac/ticket/368#comment:3 |
|
philsmd |
User Contributions
|
4 |
11,408 |
03-05-2014, 08:59 PM |
|
|
Thread: Line-length
Post: RE: Line-length
Seems that the file './Desktop/hashes.hash' does not exist. Maybe path incorrect.
From this line:
WARNING: Hash './Desktop/hashes.hash': Line-length exception
we see, that it is trying to parse t... |
|
philsmd |
Old oclHashcat Support
|
4 |
9,772 |
05-09-2014, 12:25 PM |
|
|
Thread: Line-length
Post: RE: Line-length
Since you use:
Code:
--
cudahashcat ...
--
instead of
Code:
--
./cudahashcat ...
--
(i.e. - last command example - cudaHashcat64.bin is in current directory)
I assume that the The-Distributi... |
|
philsmd |
Old oclHashcat Support
|
4 |
9,772 |
05-10-2014, 11:32 AM |
|
|
Thread: --username not working- line length exception
Post: RE: --username not working- line length exception
The trac ticket https://hashcat.net/trac/ticket/441 was fixed and next version will include the bug fix.
For speed you can play around w/ -w 3 (OR -u -n values, but -w 3 should give you good result... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,846 |
05-12-2014, 07:20 AM |
|
|
Thread: No output file created
Post: RE: No output file created
oclHashcat 1.20 has some new features to remove hashes if they were already cracked.
For instance, if the hash:plain line is (also) present in the pot file (cudaHashcat.pot in your case), then cuda... |
|
philsmd |
Old oclHashcat Support
|
4 |
28,540 |
05-22-2014, 04:15 PM |
|
|
Thread: GPU Drivers not installed?
Post: RE: GPU Drivers not installed?
It is possible to install the proprietary NVidia driver also using a live cd (the problem is that a reboot may be needed and as you may already guess, after reboot the live system starts from scratch)... |
|
philsmd |
Old oclHashcat Support
|
4 |
14,670 |
05-27-2014, 06:58 PM |
|
|
Thread: GPU Drivers not installed?
Post: RE: GPU Drivers not installed?
for that problem you need to read the wiki
Especially this article: https://hashcat.net/wiki/ubernoobs |
|
philsmd |
Old oclHashcat Support
|
4 |
14,670 |
05-27-2014, 07:10 PM |
|
|
Thread: GPU comparison (passwords per second)
Post: RE: GPU comparison (passwords per second)
For example this: https://www.golubev.com/gpuest.htm |
|
philsmd |
Hardware
|
4 |
12,882 |
05-27-2014, 07:25 PM |
|
|
Thread: Oracle12C format
Post: RE: Oracle12C format
Should work, you just need to follow the hash format ( see: https://hashcat.net/wiki/doku.php?id=example_hashes -m 112 = Oracle ), and maybe this guide too https://hashcat.net/forum/thread-2155.html on... |
|
philsmd |
Old hashcat Support
|
4 |
9,044 |
07-08-2014, 05:51 PM |
|
|
Thread: Oracle12C format
Post: RE: Oracle12C format
See here, you are not allowed to post hashes: https://hashcat.net/forum/announcement-2.html
Furthermore, I already gave you the answer you only need the "S:..." (not the second part ";H:...")
split it... |
|
philsmd |
Old hashcat Support
|
4 |
9,044 |
07-09-2014, 04:01 PM |
|
|
Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64
Why do you use -t 32 ? Do you know what that command line option means?
Also, the generated hashes must correspond to plains of length 7 (exactly).
the -i (or --increment*) doesn't hurt, but is usele... |
|
philsmd |
Old hashcat Support
|
4 |
12,322 |
08-07-2014, 05:11 PM |
|
|
Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64
from help:
-t, --markov-threshold=NUM Threshold when to stop accepting new markov-chains
so if you set the threshold very low, it is clear that it won't be cracked (but this clearly depends o... |
|
philsmd |
Old hashcat Support
|
4 |
12,322 |
08-07-2014, 06:16 PM |