Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...
first you need to find out if the algorithm is veracrypt or truecrypt or diskcryptor. These are 3 different algorithms.
I would suggest to find out what you see (in case you need to input the passw... |
|
philsmd |
hashcat
|
10 |
5,754 |
02-11-2019, 11:12 PM |
|
|
Thread: Help explain the PBKDF2-HMAC-SHA1 hash-example
Post: RE: Help explain the PBKDF2-HMAC-SHA1 hash-example
the format is:
sha1:[iteration count]:[salt in base64]:[digest in base64]
therefore the hash is:
sha1:1000:dGVzdA==:imirsGNFG+sMgaiy16fwPgWE3rY=
this can be cracked with:
Code:
--
hashcat ... |
|
philsmd |
hashcat
|
4 |
2,620 |
02-11-2019, 10:59 PM |
|
|
Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...
you could try to think about alternatives, like rule based attacks (https://hashcat.net/wiki/?id=rule_based_attack)
Code:
--
hashcat64.exe --stdout -a 3 -o my.rules ^^?a
--
note: here I assume... |
|
philsmd |
hashcat
|
9 |
3,546 |
02-11-2019, 03:11 PM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try to follow the wrongdriver guide ?
Do you have any other OpenCL runtime/driver installed ? maybe the one for your CPU etc ?
For the system that isn't working yet, did you have any (wo... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 12:05 PM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try without using powershell, but cmd instead ?
[hr]
update: whoops, I just realized I had the "wrong" screenshot open from this issue (https://hashcat.net/forum/thread-8141-post-43675.htm... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:27 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try running these commands:
Code:
--
hashcat -I
--
and
Code:
--
hashcat -b
--
if not, please try with the above hashcat test/benchmark/troubleshooting commands. |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:26 AM |
|
|
Thread: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
Post: RE: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
which nvidia driver version do you use ?
did you try following this guide: https://hashcat.net/faq/wrongdriver
if still not working, please try with an older Nvidia driver version e.g. the ones re... |
|
philsmd |
hashcat
|
1 |
1,504 |
02-10-2019, 09:22 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
hmm, did you try installing an older driver version ? e.g. the ones recommended on https://hashcat.net/hashcat
I'm pretty sure this is not a hashcat issue... but it could of course be that Nvidia c... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:18 AM |
|
|
Thread: Hashcat stops after initializing OpenCL Runtime
Post: RE: Hashcat stops after initializing OpenCL Runtim...
try this: https://hashcat.net/faq/wrongdriver
there is definitely something wrong because your screenshot shows 2 "Advanced Micro Devices" platforms.
this seems to be a driver installation issue... |
|
philsmd |
hashcat
|
1 |
2,979 |
02-10-2019, 09:06 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
Please follow this guide: https://hashcat.net/faq/wrongdriver)
also always mention what your GPUs / CPUs / operating system / drivers are.
if you want to start a mask attack, you should also a... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 08:33 AM |
|
|
Thread: DES Hash
Post: RE: DES Hash
descrypt is -m 1500 = descrypt, DES (Unix), Traditional DES
the salt is already within the first chars of the "hash", so no need to repeat it (i.e. no need for sd : sd..., it's just the second part... |
|
philsmd |
hashcat
|
2 |
1,690 |
02-08-2019, 08:52 PM |
|
|
Thread: problems with -m 15700
Post: RE: problems with -m 15700
1. scrypt and bcrypt are some memory hard algorithms and in general are better suited for CPUs (yeah, the majority of other algos is the opposite, i.e. the majority can profit from GPU power a lot mor... |
|
philsmd |
hashcat
|
5 |
2,794 |
02-08-2019, 11:37 AM |
|
|
Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime
In my opinion your are completely at the wrong track.
Just look at your clinfo output, it says:
Code:
--
Platform Vendor The pocl project
--
this is complete... |
|
philsmd |
hashcat
|
15 |
47,098 |
02-03-2019, 01:29 PM |
|
|
Thread: Help with pbkdf2_hmac_'sha512' hashes
Post: RE: Help with pbkdf2_hmac_'sha512' hashes
you first script (the hash generator) doesn't use the binary input, while your second script hex-decodes it and converts it to base64.
This line
Code:
--
salt = b"2213dcd3820c18c559cc389c8bd22e... |
|
philsmd |
hashcat
|
2 |
1,758 |
02-03-2019, 09:35 AM |
|
|
Thread: increase maximum password length supported by kernel
Post: RE: increase maximum password length supported by ...
the syntax as mentioned withn the --help output is:
Code:
--
hashcat -m 3000 -a 3 hash.txt ?a?a?a?a?a?a?a
--
i.e. the hash (or hash file) must be specified before the mask |
|
philsmd |
hashcat
|
11 |
5,132 |
02-02-2019, 06:03 PM |
|
|
Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime
you probably have a Intel CPU in addition to your GPU.
If you have a CPU with OpenCL support you would need to install the OpenCL driver from software.intel.com to use your CPU too.
Does cracking ... |
|
philsmd |
hashcat
|
15 |
47,098 |
02-01-2019, 12:14 PM |
|
|
Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...
what is the name of the software that was used to encrypt the drive ? |
|
philsmd |
hashcat
|
10 |
5,754 |
01-31-2019, 10:38 PM |
|
|
Thread: Ryzen + RX 580 only one device working
Post: RE: Ryzen + RX 580 only one device working
-d 1,2 is not the correct thing you need.
You need to whitelist/select the device types with:
--opencl-device-types (or short -D), capital letter "D"
-D 1,2 means that both GPUs and CPUs are whiteli... |
|
philsmd |
hashcat
|
10 |
5,059 |
01-30-2019, 07:07 PM |
|
|
Thread: complex password alternation
Post: RE: complex password alternation
which type of rar archives we are talking about here?
hashcat supports these 2 hash types for rar archives:
-m 12500 = RAR3-hp
-m 13000 = RAR5
(the non-hp version of rar3, i.e. the one without... |
|
philsmd |
hashcat
|
1 |
1,329 |
01-30-2019, 02:27 PM |
|
|
Thread: Correct way to hash and crack PMKID and benchmark
Post: RE: Correct way to hash and crack PMKID and benchm...
I think there are a lot of misunderstandings here.
I would highly recommend that you re-read this thread again: https://hashcat.net/forum/thread-7717.html
of course -m 16800 = WPA-PMKID-PBKDF2 i... |
|
philsmd |
General Talk
|
1 |
5,147 |
01-30-2019, 02:01 PM |