Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 7z password recovery
Post: RE: 7z password recovery
What are the sizes of the hashes we are talking about here? How large is the resulting hash size given/displayed by 7z2hashcat ?
Furthermore, if the password is completely random you will really ha... |
|
philsmd |
hashcat
|
7 |
8,537 |
04-15-2018, 08:34 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: 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: 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...
If you use the straight word list attack mode (-a 0) you also need to specify a dictionary file.
hashcat -a 0 -m 11600 hash_file.txt dict_file.txt
you could also add rules like this:
hashcat -a... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 06:34 PM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
Well, it's difficult for us/me to guess what is wrong with your hash.
You probably have 3 options:
1. try to modify your hash in a way that it looks like the example hash and see where the problem... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 07:49 PM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
hmm, that doesn't seem to be the solution (but it is still interesting).
What happens if you change both the data length and the encrypted data to a shorter strings (the encrypted data is in hex an... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 10:33 PM |
|
|
Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...
yeah, change it back to 1
and change 09, 10 and 11 to the values that are for instance used by the example hash:
$112$98$f3bc2a88062c419a25acd40c0c2d75421cf23263f69c51b13f9b1aada41a8a09f9adeae45d6... |
|
philsmd |
hashcat
|
14 |
10,239 |
03-19-2018, 11:07 PM |
|
|
Thread: Can anyone help me with a NTLM? I didn't solve it for three days.
Post: RE: Can anyone help me with a NTLM? I didn't solve...
It seems that you didn't stick to the forum rules: https://hashcat.net/forum/announcement-2.html
Please review them again during your 1 week ban. The reason for your ban is: posting hashes
Hope yo... |
|
philsmd |
Hardware
|
1 |
2,172 |
03-20-2018, 08:17 AM |