FFAMax
FFAMax
> exo_used_ports In tmp dir will be created file exo_used_ports. Once another user wanna use exo, file is there and cause user can't use
> Is the issue that you might collide with a port used by another machine in the network? I don't think it may interfere with another machine on the network...
> CLANG and CUDA peers that use tinygrad are compatible. The case: on one node due some glitch GPU stopped responding (aka driver issue, GPU(HW) issue, etc), this make entire...
``` user@b250:~/hashcat$ time /usr/bin/hashcat -d 1,4,5,6,7 -w 1 -m22000 --advice-disable --logfile-disable --potfile-disable --nonce-error-corrections=8 --session help_crack -ohelp_crack.key help_crack.hash wpskey0.txt.gz wpskey1.txt.gz wpskey2.txt.gz wpskey3.txt.gz wpskey4.txt.gz wpskey5.txt.gz wpskey6.txt.gz wpskey7.txt.gz wpskey8.txt.gz wpskey9.txt.gz openwall.txt.gz wp_fr.txt.gz wpchit_bg.txt.gz...
``` $ cat wpskey0.txt.gz wpskey1.txt.gz wpskey2.txt.gz wpskey3.txt.gz wpskey4.txt.gz wpskey5.txt.gz wpskey6.txt.gz wpskey7.txt.gz wpskey8.txt.gz wpskey9.txt.gz openwall.txt.gz wp_fr.txt.gz wpchit_bg.txt.gz cow_ud_pc.txt.gz > combined-cat.txt.gz $ zcat wpskey0.txt.gz wpskey1.txt.gz wpskey2.txt.gz wpskey3.txt.gz wpskey4.txt.gz wpskey5.txt.gz wpskey6.txt.gz wpskey7.txt.gz wpskey8.txt.gz...
>to reduce IO and disk usage. So increasing CPU usage :) tmpfs, load more hashes to re-use loaded to GPU dicts - are options
Spoiler: combined, compressed is better option when interface is limited. Before move forward, just double check data are the same ``` $cat cracked.txt.gz openwall.txt.gz prdict.txt.gz wp_fr.txt.gz wpchit_bg.txt.gz wpskey0.txt.gz wpskey1.txt.gz wpskey2.txt.gz...
Another one, hkey E501774E7422C1C2D50F65E2675F4EB8, the same
Wanna make sure we are talking about the same. What I found - PSK was not found in several months. I'm sure it went through 14+ dicts during this time....
@S0ly now rules are implemented it will help a little bit. In general IIUC project is focusing on audit, study and improve security. Decrypter is a little bit different. Is...