Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install
I would suggest you upgrade to the newest release of your distro, i.e. The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux.
After that download the nvidia drivers from the NV site. You th... |
|
philsmd |
Very old oclHashcat-lite Support
|
9 |
19,937 |
04-30-2013, 09:39 AM |
|
|
Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install
Glad to help.
But let me say one thing: I don't like your follow-up post at all.
I would like to see a howto tutorial how we resolved the problem instead.
You should have posted here the solution... |
|
philsmd |
Very old oclHashcat-lite Support
|
9 |
19,937 |
04-30-2013, 11:04 PM |
|
|
Thread: Nvidia fan use issues
Post: RE: Nvidia fan use issues
Just set the fan speed to 100% before running hashcat AND run hashcat with the --gpu-temp-disable switch.
Alternatively, you could also use the --gpu-temp-retain argument and set the (temperature) ... |
|
philsmd |
hashcat
|
9 |
11,013 |
07-14-2016, 11:42 AM |
|
|
Thread: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks
thanks for the first benchmark of the NVIDIA RTX 3080
It would be great if they install CUDA from https://developer.nvidia.com/cuda-downloads and perform a further benchmark with CUDA installed (I ... |
|
philsmd |
Hardware
|
19 |
4,598 |
09-18-2020, 12:14 PM |
|
|
Thread: nVidia 1660 familly hashrates
Post: RE: nVidia 1660 familly hashrates
you need to use -D 1,2 (capital D for --opencl-device-types) to enable both CPU and GPU (-d x is something else, it just selects already whitelisted/enabled devices).
you have pocl installed and th... |
|
philsmd |
Hardware
|
5 |
2,198 |
02-11-2020, 07:17 PM |
|
|
Thread: NTLMv2 separator unmatched
Post: RE: NTLMv2 separator unmatched
no, -m 5600 is a diffrent format.
the pwdump is supported with -m 1000 = NTLM and -m 3000 = LM (also see https://openwall.info/wiki/john/hash-formats and https://ftp.samba.org/pub/samba/pwdump/READ... |
|
philsmd |
hashcat
|
2 |
607 |
06-27-2020, 10:28 AM |
|
|
Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking
-m 2500 = WPA/WPA2 has a minimum password length of 8
hashcat will reject all input words immediately if they are < 8 (even before the rules are applied, because the rule engine is on-GPU and doesn't... |
|
philsmd |
hashcat
|
19 |
9,937 |
08-30-2018, 07:25 PM |
|
|
Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking
I already mentioned in my previous post that you can easily workaround this limitation with either pipes (stdin mode) or -j/-k single rules.
There are some considerations to develop/implement/allow... |
|
philsmd |
hashcat
|
19 |
9,937 |
08-31-2018, 06:55 PM |
|
|
Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking
of course there is reason to reject passwords < 8 for WPA/WPA2 because the algorithm only allows a minimum length of 8. The problem is that if everything happens on GPU (rule engine + hashing/attack) ... |
|
philsmd |
hashcat
|
19 |
9,937 |
08-31-2018, 08:30 PM |
|
|
Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking
by stdin/pipe mode I meant this:
Code:
--
hashcat --stdout -r rules/rockyou-30000.rule test3.txt | hashcat64.bin -m 2500 test.hccapx
--
and undeath is of course correct, there are edge cases t... |
|
philsmd |
hashcat
|
19 |
9,937 |
08-31-2018, 09:46 PM |
|
|
Thread: NTLM v2
Post: RE: NTLM v2
Your forum post is against the rules https://hashcat.net/forum/announcement-2.html
"Do not ask people to crack your hash. It does not matter if you are willing to pay." |
|
philsmd |
Old oclHashcat Support
|
1 |
3,629 |
06-17-2015, 07:53 AM |
|
|
Thread: NTLM list with Duplicate Hashes
Post: RE: NTLM list with Duplicate Hashes
Do you use the latest version of hashcat (3.40 currently)? |
|
philsmd |
hashcat
|
4 |
4,735 |
03-16-2017, 04:08 PM |
|
|
Thread: NTLM hash with russian charset
Post: RE: NTLM hash with russian charset
So basically this string is hashed with md4:
Code:
--
$HEX[3d0444043c0444044b04340449043c044304]
--
You can also test it like this (attention with -m 900 instead of -m 1000):
Code:
--
$ hex2bin ... |
|
philsmd |
Old oclHashcat Support
|
9 |
15,185 |
06-16-2015, 11:56 AM |
|
|
Thread: NTLM and Line Length
Post: RE: NTLM and Line Length
All formats are very well documented here: https://hashcat.net/wiki/doku.php?id=example_hashes
(with examples).
Did you try those? |
|
philsmd |
Very old oclHashcat-plus Support
|
7 |
41,191 |
06-13-2013, 06:51 PM |
|
|
Thread: Not working after reverting catalyst drivers
Post: RE: Not working after reverting catalyst drivers
This really sound like a driver problem. Please use the suggested methods to cleanely uninstall previous drivers: i.e. use free version of driver fusion.
If it worked before on your system, it should... |
|
philsmd |
Very old oclHashcat-plus Support
|
3 |
7,185 |
06-16-2013, 08:04 AM |
|
|
Thread: Not found hash Removing
Post: RE: Not found hash Removing
you are searching for this command line option:
Code:
--
--left | Compare hashlist with potfile; show uncracked hashes
--
and of course the opposite of --left is --show
btw: you are not all... |
|
philsmd |
General Talk
|
1 |
1,528 |
03-24-2019, 02:53 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: 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: Noob: SHA1 problem
Post: RE: Noob: SHA1 problem
First, welcome to the hashcracking world!
You should be able to find the answer to your question both within the --help output or the hashcat wiki (especially https://hashcat.net/mask_attack ).
Hint... |
|
philsmd |
hashcat
|
2 |
3,687 |
02-05-2017, 02:18 PM |
|
|
Thread: Noob question. Cracking single unsalted md5
Post: RE: Noob question. Cracking single unsalted md5
https://hashcat.net/faq/#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it |
|
philsmd |
hashcat
|
2 |
8,303 |
08-14-2016, 06:32 PM |