Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: GPU temp retain trigger doesn't work
Post: RE: GPU temp retain trigger doesn't work
Sounds like you can not set the fanspeed from SSH console. Fix this first and it will automatically enable the hashcat retain support. |
|
atom |
hashcat
|
3 |
6,709 |
04-05-2017, 11:24 AM |
|
|
Thread: GPU temp retain trigger doesn't work
Post: RE: GPU temp retain trigger doesn't work
It depends on your OS/Distribution. I just wanted to show your it's not a hashcat issue. |
|
atom |
hashcat
|
3 |
6,709 |
04-06-2017, 09:21 AM |
|
|
Thread: Understanding speed-only
Post: RE: Understanding speed-only
Note that --keyspace does not return the entire keyspace in case you're cracking fast hashes. It's only the base count, the amplifiers are left out and run inside the kernel. The "ms" count is the tim... |
|
atom |
hashcat
|
3 |
4,168 |
04-20-2017, 08:31 AM |
|
|
Thread: Increasing maximum salt length in custom kernel
Post: RE: Increasing maximum salt length in custom kerne...
If it's a custom kernel it's propably only a few hashes to crack, in this case you can simply hardcode the salt values into the kernel. |
|
atom |
hashcat
|
3 |
3,477 |
05-07-2017, 07:49 PM |
|
|
Thread: 8-12% drop in speed in "Hashcat 3.5.0" (running wpa2)
Post: RE: 8-12% drop in speed in "Hashcat 3.5.0" (runnin...
You can "reset to hccap" the way how hashcat is working by using --nonce-error-corrections=0 |
|
atom |
hashcat
|
3 |
4,718 |
05-07-2017, 08:02 PM |
|
|
Thread: example0 failed
Post: RE: example0 failed
Looks like a problem when hashcat tries to access some of the files. This is not related to libXNVCtrl, the difference to 3.0.0 is that this version did not had a file check on startup. So maybe you'r... |
|
atom |
hashcat
|
3 |
6,767 |
05-07-2017, 08:04 PM |
|
|
Thread: --show step too slow using large file
Post: RE: --show step too slow using large file
The problem here is the --username switch. This causes hashcat to allocate a large memory block for each hash. If you have 100 million, it will take years. So the solution would be to not use --userna... |
|
atom |
hashcat
|
3 |
4,270 |
05-07-2017, 08:07 PM |
|
|
Thread: Increasing maximum salt length in custom kernel
Post: RE: Increasing maximum salt length in custom kerne...
The maximum block size for 32 bit based sha* versions is 64 and 128 for the 64 bit based ones. So in case you want to compute a sha1 of an input message of length 102 you need to split them in two par... |
|
atom |
hashcat
|
3 |
3,477 |
05-13-2017, 02:20 PM |
|
|
Thread: 8-12% drop in speed in "Hashcat 3.5.0" (running wpa2)
Post: RE: 8-12% drop in speed in "Hashcat 3.5.0" (runnin...
Then you maybe want to fix your handshake recording. Try out wlandump from https://github.com/ZerBea/hcxtools it's the way to go in 2017. |
|
atom |
hashcat
|
3 |
4,718 |
05-13-2017, 02:23 PM |
|
|
Thread: Joomla 3.7 hash type?
Post: RE: Joomla 3.7 hash type?
I'm afraid it could be bcrypt(md5($pass.$salt)) so that they can stay backward compatible and do not require the users to re-enter the password in order to update the hashes to just bcrypt. Can someon... |
|
atom |
hashcat
|
3 |
4,586 |
05-13-2017, 02:34 PM |
|
|
Thread: Start at specific word in list?
Post: RE: Start at specific word in list?
You can use -s to set the base word from where to start |
|
atom |
General Talk
|
3 |
3,861 |
06-05-2017, 07:07 PM |
|
|
Thread: benchmarking and retain
Post: RE: benchmarking and retain
The kernel runtime (miliseconds) is too short to produce any heat on the GPU |
|
atom |
hashcat
|
3 |
3,392 |
06-13-2017, 08:38 AM |
|
|
Thread: Cracked hashes not going to outfile?
Post: RE: Cracked hashes not going to outfile?
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
atom |
hashcat
|
3 |
3,830 |
06-13-2017, 08:38 AM |
|
|
Thread: CUDA?
Post: RE: CUDA?
That's right, hashcat no longer uses CUDA, but OpenCL. There's some speed drop caused by OpenCL but in Hashcat we can either avoid it by doing some workaround in the code (which requires SM >= 50) or ... |
|
atom |
hashcat
|
3 |
13,478 |
07-15-2017, 12:49 PM |
|
|
Thread: CUDA?
Post: RE: CUDA?
From a technical perspective and for our use-case OpenCL is clearly superior to CUDA. The problem is more like a political one. NV (being the current leader in producing hardware practical for passwor... |
|
atom |
hashcat
|
3 |
13,478 |
07-16-2017, 01:41 PM |
|
|
Thread: foreign words and --remove
Post: RE: foreign words and --remove
Note that latest hashcat versions have this:
Quote:
--
--encoding-from | Code | Force internal wordlist encoding from X | --encoding-from=iso-8859-15
--encoding-to ... |
|
atom |
hashcat
|
3 |
3,868 |
08-10-2017, 04:06 PM |
|
|
Thread: Hashcat 3.6.0 freeze on Ubuntu 16.04.3 LTS with amdgpu-pro-17.30
Post: RE: Hashcat 3.6.0 freeze on Ubuntu 16.04.3 LTS wit...
As you can see from the dmesg output yourself, hashcat is not the problem. The AMDGPU-Pro driver is still kind of unstable. I'd recommend ROCm instead, but even ROCm is still not production ready. The... |
|
atom |
hashcat
|
3 |
5,051 |
08-31-2017, 10:15 AM |
|
|
Thread: 1password agilebits conversion - doesn't match sample?
Post: RE: 1password agilebits conversion - doesn't match...
Maybe format changed in the meanwhile? |
|
atom |
hashcat
|
3 |
3,947 |
08-31-2017, 10:15 AM |
|
|
Thread: Want to implement SHA3-256 with Iterations
Post: RE: Want to implement SHA3-256 with Iterations
|
atom |
hashcat
|
3 |
4,037 |
09-08-2017, 01:57 PM |
|
|
Thread: User:plain output
Post: RE: User:plain output
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
atom |
hashcat
|
3 |
3,581 |
09-17-2017, 01:27 PM |