Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Salted vs Unsalted SHA-512
Post: RE: Salted vs Unsalted SHA-512
The purpose of a salt is not to make it slower but to defeat multihash techniques and any forms of precomputation (like RT). In some cases salted hashes are exactly as fast as unsalted ones (if cracki... |
|
atom |
General Talk
|
2 |
2,402 |
07-04-2018, 06:58 PM |
|
|
Thread: Compile and debugger HashCat for windows
Post: RE: Compile and debugger HashCat for windows
If you just want to modify the kernel you do not need any development environment at all. GPU kernels are compiled using the just in time compiler from the driver. Just make sure to remove the cached ... |
|
atom |
hashcat
|
4 |
2,401 |
02-20-2019, 08:45 AM |
|
|
Thread: IOS Hachcat error Old hccap
Post: RE: IOS Hachcat error Old hccap
Do not convert from .cap to hccap format, convert to hccapx instead. There's plenty of options how to do that. |
|
atom |
hashcat
|
1 |
2,399 |
08-31-2017, 10:08 AM |
|
|
Thread: no such directory after make install
Post: RE: no such directory after make install
This should explain it better, note that the apt-get remove in this case represents the rm command:
Quote:
--
root@ro:~# touch /usr/bin/bla
root@ro:~# chmod +x /usr/bin/bla
root@ro:~# rm /usr/... |
|
atom |
General Talk
|
2 |
2,399 |
03-03-2019, 11:40 AM |
|
|
Thread: hashcat performance dropped after a day of using.
Post: RE: hashcat performance dropped after a day of usi...
If you have a static prefix in your mask, the speed is low. If you have multiple salts at the same time the effect with static prefix is mitigated until they get cracked (as in your case). Then the bo... |
|
atom |
hashcat
|
3 |
2,398 |
06-30-2018, 11:18 PM |
|
|
Thread: Determine if PKMID is dynamic?
Post: RE: Determine if PKMID is dynamic?
If you have a traditional WPA handshake captured it's possible the capture is broken and even with the correct password you can not crack it. With PMKID this is not possible. IF you have used the righ... |
|
atom |
General Talk
|
5 |
2,378 |
08-14-2019, 11:11 AM |
|
|
Thread: Understanding integer overflow
Post: RE: Understanding integer overflow
No, hashcat is checking the overflow for every length, not just the minimum one. But it's checking the overflow whenever a new attack starts internally. If you use increment, each password length unfo... |
|
atom |
hashcat
|
1 |
2,363 |
06-13-2017, 08:45 AM |
|
|
Thread: Can`t find NTLMv2 Hash
Post: RE: Can`t find NTLMv2 Hash
I think most people don't use wireshark to capture NTLMv2 (but should be possible), they use some sort of layer 2 attack tools or modified samba services. |
|
atom |
hashcat
|
2 |
2,359 |
06-28-2018, 04:28 PM |
|
|
Thread: Exhausted after skipping right password?
Post: RE: Exhausted after skipping right password?
Can not reproduce:
Quote:
--
atom@eye ~/hashcat
$ ./hashcat -a 3 -m 1800 '$6$ztgjNeRR$ibhPsLvMsFwAORrH9rp8Kqoh9XBFm6CQJzO/olwixugkPXJv6fd4u7a5UxRTjUjQYwhPS5jGXPJ0mL/6SMGRI1' 1234?d?d
hashcat (... |
|
atom |
hashcat
|
1 |
2,352 |
10-22-2017, 12:03 PM |
|
|
Thread: Hashcat drops speed
Post: RE: Hashcat drops speed
Some GUI automatically set some options which cause hashcat to not fully inform you about all events. Restart using only the hash and the wordlist with no other options and monitor the temperature. Ad... |
|
atom |
hashcat
|
4 |
2,352 |
05-22-2019, 11:14 AM |
|
|
Thread: input format
Post: RE: input format
You can not, you need to preprocess your hashlist. Something like
cut -d: -f2 < input.txt > input_chopped.txt |
|
atom |
hashcat
|
1 |
2,326 |
11-06-2017, 02:35 PM |
|
|
Thread: PRINCE processor weights to wordlists
Post: RE: PRINCE processor weights to wordlists
Not supported but maybe interessting for princeprocessor 2 |
|
atom |
hashcat
|
1 |
2,317 |
10-11-2017, 03:55 PM |
|
|
Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types 掩码?l?l?l无法正确�...
There is not enough information provided to reproduce the problem. We need the hashes for the volume. |
|
atom |
hashcat
|
6 |
2,309 |
03-11-2020, 10:15 AM |
|
|
Thread: Mac OSX Maverick pass hash
Post: RE: Mac OSX Maverick pass hash
https://web.archive.org/web/20140703020831/https://www.michaelfairley.co/blog/2014/05/18/how-to-extract-os-x-mavericks-password-hash-for-cracking-with-hashcat/ |
|
atom |
hashcat
|
1 |
2,304 |
06-25-2017, 02:30 PM |
|
|
Thread: hashcat 0h/s
Post: RE: hashcat 0h/s
Only 28GB wordlist. Startup time must be horrible :) |
|
atom |
hashcat
|
3 |
2,303 |
12-16-2018, 11:03 PM |
|
|
Thread: is hashcat support an ordinary exe\cmd file?
Post: RE: is hashcat support an ordinary exe\cmd file?
|
atom |
hashcat
|
1 |
2,302 |
06-20-2017, 09:58 AM |
|
|
Thread: Output text doubt
Post: RE: Output text doubt
It just means that your wordlist contains words which are not UTF-8 encoded or that one of the rules (for example + and - have that potential) to break UTF-8 encoding. |
|
atom |
hashcat
|
2 |
2,301 |
02-15-2018, 02:02 PM |
|
|
Thread: Custom cracking algorithm
Post: RE: Custom cracking algorithm
I'm not 100% certain I've understood your question correctly. But I think what you want to do is to use hashcat hook functionality. You need to write the hook function in C. See seven_zip_hook_func() ... |
|
atom |
hashcat
|
2 |
2,301 |
06-21-2018, 01:51 PM |
|
|
Thread: Check for collision of the first few chars
Post: RE: Check for collision of the first few chars
You need to modify the kernel |
|
atom |
hashcat
|
1 |
2,272 |
05-07-2017, 08:08 PM |
|
|
Thread: can't crack PBKDF2-HMAC-SHA1 with sample provided
Post: RE: can't crack PBKDF2-HMAC-SHA1 with sample provi...
Can not reproduce:
Quote:
--
root@ht:~/hashcat# echo sha1:1000:MzU4NTA4MzIzNzA1MDQ=:19ofiY+ahBXhvkDsp0j2ww== > sup
root@ht:~/hashcat# echo hashcat > dic
root@ht:~/hashcat# ./hashcat -m 12000 s... |
|
atom |
hashcat
|
2 |
2,247 |
07-28-2018, 04:57 PM |