Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Don't show cracked password in console
Post: RE: Don't show cracked password in console
The options are all listed in the output of "oclHashcat --help" :
- you can use the -o cracked.txt (or --outfile=cracked.txt ) option to change the output file handle
- you can use the --output-fo... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
17,492 |
10-29-2013, 01:28 PM |
|
|
Thread: DIfficulties running mass attack
Post: RE: DIfficulties running mass attack
you need to add: -m 2500 (see https://hashcat.net/wiki/doku.php?id=example_hashes ), otherwise hashcat does not know what type of hash you want to crack
Code:
--
oclHashcat-plus64.exe -m 2500 -a 3 -1... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
9,529 |
11-03-2013, 12:55 AM |
|
|
Thread: Bcrypt recovery with known salt?
Post: RE: Bcrypt recovery with known salt?
Please have a look at the bcrypt example (https://hashcat.net/wiki/doku.php?id=example_hashes - see line w/ hash type 3200), the format is:
$2a$cost$base64(salt).base64(hash)
iteration = 2 ^ cost
... |
|
philsmd |
hashcat
|
4 |
18,779 |
12-29-2013, 08:55 PM |
|
|
Thread: Error on Ubuntu: Nvdia
Post: RE: Error on Ubuntu: Nvdia
So the answer is, you need to:
1. make sure you use the latest oclHashcat version (1.01 currently)
2. your system uses a supported driver, see https://hashcat.net/oclhashcat/, it clearly says: NV use... |
|
philsmd |
Old oclHashcat Support
|
4 |
10,370 |
01-08-2014, 12:57 PM |
|
|
Thread: weird mask attack
Post: RE: weird mask attack
These lines:
Code:
--
$HASHCAT -a 3 -m 300 --remove --status --gpu-temp-retain=95 \
../hash/mysql/mysql_hash.txt -o ../hash/mysql/mysql_hash_result.txt
../oclHashcat-1.01/masks/rockyou-1-64.hc... |
|
philsmd |
Old oclHashcat Support
|
4 |
10,190 |
01-09-2014, 05:22 PM |
|
|
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,190 |
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,407 |
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 |