FFAMax

Results 75 comments of FFAMax

>we attack only one hash @RealEnder Alex, here is some comparison: 1 device 1 hash: ``` user@b250:~/hashcat$ time /usr/bin/hashcat -d 2 -w 1 -m22000 --advice-disable --logfile-disable --potfile-disable --nonce-error-corrections=8 --session help_crack...

One more thing, now IIUC, works are generated based on hkey, not SSID. That's mean, if talk about PMKID only, we unable to calculate PMK only once for pair PSK+SSID...

So probably the idea was not about money but about tracking and contributing spare resources and have chance to take it back when you need. The same principle was used...

I see the sequence: 1. Discover model in the local network. If yes - sync with peers. Somewhere around implementation of distributed file system, like GlusterFS, it can run without...

> I couldn't figure out from the README if I can run this on a cluster of Raspberry Pis? Do Linux systems require some sort of Nvidia-based card (which is...

Hit the same. Example, how to run: ``` SUPPORT_BF16=0 exo ``` upd: on another system doesn't help Summary: doesn't work for RTX 3060 & RTX 4090

Also found pip will fail if no dpkg python3-dev installed ``` apt-get install python3-dev ``` to avoid ``` netifaces.c:1:10: fatal error: Python.h: No such file or directory 1 | #include...

In case pycuda somebody need to proper do other stuff around, do: ``` apt-get install g++ ``` prior ``` pip install pycuda ```

This also related partially to https://github.com/exo-explore/exo/issues/123