Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
Try each card separately? :) |
|
Kryczek |
hashcat
|
43 |
12,623 |
09-02-2019, 11:54 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,794 |
09-06-2019, 01:23 PM |
|
|
Thread: NVIDIA GTX 1080 TI Turbo vs TI FE vs TI Strix *11G
Post: RE: NVIDIA GTX 1080 TI Turbo vs TI FE vs TI Strix ...
It's simple:
Turbo = no
FE = yes
Strix = no
:) |
|
Kryczek |
Hardware
|
8 |
7,765 |
09-06-2017, 12:09 AM |
|
|
Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
Since when do chickens have jobs, let alone know how to use computers? I question your knowledge of ADM and Nivida/Nivdia hardware on Unbuntu... And that Adom guy, what does he know about Hashcat anyw... |
|
Kryczek |
hashcat
|
20 |
6,831 |
10-14-2019, 12:28 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,945 |
08-29-2017, 07:11 PM |
|
|
Thread: some hardware questions for building a new rig
Post: RE: some hardware questions for building a new rig
You need Founders Edition cards, which unfortunately seem to be out of stock everywhere at the moment.
Even though 1080TI-FE cards are sold under a variety of brands (NVIDIA itself, EVGA, ASUS, etc... |
|
Kryczek |
Hardware
|
4 |
4,541 |
08-31-2017, 02:03 PM |
|
|
Thread: Isn't there anyone who could have tested an RX 5700 XT with myROCm on linux
Post: RE: Isn't there anyone who could have tested an RX...
undeath Wrote: (12-27-2019, 01:00 PM)
--
There is no source code in this repository but a compiled binary available for download. So much for open source lol.
--
Not just hypocritical, but most dan... |
|
Kryczek |
Hardware
|
7 |
4,303 |
01-17-2020, 02:54 PM |
|
|
Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted
Is the password in the wordlist? Try with the MD5 hash of a word that is in the wordlist for sure? |
|
Kryczek |
hashcat
|
9 |
3,451 |
05-12-2019, 07:49 PM |
|
|
Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted
Try with f806fc5a2a0d5ba2471600758452799c (the MD5 hash of "rockyou"), it is present in your wordlist for sure. |
|
Kryczek |
hashcat
|
9 |
3,451 |
05-13-2019, 04:20 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,449 |
11-25-2019, 02:03 PM |
|
|
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,368 |
09-19-2019, 05:29 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,237 |
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,237 |
09-03-2019, 11:53 AM |
|
|
Thread: 2080 super vs 2080ti
Post: RE: 2080 super vs 2080ti
Why replace the FE cards? :) |
|
Kryczek |
Hardware
|
4 |
3,042 |
10-08-2019, 09:41 AM |
|
|
Thread: Hashcat not working on q8200
Post: RE: Hashcat not working on q8200
CUDA is as far as I know a nVidia-only GPU-only technology, maybe you meant OpenCL which is the cross-platform equivalent?
To use OpenCL on Intel CPUs you might have to install both the CPU ICD (pr... |
|
Kryczek |
hashcat
|
10 |
3,037 |
08-28-2019, 10:55 AM |
|
|
Thread: Hashcat not working on q8200
Post: RE: Hashcat not working on q8200
You just need the GPU to support OpenCL and be supported by Hashcat, i.e. pretty much any recent good GPU :) For example the GPUs that people discuss and benchmark here, or you can ask about a specifi... |
|
Kryczek |
hashcat
|
10 |
3,037 |
08-28-2019, 02:44 PM |
|
|
Thread: Hashcat not working on q8200
Post: RE: Hashcat not working on q8200
Ah yes, sorry, I did not express myself correctly :) I meant that CPU+GPU turned out to be slower than using my GPU alone; I discovered that with GPU-friendly hashes indeed but it is likely to happen ... |
|
Kryczek |
hashcat
|
10 |
3,037 |
08-29-2019, 12:01 PM |
|
|
Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain
Hi,
I am not sure I understand the question either but I think you might be referring to the fact that the more hashes/ciphertexts you load, the slower Hashcat gets?
This is normal :) Because wi... |
|
Kryczek |
hashcat
|
7 |
2,905 |
11-04-2019, 09:54 AM |
|
|
Thread: Rtx 2080 max-q
Post: RE: Rtx 2080 max-q
From the page you linked:
"Boost Clock (MHz) 1095 [40% slower than] 1800"
"Base Clock (MHz) 735 [half as slow as] 1515"
Maybe you were misled by the graphs? They are not comparing laptop vs deskt... |
|
Kryczek |
Hardware
|
5 |
2,759 |
08-20-2019, 03:52 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,600 |
08-05-2017, 03:05 AM |