Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Office and --show option
Post: RE: Office and --show option
If you want to output the cracked hashes with -m 9820 you need to use the orginal hash file that you use to crack with -m 9820 (this is not only true for -m 9820, but for all hash types).
So if you... |
|
philsmd |
hashcat
|
6 |
5,802 |
08-28-2017, 07:26 AM |
|
|
Thread: How to run the program to find a hash/Помогите запустить хешке
Post: RE: How to run the program to find a hash/Помо...
You can download the intel OpenCL CPU driver here: https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime for your 430m CPU.
the GPU is way too old. |
|
philsmd |
hashcat
|
6 |
7,224 |
09-02-2017, 12:07 PM |
|
|
Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...
the main question that comes to my mind here is: why do you need to clean it at all?
doesn't it work also without cleaning it? The output should be 100% the same one.
maybe the only reasons you cl... |
|
philsmd |
hashcat
|
6 |
29,048 |
09-12-2017, 08:08 AM |
|
|
Thread: I cant Run hashcat in Linux
Post: RE: I cant Run hashcat in Linux
do not use beignet. You need to install the Intel runtime if you want to use your OpenCL CPU:
OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors for Ubuntu* (64-bit) ***
ht... |
|
philsmd |
hashcat
|
6 |
8,436 |
09-14-2017, 04:14 PM |
|
|
Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...
I just want to make sure that a non-experienced user doesn't use a silly filter and cleanup like the one mentioned above.
If you know what you are doing. just do it. at your own risk.
For all othe... |
|
philsmd |
hashcat
|
6 |
29,048 |
09-13-2017, 10:49 AM |
|
|
Thread: Basic hashcat issue - beginner
Post: RE: Basic hashcat issue - beginner
Great.
... and thanks for the hint about the possibility of missinterpretation of the sentence within the wiki.
I've updated/fixed it. Hopefully now it is better. |
|
philsmd |
hashcat
|
6 |
5,295 |
09-28-2017, 12:44 PM |
|
|
Thread: Basic hashcat issue - beginner
Post: RE: Basic hashcat issue - beginner
veracrypt has these hash modes (-m):
Code:
--
137XY | VeraCrypt | Full-Disk Encryption (FDE)
X | 1 = PBKDF2-HMAC-RIPEMD160 | F... |
|
philsmd |
hashcat
|
6 |
5,295 |
09-28-2017, 11:50 AM |
|
|
Thread: Hashcat rule help.
Post: RE: Hashcat rule help.
Code:
--
hashcat --stdout -o usernames_with_digits.txt -a 6 usernames.txt ?d?d?d
--
and
Code:
--
hashcat -m 0 -a 1 -w 3 hashes.txt usernames_with_digits.txt domain_names.txt
--
|
|
philsmd |
hashcat
|
6 |
5,416 |
11-06-2017, 01:19 PM |
|
|
Thread: m 14800 (itunes Ver >10), hashcat has a strange behaviour
Post: RE: m 14800 (itunes Ver >10), hashcat has a strang...
I don't understand what the problem is.
This is perfectly expected behaviour. -m 14800 is a hard/slow hash type.
Everything that you just described seems to be expected.
The only way to fix it ... |
|
philsmd |
hashcat
|
6 |
4,996 |
11-10-2017, 12:08 PM |
|
|
Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003
My guess is that there might be a lot of tools around or you just slightly modify a popular tool like libreoffice. We only need to replace the actual key that was generated from a "fake" password with... |
|
philsmd |
hashcat
|
6 |
6,545 |
11-16-2017, 12:23 PM |
|
|
Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003
?b means that hashcat should try all possible values a byte can have, i.e.
from 0x00 to 0xff, this means that each byte has 256 possibilities
256^5 = 256*256*256*256*256 = 1099511627776 combinations
... |
|
philsmd |
hashcat
|
6 |
6,545 |
11-16-2017, 12:05 PM |
|
|
Thread: proper use of increment option
Post: RE: proper use of increment option
We need to distinguish between the minimum and maximum password length supported by the algorithm and OpenCL kernels ... and the settings the user sets (with --increment-max for instance).
What you ... |
|
philsmd |
hashcat
|
6 |
17,940 |
11-26-2017, 10:03 AM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
Let's start with this:
Code:
--
Hash 'manifest.txt': Line-length exception
--
This message clearly says that the string "manifest.txt" is not a valid hash. This means that the character m, follo... |
|
philsmd |
hashcat
|
6 |
4,626 |
12-14-2017, 10:12 AM |
|
|
Thread: Help with 7Z Hash
Post: RE: Help with 7Z Hash
Do you use powershell? or just cmd (without powershell)?
I noticed that for some reasons the default output format for powershell is utf16le (not ascii). Even if 7z2hashcat only outputs ascii the o... |
|
philsmd |
hashcat
|
6 |
7,526 |
12-17-2017, 10:24 AM |
|
|
Thread: minimum password length with mask
Post: RE: minimum password length with mask
This problem was fixed very quickly with these changes: https://github.com/hashcat/hashcat/pull/1485
You can already download a fixed (beta) version of hashcat from: https://hashcat.net/beta/
Th... |
|
philsmd |
hashcat
|
6 |
8,088 |
01-03-2018, 05:57 PM |
|
|
Thread: New to forum and hashcat, and in a hurry to crack a file.
Post: RE: New to forum and hashcat, and in a hurry to cr...
I think I read somewhere (a while ago) that the new file where the data is stored is just called profile.js
Are you able to locate a file file called profile.js ?
Update: I think this is just th... |
|
philsmd |
hashcat
|
6 |
8,077 |
12-28-2017, 10:25 AM |
|
|
Thread: minimum password length with mask
Post: RE: minimum password length with mask
Yes this seems to be a bug:
see
Code:
--
Skipping mask '?u?l?l' because it is smaller than the minimum password length.
[s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit =>
Session......... |
|
philsmd |
hashcat
|
6 |
8,088 |
01-03-2018, 03:04 PM |
|
|
Thread: Should I buy a GTX 1070 in place of my GTX 980M
Post: RE: Should I buy a GTX 1070 in place of my GTX 980...
mobile GPUS (like the 980M, or in general GPUs for notebooks) could and do throttle a lot and therefore do not reach the same speed as a non-mobile version.
I think 1070, 1070ti, 1080 or 1080ti are... |
|
philsmd |
hashcat
|
6 |
5,091 |
01-15-2018, 11:34 PM |
|
|
Thread: rules file support in attack mode 3
Post: RE: rules file support in attack mode 3
If the keyspace of the mask that you want to duplicate is very slow (as in your case just 10000 password candidates), you could just store these password candidates to a dictionary file and use the di... |
|
philsmd |
hashcat
|
6 |
5,814 |
02-15-2018, 10:30 AM |
|
|
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 |