Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: speed reduce in using rules to generate keys
Post: RE: speed reduce in using rules to generate keys
but what does this tell us? I think kind of no news here.
It just means that I/O should be avoided and could always be a bottleneck (even if you use /dev/null and the /dev/null is highly optimized by... |
|
philsmd |
hashcat
|
3 |
3,323 |
03-19-2018, 09:22 AM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
What is the command you run ?
Are you able to crack the example hash from https://hashcat.net/wiki/example_hashes ? |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 08:03 AM |
|
|
Thread: Mix of --hex-charset and non hex ?
Post: RE: Mix of --hex-charset and non hex ?
Just to make sure that other users interested in something like this do not choose a wrong approach to do these types of attacks: if you are cracking a "salted" hash, you should use the corresponding ... |
|
philsmd |
hashcat
|
7 |
5,475 |
03-18-2018, 07:46 PM |
|
|
Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file
walterlacka do you also run it without --restore?
can you provide the full details (number of masks) and the .restore file?
does it always stop at the same mask? If you upload the .restore file we w... |
|
philsmd |
hashcat
|
15 |
9,382 |
03-16-2018, 07:34 PM |
|
|
Thread: Line-length exception for Etherum Wallet
Post: RE: Line-length exception for Etherum Wallet
The hash for -m 15700 must start with "$ethereum$s*". You need to remove all file names if there are any file names within the output of ethereum2john.py.
You also should use a hash file just to ma... |
|
philsmd |
hashcat
|
2 |
2,277 |
03-14-2018, 12:23 AM |
|
|
Thread: Potfile entries and output file
Post: RE: Potfile entries and output file
In some cases you could just extract some lines from the potfile itself (like "cat hashcat.potfile"), but this is not a good idea in general.
It's always advisable to keep all the original files |
|
philsmd |
hashcat
|
5 |
9,401 |
03-12-2018, 10:50 PM |
|
|
Thread: Potfile entries and output file
Post: RE: Potfile entries and output file
yeah, it's exactly how it was designed.
If the hashes are already present within the pot file it means that they were also already outputted somehow, therefore there is no need to do it again and aga... |
|
philsmd |
hashcat
|
5 |
9,401 |
03-12-2018, 10:44 PM |
|
|
Thread: OpenCL ERROR
Post: RE: OpenCL ERROR
Your specific Intel GPU model doesn't support OpenCL. Hashcat requires that the hardware supports OpenCL.
You can just look at the support page of intel.
For instance here: https://software.intel.co... |
|
philsmd |
hashcat
|
5 |
4,947 |
03-04-2018, 10:01 AM |
|
|
Thread: OpenCL ERROR
Post: RE: OpenCL ERROR
The intel core I5 is your CPU not your GPU.
You literally posted a spec sheet that says that your graphics cards does not support OpenCL:
OpenCL: No
It it is not supported by the hardware vendo... |
|
philsmd |
hashcat
|
5 |
4,947 |
03-02-2018, 10:19 AM |
|
|
Thread: Mask + Brute Force with repeated password
Post: RE: Mask + Brute Force with repeated password
How do you know that it doesn't duplicate whenever the length is greater than 15? How did you test it?
if I run something like this:
Code:
--
echo abcdefghijklmnopqrstuvwxyz | hashcat --stdout ... |
|
philsmd |
hashcat
|
8 |
6,282 |
03-02-2018, 10:14 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
If you run hashcat --help (with the latest version of hashcat) you will see that 2501 is supported and within the output.
you can use hcxtools from https://github.com/ZerBea/hcxtools (wlancap2hcx -... |
|
philsmd |
General Talk
|
20 |
19,682 |
03-02-2018, 10:03 AM |
|
|
Thread: Old Office and KDF
Post: RE: Old Office and KDF
I just had a glance at how easy it is to decrypt office document with the old RC4 encryption (and therefore get access to the whole file content) with the correct RC4 key and it turned out to be even ... |
|
philsmd |
hashcat
|
13 |
10,132 |
02-27-2018, 07:16 PM |
|
|
Thread: include SHA1 Hash with the results
Post: RE: include SHA1 Hash with the results
you can use --left to show all hashes that are not cracked yet and --show to show all hashes that are already cracked with the corresponding passwords (see: https://hashcat.net/wiki/doku.php?id=freque... |
|
philsmd |
hashcat
|
1 |
1,916 |
02-27-2018, 06:51 PM |
|
|
Thread: WPA and first hash
Post: RE: WPA and first hash
https://hashcat.net/forum/thread-6355-post-33892.html#pid33892
https://github.com/hashcat/hashcat/issues/1167 |
|
philsmd |
hashcat
|
2 |
2,750 |
02-27-2018, 05:58 PM |
|
|
Thread: I can not determine the number in the hashcat
Post: RE: I can not determine the number in the hashcat
See this issue https://github.com/hashcat/hashcat/issues/112 . I think it might be possible to just truncate the long encrypted data for -m 12700 = Blockchain, My Wallet .
You could for instance tr... |
|
philsmd |
hashcat
|
10 |
8,863 |
02-17-2018, 01:53 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: 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 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: Integer overflow error
Post: RE: Integer overflow error
I think it is the other way around.
If we look at the file docs/changes.txt it mentions that the integer overflow check was first introduced with version 3.40 of hashcat. This is why you don't see t... |
|
philsmd |
hashcat
|
5 |
3,907 |
02-14-2018, 09:20 AM |
|
|
Thread: Integer overflow error
Post: RE: Integer overflow error
No, this is correct. The number of password candidates is way too huge.
Just do the math ?a has 95 characters. If we have a length of 15, we have 95^15.
The result of 95*95*95*95*....*95 (15 times) ... |
|
philsmd |
hashcat
|
5 |
3,907 |
02-14-2018, 08:37 AM |