Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Hashes getting skipped
Post: RE: Hashes getting skipped
This:
Code:
--
hashcat64.exe -m 1000 -a 3 test.txt
--
means that hashcat should use the default mask: https://hashcat.net/wiki/hashcat#default_values
which is not a "full-bruteforce" (but currentl... |
|
philsmd |
hashcat
|
6 |
5,792 |
03-01-2017, 04:22 PM |
|
|
Thread: Hashes getting skipped
Post: RE: Hashes getting skipped
All of this information is documented in the wiki, I even linked it.
I will try to explain it anyway:
1. --custom-charset2 ?l?d means "define a custom charset with all lower letters and digits" ... |
|
philsmd |
hashcat
|
6 |
5,792 |
03-01-2017, 05:41 PM |
|
|
Thread: cap2hccapx and odd ESSID
Post: RE: cap2hccapx and odd ESSID
Yeah, feel free to contribute with such a pull request.
I would say that using the $HEX[] format would be a good solution since it is already used a lot for the different hashcat tools.
So the input... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
7,821 |
03-17-2017, 09:53 AM |
|
|
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: distributed cracking: relation between -s/-l value and Restore.Point value when cracked
Post: RE: how to run hashcat in a distributed environmen...
You shouldn't make this type of connection between -s/-l value and the value you see at the time the hashes were cracked in the Restore.Point line (there are additional features that might influence i... |
|
philsmd |
hashcat
|
6 |
5,688 |
03-31-2017, 09:21 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: VeraCrypt dictionary attack
Post: RE: VeraCrypt dictionary attack
Most important question: how did you generate the binary data file needed for hashcat, did you follow this guide: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes ? |
|
philsmd |
hashcat
|
6 |
7,719 |
05-27-2017, 07:52 PM |
|
|
Thread: VeraCrypt dictionary attack
Post: RE: VeraCrypt dictionary attack
Well, if you are 100% sure that the extracted data is what hashcat expects, we might need to find the culprit somewhere else. For instance, you didn't tell us how long these password candidates are...... |
|
philsmd |
hashcat
|
6 |
7,719 |
05-27-2017, 09:16 PM |
|
|
Thread: VeraCrypt dictionary attack
Post: RE: VeraCrypt dictionary attack
Well, that might explain it ("its length is of about 40 characters")... see https://hashcat.net/faq#what_is_the_maximum_supported_password_length
so max 31 for -a 0 (40 is already too long).
But you... |
|
philsmd |
hashcat
|
6 |
7,719 |
05-27-2017, 10:46 PM |
|
|
Thread: crack excel password with hashcat, possible?
Post: RE: crack excel password with hashcat, possible?
Code:
--
python office2hashcat.py the_path_to_your_excel_file_here.xls
--
|
|
philsmd |
General Talk
|
6 |
23,551 |
06-30-2017, 09:17 AM |
|
|
Thread: 980Ti and 780Ti run together
Post: RE: 980Ti and 780Ti run together
|
philsmd |
Hardware
|
6 |
5,453 |
07-23-2017, 09:16 AM |
|
|
Thread: 980Ti and 780Ti run together
Post: RE: 980Ti and 780Ti run together
as far as I know this is just a warning, not an error.
Of course it would be better to use more modern/newer GPUs, but as far as I know it is still possible to use these 2 different models together.
... |
|
philsmd |
Hardware
|
6 |
5,453 |
07-27-2017, 10:48 AM |
|
|
Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x
if you do not know how to escape special characters within your command, you should just use a hash file.
Code:
--
hashcat64.exe -m 13400 -a 3 hash_file.txt ?l?l?l?l?l?l?l
--
of course the file "h... |
|
philsmd |
hashcat
|
6 |
7,596 |
08-08-2017, 07:09 AM |
|
|
Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x
you are not allowed to post hashes here.
Respect the forum rules or you get banned immediately.
It also can't be that difficult to use the same format of the example hash also for your hash.
You ... |
|
philsmd |
hashcat
|
6 |
7,596 |
08-08-2017, 01:55 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: Error with estimated time
Post: RE: Error with estimated time
@MattSR
Thanks for the report. It seems it was successfully fixed with the newest beta version (hashcat 3.6.0+367 or newer, https://hashcat.net/beta/).
See https://github.com/hashcat/hashcat/pull/... |
|
philsmd |
hashcat
|
6 |
5,301 |
08-16-2017, 06:05 PM |
|
|
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: Office and --show option
Post: RE: Office and --show option
You forgot to also include the command you execute for -m 9820.
It also must contaiin the --username switch.
It probably should be without "$HEX[" and "]''. could be indeed a bug but from your out... |
|
philsmd |
hashcat
|
6 |
5,802 |
08-25-2017, 07:12 AM |
|
|
Thread: Office and --show option
Post: RE: Office and --show option
The problem should be fixed with newest beta version: https://hashcat.net/beta/
The output of --show should now be correct (remember: you need to use the correct -m modes i.e. 9810 and not 9800, ot... |
|
philsmd |
hashcat
|
6 |
5,802 |
08-25-2017, 10:11 AM |