Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: usage of --show option
Post: RE: usage of --show option
Please make sure you always remember that:
1. -o does always append to the file, it does not override it (to avoid users to lose important data)
2. hex sums is very vague it could be anything. Tell us... |
|
philsmd |
Old oclHashcat Support
|
3 |
5,910 |
01-26-2015, 11:21 AM |
|
|
Thread: Bruteforce + dictionary attack
Post: RE: Bruteforce + dictionary attack
you should be able to find the answer to your problem in the wiki https://hashcat.net/wiki/ |
|
philsmd |
Old oclHashcat Support
|
3 |
5,972 |
12-11-2014, 10:55 PM |
|
|
Thread: Cracking MySQL/MariaDB Hashes
Post: RE: Cracking MySQL/MariaDB Hashes
--increment-min and --increment-max are command line arguments that can be used in a mask attack (-a 3. Well, it is also supported in -a 6 and -a 7 actually, but always together with masks).
if you u... |
|
philsmd |
General Talk
|
2 |
5,985 |
08-04-2017, 07:39 AM |
|
|
Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists
You could also just use reject rules from: https://hashcat.net/wiki/doku.php?id=rule_based_attack#rules_used_to_reject_plains
e.g.
Code:
--
hashcat -m 0 -a 0 -w 3 -j " |
|
philsmd |
hashcat
|
7 |
5,996 |
12-01-2017, 02:56 PM |
|
|
Thread: Alert "ADL_Main_Control_Create()" when running oclHashcat
Post: RE: Alert "ADL_Main_Control_Create()" when running...
You need to make sure that the correct driver is installed (amd catalyst 14.9 at the time of this post, see https://hashcat.net/oclhashcat/ ) and that no amd app sdk is installed (or other older confl... |
|
philsmd |
Old oclHashcat Support
|
3 |
6,003 |
05-11-2015, 07:56 PM |
|
|
Thread: Alert "ADL_Main_Control_Create()" when running oclHashcat
Post: RE: Alert "ADL_Main_Control_Create()" when running...
Yes, you do not need it (if you aren't a OpenCL developer) and it for sure gives conflicts if you have it installed.
Even if you are an OpenCL developer you need to be very careful where you put the a... |
|
philsmd |
Old oclHashcat Support
|
3 |
6,003 |
05-12-2015, 09:59 AM |
|
|
Thread: Help with partial known simple OS X password
Post: RE: Help with partial known simple OS X password
-a 3 is for mask attack (https://hashcat.net/wiki/mask_attack), if you want to use a wordlist, you need to use -a 0
I'm not sure what D:\cracked.txt or [path to cracked.txt] mean in your example. I... |
|
philsmd |
hashcat
|
6 |
6,006 |
04-03-2017, 05:51 PM |
|
|
Thread: Help with partial known simple OS X password
Post: RE: Help with partial known simple OS X password
I didn't say you shoud use "- o" (minus space lower-case o), but "-o file".
That's a huge difference.
Furthermore, this "-1 xyz?d?d?d?d" is totally wrong. What should this do in your opinion?
--cust... |
|
philsmd |
hashcat
|
6 |
6,006 |
04-03-2017, 09:03 PM |
|
|
Thread: No keyspace for the distributed hashcat v3.00
Post: RE: No keyspace for the distributed hashcat v3.00
If you don't know the password length and want to use mask attack, you can just use mask with different lengths. e.g. 4 to 7:
Code:
--
-a 3 ?a?a?a?a
-a 3 ?a?a?a?a?a
-a 3 ?a?a?a?a?a?a
-a 3 ?a?a?... |
|
philsmd |
hashcat
|
3 |
6,011 |
07-12-2016, 04:20 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
beta versions of hashcat can be found here: https://hashcat.net/beta/
it's worth a try |
|
philsmd |
hashcat
|
18 |
6,022 |
08-27-2019, 07:08 PM |
|
|
Thread: Hashcat slows down after staring attack.
Post: RE: Hashcat slows down after staring attack.
You are trying to crack 779 networks. The benchmark only uses 1 single network to find out the maximum speed.
The huge number of networks will reduce the overall speed almost linearly.
The more ne... |
|
philsmd |
hashcat
|
7 |
6,025 |
02-14-2018, 05:49 PM |
|
|
Thread: Hashcat slows down after staring attack.
Post: RE: Hashcat slows down after staring attack.
In theory you could just split your hccapx file into 779 equally large files (the size of 1 hccapx struct is also mentioned here: https://hashcat.net/wiki/doku.php?id=hccapx , it currently is 393 byte... |
|
philsmd |
hashcat
|
7 |
6,025 |
02-15-2018, 05:51 PM |
|
|
Thread: oclHashcat complaining with correct driver installed
Post: RE: oclHashcat complaining with correct driver ins...
The driver version for catalyst 14.9 is 1573...
version 1214.3 is much older and that version number should correspond to catalyst 13.6.
So you either have catalyst 13.6 installed, or AMD APP SDK in... |
|
philsmd |
Old oclHashcat Support
|
3 |
6,032 |
01-08-2015, 03:29 PM |
|
|
Thread: oclHashcat complaining with correct driver installed
Post: RE: oclHashcat complaining with correct driver ins...
Glad it worked. Thread closed |
|
philsmd |
Old oclHashcat Support
|
3 |
6,032 |
01-08-2015, 03:46 PM |
|
|
Thread: noob question
Post: RE: noob question
It's explained here: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
Code:
--
hashcat -m 0 -a 0 -w 3 --username --separa... |
|
philsmd |
hashcat
|
6 |
6,037 |
08-16-2017, 09:05 AM |
|
|
Thread: noob question
Post: RE: noob question
Hashcat only supports these formats:
with --username
user/name/email:hash
or without --username
hash
all other formats need to be externally converted to one of these formats.
you could fo... |
|
philsmd |
hashcat
|
6 |
6,037 |
08-16-2017, 01:05 PM |
|
|
Thread: "No hashes loaded" using 11600
Post: RE: "No hashes loaded" using 11600
Did you try to use the beta version of hashcat: https://hashcat.net/beta/ ?
There were several changes made to both 7z2hashcat *and* hashcat during the last weeks.
Please try the beta version. T... |
|
philsmd |
hashcat
|
3 |
6,038 |
02-20-2017, 02:35 PM |
|
|
Thread: Request: d3ad0neV3 rule
Post: RE: Request: d3ad0neV3 rule
archive.org to the rescue:
https://web.archive.org/web/20131104033239/https://ob-security.info/files/d3ad0neV3.rule |
|
philsmd |
General Help
|
2 |
6,056 |
09-22-2014, 11:20 PM |
|
|
Thread: Hybrid attack
Post: RE: Hybrid attack
You could use a hcmask file (see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files):
file my.hcmask:
Code:
--
?l?u?d,key?1
?l?u?d,?1key
?l?u?d,key?1?1
?l?u?d,?1?1key
?l?u?... |
|
philsmd |
hashcat
|
4 |
6,069 |
10-04-2017, 08:27 PM |
|
|
Thread: Missing hashcat-cli64.app for OSX 10.11.5
Post: RE: Missing hashcat-cli64.app for OSX 10.11.5
No, there is not really a file missing. Mac OSX users currently need to build the binary themself for reasons explained in https://github.com/hashcat/hashcat/issues/403 , https://github.com/hashcat/ha... |
|
philsmd |
hashcat
|
3 |
6,105 |
07-29-2016, 10:29 AM |