Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
You need to extract the Axcrypt hash, rather than feeding hashcat the entire file.
https://github.com/Fist0urs/AxSuite |
|
royce |
hashcat
|
10 |
11,238 |
05-30-2017, 08:59 PM |
|
|
Thread: Temperature limit on GPU
Post: RE: Temperature limit on GPU
Your GPU is getting too hot. Improve your cooling / airflow / thermals. |
|
royce |
General Talk
|
4 |
8,309 |
06-02-2017, 11:01 PM |
|
|
Thread: special char in mask
Post: RE: special char in mask
On the (Windows?) command line, you'll need to handle differently any strings that contain an apostrophe (').
One of these may work:
1. Double quotes around the entire mask:
Code:
--
hashcat... |
|
royce |
hashcat
|
2 |
3,317 |
06-04-2017, 06:34 AM |
|
|
Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.
You cannot directly load the keepass file itself - you need to extract the hash to provide to hashcat.
John the Ripper's keepass2john or harmj0y's Python port of keepass2john (https://gist.github.c... |
|
royce |
hashcat
|
8 |
6,754 |
06-04-2017, 04:45 PM |
|
|
Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.
If you're just using CPU, maybe try -D 1 ?
More info here:
https://hashcat.net/forum/thread-5566.html |
|
royce |
hashcat
|
8 |
6,754 |
06-04-2017, 06:03 PM |
|
|
Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.
Could you be more specific? :) |
|
royce |
hashcat
|
8 |
6,754 |
06-04-2017, 06:59 PM |
|
|
Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.
To cross-check your methodology, consider creating a new KeePass volume with the same specifications and a known password, then try to crack that. :) |
|
royce |
hashcat
|
8 |
6,754 |
06-04-2017, 09:07 PM |
|
|
Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU
If you're using your CPU for activities indirectly related to the actual cracking phase (like working with wordlists, etc.), then most CPUs are fine (faster and more cores are better, etc).
But if ... |
|
royce |
Hardware
|
42 |
58,349 |
06-05-2017, 12:46 AM |
|
|
Thread: PBKDF2-SHA512 (Hash type 7100) Command Syntax
Post: RE: PBKDF2-SHA512 (Hash type 7100) Command Syntax
Attack mode '0' (-a 0) is the "straight" / dictionary attack.
Running
Code:
--
hashcat --help
--
... at the bottom, you'll see an example:
Code:
--
Wordlist | $P$ | hashcat -a 0 -m... |
|
royce |
hashcat
|
1 |
3,143 |
06-05-2017, 07:29 AM |
|
|
Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU
OK, so to recap:
* @NikosD stated that Ryzen 7 1800X "is the best mainstream CPU for everything, even cracking."
* @epixoip specifically addressed hashing performance in his reply, by documenting h... |
|
royce |
Hardware
|
42 |
58,349 |
06-05-2017, 06:01 PM |
|
|
Thread: truecrypt with unknown algorithm
Post: RE: truecrypt with unknown algorithm
There isn't an option to try all methods, because -- by design -- it is difficult to confirm which algorithms were used (other than by successfully mounting it or cracking it).
The best you'll be a... |
|
royce |
hashcat
|
2 |
3,236 |
06-06-2017, 02:43 PM |
|
|
Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU
@NikosD, if you don't see Kabylake's Core i7 7700K results ... then generate them yourself, post them, and let the numbers speak for themselves.
You continue to make claims that overall processor pe... |
|
royce |
Hardware
|
42 |
58,349 |
06-06-2017, 06:01 PM |
|
|
Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU
The suspense is palpable. |
|
royce |
Hardware
|
42 |
58,349 |
06-08-2017, 04:39 AM |
|
|
Thread: hashcat v3.6.0
Post: RE: hashcat v3.6.0
Benchmarks for 1080:
Code:
--
$ nvidia-smi | grep Driver
| NVIDIA-SMI 375.66 Driver Version: 375.66 |
$ uname -sm
Linux x86_64
$ cat /etc/lsb-release | grep DE... |
|
royce |
hashcat
|
6 |
26,344 |
06-09-2017, 06:14 PM |
|
|
Thread: Virtual VRAM is stuck at 1024mb
Post: RE: Virtual VRAM is stuck at 1024mb
This is a known issue where NVIDIA specifically appears to never allocate more than 25% of total memory.
https://devtalk.nvidia.com/default/topic/992502/why-is-cl_device_max_mem_alloc_size-never-la... |
|
royce |
hashcat
|
2 |
3,413 |
06-10-2017, 01:19 AM |
|
|
Thread: hashcat v3.6.0
Post: RE: hashcat v3.6.0
magimix Wrote: (06-12-2017, 10:42 AM)
--
hello royce
can you tell me, what is your OS and what is your version of nvidia drivers please.
Thanks you !
--
Good call. Will also update post.
... |
|
royce |
hashcat
|
6 |
26,344 |
06-12-2017, 03:04 PM |
|
|
Thread: PeopleSoft with salt
Post: RE: PeopleSoft with salt
The salt is intrinsic to the hash. The only way to rework the salts would be if you already had the plain text password. |
|
royce |
hashcat
|
3 |
4,401 |
06-13-2017, 05:21 PM |
|
|
Thread: Best GPU
Post: RE: Best GPU
Neither. :) Go NVIDIA, 10xx series (1070, 1080, 1080Ti). If you get Founder's Edition (recommended), the vendor doesn't matter, because they all follow the same NVIDIA spec. |
|
royce |
General Talk
|
8 |
9,094 |
06-14-2017, 08:53 PM |
|
|
Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU
Now that CCC is over, maybe @epixoip will have time for an unboxing. ;) |
|
royce |
Hardware
|
42 |
58,349 |
06-14-2017, 08:56 PM |
|
|
Thread: Best GPU
Post: RE: Best GPU
|
royce |
General Talk
|
8 |
9,094 |
06-17-2017, 08:25 AM |