Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: GTX 1060 3Gb
Post: RE: GTX 1060 3Gb
Please post the command line and the whole output.
Also, you might be interested in https://hashcat.net/forum/archive/index.php?thread-7695.html |
|
Kryczek |
Hardware
|
8 |
3,376 |
09-19-2019, 05:29 PM |
|
|
Thread: Graphic card or cloud computing
Post: RE: Graphic card or cloud computing
Also avoid buying AMD cards for Hashcat, or really research the subject (benchmarks and "PCIe atomics" especially) if you absolutely want to.
See for example:
https://hashcat.net/forum/archive/i... |
|
Kryczek |
hashcat
|
3 |
1,503 |
10-11-2019, 10:53 AM |
|
|
Thread: GPU not utilised
Post: RE: GPU not utilised
As you can see at the beginning Hashcat skipped your integrated graphics and CPU but did not skip your GPU, then towards the end you can see it used your GPU at 90%. |
|
Kryczek |
hashcat
|
4 |
2,071 |
10-07-2019, 10:40 PM |
|
|
Thread: Found a password - Recovered ?
Post: RE: Found a password - Recovered ?
Put the WPA PSK in the wordlist and Hashcat should find it :) |
|
Kryczek |
hashcat
|
9 |
3,251 |
09-03-2019, 11:46 AM |
|
|
Thread: Found a password - Recovered ?
Post: RE: Found a password - Recovered ?
It stops when all (just 1 in your case) hashes have been cracked, otherwise it prints the hash and cleartext on the screen while running |
|
Kryczek |
hashcat
|
9 |
3,251 |
09-03-2019, 11:53 AM |
|
|
Thread: Equipment that mines at 1.6gh/s true?
Post: RE: Equipment that mines at 1.6gh/s true?
No, it's a special chip designed to run Bitcoin's algorithm (mostly SHA256 if I remember correctly) as quickly as possible and nothing else. |
|
Kryczek |
Hardware
|
2 |
1,805 |
11-04-2019, 02:05 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
Try each card separately? :) |
|
Kryczek |
hashcat
|
43 |
12,655 |
09-02-2019, 11:54 AM |
|
|
Thread: Creating Custom Password List
Post: RE: Creating Custom Password List
For example with Bash:
$ for WLAN_MAC in 112233445566 112233abcdef 112233abcde0; do ETH_MAC=`printf '%x' $(( 0x$WLAN_MAC - 1 ))`; echo $ETH_MAC | cut -c 3-; done
2233445565
2233abcdee
2233abcddf... |
|
Kryczek |
General Talk
|
6 |
2,559 |
10-24-2019, 11:47 AM |
|
|
Thread: core speed limitation - overclocking
Post: RE: core speed limitation - overclocking
Be careful with overclocking and intense workloads:
Many consumer-grade graphics cards are not designed to be running at 100% for a long time but instead are expected to often have the opportunity ... |
|
Kryczek |
hashcat
|
4 |
1,729 |
09-27-2019, 08:55 AM |
|
|
Thread: Building password list
Post: RE: Building password list
Ar76 Wrote: (09-05-2019, 05:00 PM)
--
Code:
--
#include
#include
int main(){
FILE *FP;
int i=0;
char buffer[20];
sprintf(buffer, "combos.text", i);
fp=fopen(buffer, "w");
for(i=0; i |
|
Kryczek |
hashcat
|
21 |
7,827 |
09-06-2019, 01:23 PM |
|
|
Thread: Building 4x GTX 1080 server
Post: RE: Building 4x GTX 1080 server
If efficiency and optimal cooling are more important than price, I think it would be hard to find better than NVIDIA's own DGX-1 and HGX-1 systems: https://www.youtube.com/watch?v=fAZS4V2aolI (https:/... |
|
Kryczek |
Hardware
|
4 |
5,952 |
08-29-2017, 07:11 PM |
|
|
Thread: brute force with 11 length password(MD4)
Post: RE: brute force with 11 length password(MD4)
It was working! You just needed to let it run 91 days.
Can you be more specific about "lower case +number": does it mean [a-z]{10}[0-9] or is it really that each of the 11 characters can be either ... |
|
Kryczek |
hashcat
|
9 |
3,455 |
11-25-2019, 02:03 PM |
|
|
Thread: AMD GPU and opencl
Post: RE: AMD GPU and opencl
What warnings/errors do you get? |
|
Kryczek |
hashcat
|
1 |
887 |
10-07-2019, 10:44 PM |
|
|
Thread: 2080 super vs 2080ti
Post: RE: 2080 super vs 2080ti
Why replace the FE cards? :) |
|
Kryczek |
Hardware
|
4 |
3,046 |
10-08-2019, 09:41 AM |
|
|
Thread: GeForce 1040 coming, hopefully this means FE stock before Volta next year
Post: GeForce 1040 coming, hopefully this means FE stock...
https://liliputing.com/2017/08/nvidia-geforce-1040-graphics-coming-soon-laptops-leaks.html (https://liliputing.com/2017/08/nvidia-geforce-1040-graphics-coming-soon-laptops-leaks.html)
It's only in ... |
|
Kryczek |
Hardware
|
0 |
1,991 |
08-29-2017, 01:42 PM |
|
|
Thread: 3x boost to Titan Xp and Titan X(Pascal) with 385.12 Beta driver
Post: 3x boost to Titan Xp and Titan X(Pascal) with 385....
Hello everyone!
I've been following and digging around this story for the past few days: https://www.reddit.com/r/nvidia/comments/6qrrde/nvidia_improves_titan_xp_performance_for_creative/ (https://... |
|
Kryczek |
Hardware
|
0 |
2,601 |
08-05-2017, 03:05 AM |