Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Recovering an encrypted file
Post: RE: Recovering an encrypted file
hashcat supports veracrypt with the hash modes
Code:
--
137XY | VeraCrypt
X | 1 = PBKDF2-HMAC-RIPEMD160
X | 2 = PBKDF2-HMAC-SHA512
X | 3 = PBKDF2-HMAC-Whirlpool
X | 4 =... |
|
philsmd |
hashcat
|
7 |
5,345 |
11-02-2018, 07:15 PM |
|
|
Thread: OpenCL problem
Post: RE: OpenCL problem
As far as I know it's not possible to pass through the GPU with a system with only 1 GPU and furthermore VM doesn't support this GPU passthrough feature (as far as I know). It's also very complex and ... |
|
philsmd |
hashcat
|
5 |
6,486 |
11-06-2018, 12:52 PM |
|
|
Thread: IIS http digest
Post: RE: IIS http digest
I think the MD5-sess "algorithm" could be a problem here, afaik we currently only support the "normal" "MD5" one.
see the differences here:
https://en.wikipedia.org/wiki/Digest_access_authenticatio... |
|
philsmd |
hashcat
|
5 |
3,180 |
11-19-2018, 07:07 PM |
|
|
Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...
(you should use ?1 if you set -1 ) |
|
philsmd |
hashcat
|
7 |
4,636 |
11-23-2018, 11:41 AM |
|
|
Thread: How to erase/reset hashcat-brain server
Post: RE: How to erase/reset hashcat-brain server
#1 there is no such thing as an installation for brain.
you can just remove/delete the files starting with brain.*
brain.*.admp (attack storage)
brain.*.ldmp (session storage, long time memory)
... |
|
philsmd |
hashcat
|
2 |
2,599 |
11-28-2018, 01:28 PM |
|
|
Thread: question about brain server
Post: RE: question about brain server
what --brain-client-features do you use?
as you can see from the --help not all settings are checking all passwords:
Code:
--
- [ Brain Client Features ] -
# | Features
===+========
... |
|
philsmd |
hashcat
|
3 |
2,682 |
12-01-2018, 10:07 PM |
|
|
Thread: PDF (Standard V1.3 40-bit RC4) Salt-value exception
Post: RE: PDF (Standard V1.3 40-bit RC4) Salt-value exce...
I think it should be -m 10400 = PDF 1.1 - 1.3 (Acrobat 2 - 4)
but your hash starts with $pdf$1*3* and only V == 1 and R == 2 is allowd by the parser.
Remember that you should never post hashes on ... |
|
philsmd |
hashcat
|
2 |
2,380 |
12-03-2018, 02:17 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,726 |
12-05-2018, 09:09 AM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013
Which software (and version) did create these documents ?
Are you able to create 2 new documents (with the microsoft office software etc) that also fails to crack ? I guess it's not really possible... |
|
philsmd |
hashcat
|
5 |
3,229 |
12-12-2018, 12:30 PM |
|
|
Thread: IIS http digest
Post: RE: IIS http digest
yeah, there are basically 2 different algorithms, namely "MD5" vs "MD5-sess", and currently only MD5 is supported by hashcat.
The difference is basically that MD5-sess includes the nonce and client... |
|
philsmd |
hashcat
|
5 |
3,180 |
11-20-2018, 08:18 PM |
|
|
Thread: Masking??? (Noob)
Post: RE: Masking??? (Noob)
looks almost perfect, but @undeath I think the first step is not quite correct.
#1: "either all cap or no cap"
this means that you have only 2 possibilities (either 3 lowercase or 3 uppercase ch... |
|
philsmd |
hashcat
|
3 |
2,286 |
11-27-2018, 12:07 PM |
|
|
Thread: hcstat to hcstat2
Post: RE: hcstat to hcstat2
well, in theory one could develop a tool to convert .hcstat files into .hcstat2 files, but at the end it doesn't make much sense because the new file format of course has several advantages (most impo... |
|
philsmd |
hashcat
|
2 |
2,035 |
11-29-2018, 10:44 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,628 |
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,299 |
12-15-2018, 06:12 PM |
|
|
Thread: hashcat 0h/s
Post: RE: hashcat 0h/s
The timeout patch was not applied correctly (maybe you didn't reboot etc, please follow the steps 1 by 1 and don't skip anything)
You should also try with cmd instead of powershell. that might also... |
|
philsmd |
hashcat
|
3 |
2,306 |
12-16-2018, 11:48 AM |
|
|
Thread: hashcat iconv
Post: RE: hashcat iconv
if I generate a md5 hash with your input $HEX[706f657a6965] I get a completely separate result:
Code:
--
printf "po\xebzie" |iconv -f "iso8859-1" -t "ASCII//TRANSLIT" | md5sum
5453454a253f8840811... |
|
philsmd |
hashcat
|
4 |
2,981 |
12-07-2018, 01:25 PM |
|
|
Thread: hashcat iconv
Post: RE: hashcat iconv
well, I'm still not sure if 278fbfac8b69dda968b190e6bb1f4ac9 is the correct hash for your plain. I guess you do not know the password at all (which is bad since it would be a reason to ban you, but I'... |
|
philsmd |
hashcat
|
4 |
2,981 |
12-07-2018, 06:40 PM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013
how did you get / generate these hashes ? They don't look very random for instance e166509e5a4e05670dc5f3a57c4f30ff is the same which is kind of weird because it shouldn't happen at all that this part... |
|
philsmd |
hashcat
|
5 |
3,229 |
12-11-2018, 10:55 PM |
|
|
Thread: Ransomware
Post: RE: Ransomware
First of all, this is of course not the usual use case for hashcat.
Furthermore, Diskcryptor is probably a legit software just misused by the malware, it's not malware but can be used to encrypt file... |
|
philsmd |
hashcat
|
13 |
7,573 |
12-13-2018, 08:06 PM |
|
|
Thread: Hashcat saying wrong driver
Post: RE: Hashcat saying wrong driver
are you sure that the MH/s are for a single card and for -m 2500 = WPA/WPA2 ?
That's probably not correct. Can you give a link to these benchmarks ?
Of course if you have 8 x Nvidia GTX 1080 ti th... |
|
philsmd |
hashcat
|
7 |
4,416 |
12-16-2018, 04:05 PM |