Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: How to restore haschat after reboot and please help with GETH wallet decrypted
Post: RE: How to restore haschat after reboot and please...
you can restore a session by moving into the correct directory and running just this command:
Code:
--
hashcat --restore
--
you do not need (and are not allowed) to add many further arguments ... |
|
philsmd |
hashcat
|
5 |
4,143 |
03-20-2018, 01:38 PM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
I don't think we are able to understand this problem like this, we have 2 ways to better troubleshoot this:
1. you try to understand the parser function seven_zip_parse_hash () within src/interface.c... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-21-2018, 09:58 AM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
for your interest, the problem was identified: https://github.com/hashcat/hashcat/pull/1549 |
|
philsmd |
hashcat
|
14 |
10,239 |
03-22-2018, 10:57 AM |
|
|
Thread: Help on hashcat syntax
Post: RE: Help on hashcat syntax
Are you sure you are using the latest version of hashcat?
What do you mean by too long? How long is your salt ? |
|
philsmd |
hashcat
|
10 |
6,738 |
03-29-2018, 04:29 PM |
|
|
Thread: Help on hashcat syntax
Post: RE: Help on hashcat syntax
please make sure that the file hash.txt is located in the correct directory and is really named like this.
It happens all the time that users save the file within a different folder or with a sligh... |
|
philsmd |
hashcat
|
10 |
6,738 |
03-29-2018, 04:06 PM |
|
|
Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...
You are using the wrong hash mode. You need to use this one:
-m 3710 = md5($salt.md5($pass))
(Note: if you know the original password and are looking for the salt, you need to switch the role of t... |
|
philsmd |
hashcat
|
5 |
3,576 |
04-01-2018, 10:12 AM |
|
|
Thread: My Itunes hash
Post: RE: My Itunes hash
I must admit that I didn't understand at all what you mean by this x+1 and x+2, y etc... but I would recommend that you just read the documentation on how to use hashcat mask files (.hcmask):
1. http... |
|
philsmd |
hashcat
|
3 |
3,719 |
04-02-2018, 10:13 AM |
|
|
Thread: Which corresponding global settings file do you need to modify?
Post: RE: Which corresponding global settings file do yo...
You could store your custom set of characters into a hcchr file, see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files and use the file as a custom charset (e.g. -4 file4.hcchr or... |
|
philsmd |
Hardware
|
4 |
3,506 |
04-08-2018, 05:43 PM |
|
|
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: need help ( paid )
Post: RE: need help ( paid )
yeah, I agree. It's also against the spirit of this forum. we are willing to explain and teach you how to use hashcat if you are willing to invest some time and brain power into it... you need to be o... |
|
philsmd |
hashcat
|
4 |
3,523 |
04-14-2018, 11:40 AM |
|
|
Thread: appending numbers to combo attack
Post: RE: appending numbers to combo attack
I agree with undeath (like always ?) ... and would like to suggest that depending on how small your word lists are etc, you could also think of an alternative like this:
1. first precompute and store... |
|
philsmd |
hashcat
|
3 |
6,267 |
04-14-2018, 03:24 PM |
|
|
Thread: 7z password recovery
Post: RE: 7z password recovery
yeah, you can get the hash by increasing the limit to about 4 GB hex data !!!
https://github.com/philsmd/7z2hashcat/blob/3e82bb8ef0e7e045bcb32bf8936eb75e611f13fc/7z2hashcat.pl#L102
... but the pro... |
|
philsmd |
hashcat
|
7 |
8,537 |
04-16-2018, 06:32 PM |
|
|
Thread: Hi guys
Post: RE: Hi guys
It's probably a usergroup-based permission setting. My guess is that new or users with very few threads/posts will probably not be allowed to change their avatar.
Something like mentioned here: https... |
|
philsmd |
hashcat
|
18 |
12,096 |
04-17-2018, 04:48 PM |
|
|
Thread: 7z password recovery
Post: RE: 7z password recovery
Do you see the list of files or was the file list also encrypted?
I think the "Out of memory!" message comes because the 7z2hashcat requires a little bit of RAM to fit the whole encrypted data with... |
|
philsmd |
hashcat
|
7 |
8,537 |
04-19-2018, 07:30 PM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
if you use --hex-charset every character you specify must be specified in hexadecimal.
Therefore you must use:
Code:
--
hashcat64 -a 3 -m 0 -O --hex-charset -1 0a hash.txt 757365726e616d65?1?a?... |
|
philsmd |
hashcat
|
16 |
9,677 |
04-22-2018, 07:11 AM |
|
|
Thread: Help a total beginner: No usable dictionary file found.
Post: RE: Help a total beginner: No usable dictionary fi...
-a 6 is a hybrid attack mode, therefore you need to specify both the dictionary file and the mask
your command line should look something like this:
Code:
--
hashcat -a 6 -m 7700 hashes.txt dic... |
|
philsmd |
hashcat
|
2 |
2,335 |
05-03-2018, 07:13 PM |
|
|
Thread: Mask starting with a dash
Post: RE: Mask starting with a dash
I don't think this is a problem of hashcat, but this is how most command line tools work.
a dash is a special character and denotes the beginning of a command line parameter.
one dash introduces a s... |
|
philsmd |
hashcat
|
4 |
3,494 |
05-08-2018, 10:37 AM |
|
|
Thread: Mask starting with a dash
Post: RE: Mask starting with a dash
The general rule for any command line tool using the (defacto) standard way of using arguments (getopts) is that the user needs to specify when the list of arguments is over and the remaining paramete... |
|
philsmd |
hashcat
|
4 |
3,494 |
05-08-2018, 07:17 PM |
|
|
Thread: Hashcat piping doesn't work (WPA/2)
Post: RE: Hashcat piping doesn't work (WPA/2)
First of all, hccapx is the only hash format hashcat accepts since a long time for -m 2500 = WPA/WPA2 hashes. The hccap format is no more supported with latest versions of hashcat.
Your mask: "?l... |
|
philsmd |
User Contributions
|
4 |
6,411 |
05-11-2018, 03:48 PM |
|
|
Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed
Are you sure that you are comparing the correct values?
Did you ran a benchmark (-b) with both versions?
There are a lot of people making the mistake to compare apples with oranges, for instance... |
|
philsmd |
hashcat
|
6 |
3,903 |
05-11-2018, 09:12 PM |