Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: "If you specify a custom charset, you must also specify a mask."
Post: RE: "If you specify a custom charset, you must als...
It's important to understand how your command line interpreter/shell works and what characters are special.
You can use a charset file and put your custom charset within the .hcchr file.
Alternative... |
|
philsmd |
hashcat
|
3 |
6,214 |
04-12-2018, 04:24 PM |
|
|
Thread: markprocessor --combinations and -q -r
Post: RE: markprocessor --combinations and -q -r
Actually yes, there are exactly 2 alternatives:
1. do the math yourself (total number of combinations - (number of combinations "removed" by "-q" and/or number of combinations "removed" by "-r")). No... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
6,203 |
01-05-2016, 01:15 PM |
|
|
Thread: error CuModuleLoad() 209
Post: RE: error CuModuleLoad() 209
I'm wondering why you are trying with version 340.32 of the nvidia driver if the home page https://hashcat.net/oclhashcat/ clearly emphasizes that:
"NV users require ForceWare 346.x or later"
your... |
|
philsmd |
Old hashcat Support
|
2 |
6,196 |
02-17-2015, 03:27 PM |
|
|
Thread: Encrypted TimeMachine external backup disk
Post: RE: Encrypted TimeMachine external backup disk
I am not really familiar with these TimeMachine backups, but I assume that whenever you have a Manifest.plist file (does that file ship with the backup?) and itunes_backup2hashcat.pl extracted some "h... |
|
philsmd |
hashcat
|
5 |
6,174 |
04-01-2017, 08:11 AM |
|
|
Thread: is it possible to try different mask at once?
Post: RE: is it possible to try different mask at once?
If you are using oclHashcat / cudaHashcat , then the answer is yes, see:
https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
you could put each of those masks into a separate line o... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
6,165 |
04-22-2014, 12:37 PM |
|
|
Thread: multi hash
Post: RE: multi hash
See https://hashcat.net/wiki/hccapx
for windows:
Code:
--
copy /b single_hccapxs\*.hccapx all_in_one\multi.hccapx
--
for linux:
Code:
--
cat single_hccapxs/*.hccapx > all_in_one/multi.hcc... |
|
philsmd |
hashcat
|
6 |
6,160 |
03-29-2017, 06:41 PM |
|
|
Thread: Cloud GPU's
Post: RE: Cloud GPU's
Teslas are slower than Maxwell cards when it comes to hash cracking.
Maybe you can find a "cloud provider" with 970, 980, 980ti, 1080, 1080ti etc; probably not, because they do not focus on hash cr... |
|
philsmd |
Hardware
|
4 |
6,159 |
04-01-2017, 08:18 AM |
|
|
Thread: Cloud GPU's
Post: RE: Cloud GPU's
Of course more cores means more performance (in general), but here we are talking about some very different architectures and instruction sets. That is what makes the real difference for hash cracking... |
|
philsmd |
Hardware
|
4 |
6,159 |
04-01-2017, 09:50 AM |
|
|
Thread: v3.30-49-g2f81532 segfault
Post: RE: v3.30-49-g2f81532 segfault
If you use the git version you need to always do all of these steps:
Code:
--
$ make clean
$ git pull
$ make
--
I also think that reports like this should be directly addressed on github, not here... |
|
philsmd |
hashcat
|
5 |
6,153 |
02-01-2017, 12:40 PM |
|
|
Thread: [SOLVED]What am i doing wrong? no commands work
Post: RE: What am i doing wrong? no commands work
The format of your hashes should be only like this:
Code:
--
$oldoffice$1*971400076ab82dd68XXXXXXXXXXXXXd1*49987289XXXXXXXXXXXXXa67b6747abc*6824aa13d09f0e8fXXXXXXXXXXXXXX8a
--
e.g. they should not ... |
|
philsmd |
General Talk
|
2 |
6,124 |
11-21-2017, 09:53 AM |
|
|
Thread: Getting 0H/S and 0 progress
Post: RE: Getting 0H/S and 0 progress
Code:
--
hashcat -m 7100 -a 0 hash.txt dict.txt
--
|
|
philsmd |
hashcat
|
3 |
6,120 |
07-25-2018, 07:25 PM |
|
|
Thread: Strange Mask Attack Ouput
Post: RE: Strange Mask Attack Ouput
hey TrAnn3l...
the problem here is that "." is a valid file in your path. Therefore it is treated as a path to a charset file.
As far as I know... devs are still discussing if charset file paths i... |
|
philsmd |
Very old oclHashcat-plus Support
|
2 |
6,119 |
11-11-2013, 05:15 PM |
|
|
Thread: Range for the mask
Post: RE: Range for the mask
First of all, I do not understand what this notation means:
Quote:
--
password|21|6|8|3|19|17|5|15|3|8|5|6|30|19|0|29|29|18|30|30|1|1|28|15|27|22|24|1|2|17|30|2017
--
does this mean your passw... |
|
philsmd |
hashcat
|
7 |
6,109 |
10-24-2017, 11:35 AM |
|
|
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 |
|
|
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: 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: "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: 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: 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 |