Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Cooling
Post: RE: Cooling
80C isn’t HORRIBLE, though I do try to keep mine under 75C. As Royce suggested, check that there is good airflow over the card. Helps to move it in the center most PCIe slot so air can get around bo... |
|
soxrok2212 |
hashcat
|
10 |
7,556 |
05-09-2018, 04:47 PM |
|
|
Thread: Cooling
Post: RE: Cooling
camer333 Wrote: (05-15-2018, 09:03 PM)
--
Generally, I think 82 C temperature is high for any graphich card. Maybe, it's normal for these GTX 1080 Ti series. My GTX 1050 never gets more than 65 C at ... |
|
soxrok2212 |
hashcat
|
10 |
7,556 |
05-16-2018, 06:34 AM |
|
|
Thread: Insufficient Memory Available for WPA/WPA2
Post: RE: Insufficient Memory Available for WPA/WPA2
I can’t imagine you’re running a 32-bit system. Try hashcat64.exe. |
|
soxrok2212 |
hashcat
|
1 |
2,262 |
05-24-2018, 03:39 PM |
|
|
Thread: Attack PMKID 16800 is slow
Post: RE: Attack PMKID 16800 is slow
It is still doing the same computation as mode 2500... AKA it still has to calculate the PMK which is very slow. |
|
soxrok2212 |
hashcat
|
2 |
4,479 |
08-12-2018, 06:19 PM |
|
|
Thread: Low utilization with multi GPU
Post: RE: Low utilization with multi GPU
You have 17 handshakes in your .hccapx file. Remove 16 of them. |
|
soxrok2212 |
hashcat
|
6 |
4,198 |
08-15-2018, 03:39 AM |
|
|
Thread: Cannot run GTX 1070Ti on Ubuntu
Post: RE: Cannot run GTX 1070Ti on Ubuntu
Did you do
Code:
--
sudo apt install nvidia-390
--
IIRC that’s all I needed to do to get OpenCL on my Ubuntu box. |
|
soxrok2212 |
hashcat
|
4 |
3,192 |
08-31-2018, 03:23 AM |
|
|
Thread: Cannot run GTX 1070Ti on Ubuntu
Post: RE: Cannot run GTX 1070Ti on Ubuntu
Interesting Royce, I don’t recall having to install all that, I think everything came with the one line I had, but maybe I’m just forgetful. |
|
soxrok2212 |
hashcat
|
4 |
3,192 |
08-31-2018, 03:59 PM |
|
|
Thread: hashcat says no driver installed HELP
Post: RE: hashcat says no driver installed HELP
Try this:
Code:
--
apt-get install ocl-icd-libopencl1 opencl-headers clinfo
--
|
|
soxrok2212 |
hashcat
|
1 |
5,734 |
09-13-2018, 05:57 PM |
|
|
Thread: hashcat64 4.2.1 getting killed OOM
Post: RE: hashcat64 4.2.1 getting killed OOM
Are you using the binaries from here or the latest git? If you're using the binaries here, try compiling the latest git. Additionally, I think linux has 390.? support, might want to try updating your ... |
|
soxrok2212 |
hashcat
|
2 |
2,121 |
09-17-2018, 06:17 PM |
|
|
Thread: 2x GTX 1080ti + 1070 on MD5 /NTLM very very slow
Post: RE: 2x GTX 1080ti + 1070 on MD5 /NTLM very very sl...
Try -w 4 instead of 3. Also, in my limited testing, Nvidia seems to have broken the latest drivers and knocked off 5-10% for some “older” cards. |
|
soxrok2212 |
hashcat
|
11 |
7,371 |
09-28-2018, 07:44 PM |
|
|
Thread: Benchmark vs Mask NTLM
Post: RE: Benchmark vs Mask NTLM
Your cards are overheating. Find a way to cool them better. |
|
soxrok2212 |
hashcat
|
5 |
3,242 |
10-08-2018, 09:01 AM |
|
|
Thread: help with hashing wpa2 gtx 1080 hashrate
Post: RE: help with hashing wpa2 gtx 1080 hashrate
You probably have multiple handshakes in the .hccapx file. Additionally, nvidia nerfed the 400 series drivers and performance dropped by 5-10% overall. Further, I think something is off with tuning be... |
|
soxrok2212 |
hashcat
|
2 |
1,923 |
10-16-2018, 03:28 PM |
|
|
Thread: Keep temp under certain treshold?
Post: RE: Keep temp under certain treshold?
A 1070 should not be getting up to 80C. Make sure you have good airflow.
If you’re on windows, check out MSI Afterburner to set a custom fan curve etc.
if you’re on Linux, here’s what you ... |
|
soxrok2212 |
hashcat
|
7 |
4,640 |
10-23-2018, 02:09 AM |
|
|
Thread: OpenCL errors
Post: RE: OpenCL errors
FYI, Intel’s OpenCL platform is pretty broken and you reaaalllllyyy shouldn’t use a laptop for cracking. You’ll melt it. |
|
soxrok2212 |
hashcat
|
4 |
2,937 |
12-11-2018, 12:18 AM |
|
|
Thread: Hashcat Shows Double the GPU count?
Post: RE: Hashcat Shows Double the GPU count?
I had this too. A driver reinstall fixed the issue. |
|
soxrok2212 |
hashcat
|
2 |
1,800 |
01-11-2019, 07:04 PM |
|
|
Thread: Problem with NetNTLM v2 and responder
Post: RE: Problem with NetNTLM v2 and responder
Sometimes the guest account is enabled by default, typically the password is empty. I’ve had hashcat crack these from time to time. |
|
soxrok2212 |
hashcat
|
2 |
2,100 |
01-18-2019, 06:07 PM |
|
|
Thread: Ryzen + RX 580 only one device working
Post: RE: Ryzen + RX 580 only one device working
I’m not quite sure what you’re asking, but 220kH/s is right on the money for an RX 580. You can use all the devices simultaneously with -d 1,2 in your command. Note that the RX 580 is literally a ... |
|
soxrok2212 |
hashcat
|
10 |
5,058 |
01-30-2019, 06:58 PM |
|
|
Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime
You need to install OpenCL.
Code:
--
apt-get install ocl-icd-libopencl1 opencl-headers clinfo
--
|
|
soxrok2212 |
hashcat
|
15 |
47,098 |
02-01-2019, 10:43 PM |
|
|
Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime
Have you rebooted after you installed? What does clinfo output? |
|
soxrok2212 |
hashcat
|
15 |
47,098 |
02-02-2019, 06:24 PM |
|
|
Thread: Hashcat drops speed
Post: RE: Hashcat drops speed
You have 13 PMKIDs in one file. If you’re only targeting one network, remove all the others. |
|
soxrok2212 |
hashcat
|
4 |
2,354 |
05-20-2019, 06:22 AM |