Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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 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 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 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: 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: 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: 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 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 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 RTX 2080
Post: RE: NVidia RTX 2080
GrepItAll Wrote: (08-31-2018, 02:40 PM)
--
I have been running 4 x 1080 Ti Asus Turbo cards since September nearly 24/7 (brief downtimes due to hardware relocation) as it was very difficult to purcha... |
|
philsmd |
Hardware
|
93 |
83,310 |
08-31-2018, 07:13 PM |
|
|
Thread: ocl v1.36 / WARN: ADL_Overdrive6_FanSpeed_Get(): -5
Post: RE: ocl v1.36 / WARN: ADL_Overdrive6_FanSpeed_Get(...
I think we already saw some behavior like this with non-reference design cards. What happened in that case was (presumably): the OEM manufacturer did try to save some costs and did reuse old and adjus... |
|
philsmd |
Old oclHashcat Support
|
10 |
16,070 |
08-21-2015, 01:55 PM |
|
|
Thread: ocl1.31 + NVidia 343.22 - error cuModuleLoad() 301
Post: RE: ocl1.31 + NVidia 343.22 - error cuModuleLoad()...
How did you extract the oclHashcat .7z archive ?
Please also use the forum's search function to find similar threads, e.g.
https://hashcat.net/forum/thread-3760.html
https://hashcat.net/forum/thread-... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,136 |
12-09-2014, 04:08 PM |
|
|
Thread: oclcat64 stuck on "Generating Bitmap Tables"
Post: RE: oclcat64 stuck on "Generating Bitmap Tables"
Unfortunately, in such cases the only solution is to try again to reinstall driver and unzip the newest oclHashcat version in a new directory.
For windows:
1. uninstall current driver (Control Center... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,798 |
03-05-2015, 09:46 PM |
|
|
Thread: oclhachcat and cudahashcat v2.01
Post: RE: oclhachcat and cudahashcat v2.01
The download links were removed on purpose, primarily such that devs do not need to answer/troubleshoot problems about 2.01 or earlier versions even after hashcat 3.00 with many changes was released. ... |
|
philsmd |
hashcat
|
3 |
22,606 |
07-12-2016, 03:01 PM |
|
|
Thread: oclhashcal (cuda ) does not recover hash :-/
Post: RE: oclhashcal (cuda ) does not recover hash :-/
Read the forum rules: https://hashcat.net/forum/announcement-2.html
It is strictly forbidden (and you did accept these rules + it doesn't matter where the hashes come from or were "just" testing hash... |
|
philsmd |
Old oclHashcat Support
|
3 |
5,886 |
02-14-2015, 10:34 AM |
|
|
Thread: oclHashcat 1.30 vs. Catalyst 14.10 on Linux
Post: RE: oclHashcat 1.30 vs. Catalyst 14.10 on Linux
It definitely works on both 32 bit and 64 bit with ubuntu 12.04 (as recommended in the guide, I am unsure why you say you followed the guide, but you used ubuntu 14.04).
There are some things that ... |
|
philsmd |
Old oclHashcat Support
|
11 |
23,609 |
09-22-2014, 02:02 PM |