Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: http authentication
Post: RE: http authentication
The format is as explained here: https://github.com/hashcat/hashcat/issues/1021 just this one:
$sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NON... |
|
philsmd |
hashcat
|
1 |
2,162 |
11-28-2017, 05:16 PM |
|
|
Thread: Cracking TACACS+ with hashcat
Post: RE: Cracking TACACS+ with hashcat
This is very interesting information and a nice find about how to best filter out "wrong results".
Good job.
Thanks for the research.
I must admit that I didn't have much to do with tacacs+ so ... |
|
philsmd |
User Contributions
|
1 |
6,737 |
11-30-2017, 04:06 PM |
|
|
Thread: TrueCrypt 7.1a Decrypt
Post: RE: TrueCrypt 7.1a Decrypt
Since you used the offset 31744 from the start, I assume that you are trying to crack a TrueCrypt boot volume (see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_... |
|
philsmd |
hashcat
|
1 |
3,691 |
12-12-2017, 10:24 AM |
|
|
Thread: 1080ti wrong driver??
Post: RE: 1080ti wrong driver??
As far as I remember there was a problem with self-test for -m 15700. I would suggest to use the beta in this particular case for which the self-test error should not happen anymore (https://hashcat.n... |
|
philsmd |
hashcat
|
1 |
2,394 |
01-05-2018, 10:12 AM |
|
|
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,914 |
02-27-2018, 06:51 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 |
|
|
Thread: Password Manager .rfp file analysis
Post: Password Manager .rfp file analysis
Some days ago I was privately (via PMs) contacted by a hashcat user and they asked if I knew if hashcat could deal with database files from RoboForm (a seemingly well-known and often recommended passw... |
|
philsmd |
User Contributions
|
1 |
4,515 |
06-06-2018, 06:47 AM |
|
|
Thread: downside os speeding up hashcat with VirtualBox
Post: RE: downside os speeding up hashcat with VirtualBo...
I'm pretty sure that this is caused by some kind of power-level settings. Several hardware components can be either in max. power/performance mode or be in a energy-saving mode. This could also be the... |
|
philsmd |
hashcat
|
1 |
2,633 |
05-13-2018, 06:18 PM |
|
|
Thread: Pass for Veracrypt file container, algorithm Twofish-Serpent
Post: RE: Pass for Veracrypt file container, algorithm T...
1. dd (dd.exe) can be used on windows too to extract the bytes
2. you are probably confusing the data length that needs to be decrypted to verify if the password was correct with the key length ("gen... |
|
philsmd |
hashcat
|
1 |
1,853 |
06-18-2018, 07:57 PM |
|
|
Thread: Noob - Understanding hashcat input format
Post: RE: Noob - Understanding hashcat input format
-m 10900 = PBKDF2-HMAC-SHA256 has both hash and salt in base64. You can just look at the examples here: https://hashcat.net/wiki/doku.php?id=example_hashes or use a command like this: hashcat -m 10900... |
|
philsmd |
hashcat
|
1 |
2,963 |
08-03-2018, 06:05 PM |
|
|
Thread: Why a brute-force attack on RAR3-HP hash fails?
Post: RE: Why a brute-force attack on RAR3-HP hash fails...
The hash format can be double-checked by looking at this page https://hashcat.net/wiki/example_hashes or with hashcat itself e.g. hashcat -m 12500 --example-hashes
The hash format should not contai... |
|
philsmd |
hashcat
|
1 |
1,769 |
08-18-2018, 06:43 PM |
|
|
Thread: md5(md5($pass).$salt)
Post: RE: md5(md5($pass).$salt)
This is the algo used by vbulletin, see the --help output:
hashcat supports:
-m 2611 = vBulletin < v3.8.5
and
-m 2711 = vBulletin >= v3.8.5
the difference is mainly the supported salt length (s... |
|
philsmd |
hashcat
|
1 |
2,174 |
08-20-2018, 09:48 AM |
|
|
Thread: Speed up the --show command
Post: RE: Speed up the --show command
interesting... we had a similar discussion a couple of times in the past (see https://hashcat.net/forum/thread-7756-post-41734.html#pid41734).
We also improved the performance a lot a while back, for... |
|
philsmd |
hashcat
|
1 |
1,632 |
10-08-2018, 01:05 PM |
|
|
Thread: Android sd-card decryption
Post: RE: Android sd-card decryption
you flashed the phone already ? The decryption key was most probably available only on the unlocked file system of that particular phone, to make it infeasible that the sd card can be easily decrypted... |
|
philsmd |
hashcat
|
1 |
1,757 |
10-08-2018, 10:47 PM |
|
|
Thread: Unified list manager
Post: RE: Unified list manager
use hashcat in-built --show mechanism instead.
Code:
--
hashcat -m 0 --show --outfile-format 2 hashes.txt
--
this other tool "Unitifed list manager" is a 3th party tool and we don't give sup... |
|
philsmd |
General Talk
|
1 |
1,775 |
11-19-2018, 10:49 PM |
|
|
Thread: Help figuring out TOPT (HMAC-SHA1)
Post: RE: Help figuring out TOPT (HMAC-SHA1)
see https://www.unix-ninja.com/p/attacking_google_authenticator |
|
philsmd |
hashcat
|
1 |
1,724 |
12-05-2018, 09:09 AM |
|
|
Thread: Hashcat64 cannot detect GPU @ driver Nvidia 417.22 Cuda 10
Post: RE: Hashcat64 cannot detect GPU @ driver Nvidia 41...
please follow this guide: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do
You have a broken driver installation.
Furthermore,... |
|
philsmd |
hashcat
|
1 |
1,626 |
12-12-2018, 12:31 PM |
|
|
Thread: Hash not found
Post: RE: Hash not found
I guess you are confusing something and did (maybe accidentially) put the content of the .hccapx file into that found file.
see https://hashcat.net/wiki/doku.php?id=hccapx
the "HCPX" is clearly ... |
|
philsmd |
hashcat
|
1 |
1,297 |
12-15-2018, 06:12 PM |
|
|
Thread: Help performing a mask-attack on 1 MD5
Post: RE: Help performing a mask-attack on 1 MD5
you should have a look here:
https://hashcat.net/wiki/doku.php?id=mask_attack
especially the .hcmask file section could be interesting too:
https://hashcat.net/wiki/doku.php?id=mask_attack#hashca... |
|
philsmd |
hashcat
|
1 |
1,329 |
12-27-2018, 10:45 AM |
|
|
Thread: Need help combinding 2 different dictionaries
Post: RE: Need help combinding 2 different dictionaries
you can use something like this:
Code:
--
hashcat --stdout -o temp_dict.txt -a 6 text1.txt ?d?d?d?d
--
to generate a dict containing the words within the first file (text1.txt) combined with the... |
|
philsmd |
hashcat
|
1 |
1,400 |
01-04-2019, 11:03 AM |