Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0
|
Mem5 |
hashcat
|
10 |
4,018 |
07-28-2020, 07:56 PM |
|
|
Thread: Is it hashfile.txt or example.hash
Post: RE: Is it hashfile.txt or example.hash
You can give the name and extension you want.
Commonly it's called hashes.txt because it's a list of hashes in a t(e)xt format..
But you can rename it baby.exe it will be the same for hashcat. |
|
Mem5 |
hashcat
|
4 |
675 |
07-29-2020, 12:07 PM |
|
|
Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU
Which OS ? Which GPU ? CUDA or OpenCL ?
This is a good start : https://www.google.com/search?q=nvidia+driver |
|
Mem5 |
hashcat
|
43 |
4,390 |
07-29-2020, 12:10 PM |
|
|
Thread: slow using rules
Post: RE: slow using rules
philsmd Wrote: (07-28-2020, 09:07 PM)
--
-S (..) makes sense for "not too slow" hashes and were you didn't provide too much password candidates in the dict for full acceleration
--
Are you able to... |
|
Mem5 |
hashcat
|
7 |
1,055 |
07-29-2020, 12:22 PM |
|
|
Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Got it running, kind of
FPTHHrw6mKhNZwL6 Wrote: (07-30-2020, 04:19 PM)
--
./hashcat.bin -a 3 -m 1400 Guess.hash -1 123456789 -2 0123456789- -3 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789- -4 abcdefghijklm... |
|
Mem5 |
hashcat
|
43 |
4,390 |
07-30-2020, 06:04 PM |
|
|
Thread: I ran hashcat with a bunch of *.16800 hash files, what is best way to see results?
Post: RE: I ran hashcat with a bunch of *.16800 hash fil...
- Use -o results.txt to write results to this file.
- Now, you can use --show to print the already cracked passwords.
- printing contents like "cat hashcat.potfile" can also do the job
Finally, -... |
|
Mem5 |
hashcat
|
4 |
729 |
07-31-2020, 10:28 AM |
|
|
Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat
'modules' directory should not be under /usr/bin
Try extracting hashcat into ~/
and run ~/hashcat-6.1.1/hashcat.bin -I |
|
Mem5 |
hashcat
|
12 |
1,185 |
08-14-2020, 11:50 PM |
|
|
Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat
Code:
--
apt-get -y install p7zip-full
wget "https://hashcat.net/files/hashcat-6.1.1.7z"
7z x hashcat-6.1.1.7z
cd hashcat-6.1.1
./hashcat.bin -I
--
|
|
Mem5 |
hashcat
|
12 |
1,185 |
08-15-2020, 08:58 PM |
|
|
Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat
As written: update CUDA (current is 11.0)
VeraCrypt is kinda secure, so yes it's "slow".
But you can get around 2073 H/s with a 2080 Ti
GPU K80 is very slow for all algorithms. Get a better GPU =) |
|
Mem5 |
hashcat
|
12 |
1,185 |
08-16-2020, 11:30 AM |
|
|
Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat
|
Mem5 |
hashcat
|
12 |
1,185 |
08-16-2020, 03:16 PM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
You have a driver issue.
I recommend to install CUDA Toolkit v11.0 https://developer.nvidia.com/cuda-downloads |
|
Mem5 |
hashcat
|
4 |
536 |
08-24-2020, 11:49 PM |
|
|
Thread: DES weird result
Post: DES weird result
Hi,
According to https://hashcat.net/wiki/doku.php?id=example_hashes (https://hashcat.net/wiki/doku.php?id=example_hashes) , DES sample hash is "hashcat1".
But I find "hashcau0"
Why?
Thanks!
C... |
|
Mem5 |
hashcat
|
1 |
329 |
08-03-2020, 09:00 PM |
|
|
Thread: tips on cracking SHA1 hash
Post: RE: tips on cracking SHA1 hash
Quote:
--
SHA1 hash with salt
--
First, choose the right mode, speed is not the same for all:
Code:
--
110 sha1($pass.$salt)
120 sha1($salt.$pass)
130 sha1(utf16le($pass).$salt)
140 sha1($salt.utf1... |
|
Mem5 |
hashcat
|
3 |
396 |
09-24-2020, 10:10 AM |
|
|
Thread: Which card for notebooks ?
Post: Which card for notebooks ?
Which graphic card do you recommend for gpu cracking on notebooks ?
Thanks. |
|
Mem5 |
Hardware
|
5 |
10,666 |
01-30-2012, 10:40 PM |
|
|
Thread: Which card for notebooks ?
Post: RE: Which card for notebooks ?
I know, but I have no choice. |
|
Mem5 |
Hardware
|
5 |
10,666 |
01-31-2012, 08:46 AM |
|
|
Thread: Which card for notebooks ?
Post: RE: Which card for notebooks ?
Number of shaders is the same as "CUDA Cores" ?
shader clock speed is "Processor Clock (MHz)" ?
Thanks. |
|
Mem5 |
Hardware
|
5 |
10,666 |
02-01-2012, 08:25 PM |
|
|
Thread: Ideal for PC
Post: RE: Ideal for PC
forumhero Wrote: (04-16-2012, 06:59 AM)
--
cpu doesn't matter for hash cracking with hashcat.
--
It DOES matter ! hashcat is CPU-based. The more powerful CPU, the faster you get. |
|
Mem5 |
Hardware
|
11 |
20,077 |
04-16-2012, 07:37 AM |
|
|
Thread: Recommanded OS for oclhashcat ?
Post: Recommanded OS for oclhashcat ?
Hi,
Is there an OS more recommended than an other for performance ? Win/Linux ? |
|
Mem5 |
Hardware
|
4 |
10,060 |
04-16-2012, 09:05 PM |
|
|
Thread: Recommanded OS for oclhashcat ?
Post: RE: Recommanded OS for oclhashcat ?
Thanks.
No overclocking.
I like linux too but will I get more performance if I only use the shell (no x-server like kde/gnome) under linux ? |
|
Mem5 |
Hardware
|
4 |
10,060 |
04-16-2012, 10:40 PM |
|
|
Thread: Ideal for PC
Post: RE: Ideal for PC
KT819GM Wrote: (04-16-2012, 04:55 PM)
--
It's even enough to use Atom cpu for SL3 ...
--
Do you mean that the CPU is not used at all and is useless for oclhashcat ? |
|
Mem5 |
Hardware
|
11 |
20,077 |
04-16-2012, 10:43 PM |