agent-python
agent-python copied to clipboard
Official python agent for using the distributed hashcracker Hashtopolis
I was running an incrementing hash and the benchmark was failing because of a passed in increment option. I'm not sure if this is complete as I'm new to hashcat,...
I appaulogize for all the whitespace trimming, it's a setting I have on. Up until recently I had a self signed certificate and wasn't able to use my reverse proxy...
setup.py would make life easier for putting this into @pentoo ``` # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # "stolen...
Adds support for running in a container which is useful in cloud GPU providers. I am happy to modify the `README` as well but I didn't want to be too...
closes issue hashtopolis/server#691
…guration
- In the initialization process, check if Homebrew and hashcat are installed. If not installed, hint the user to install before continue. - In Hashcat_Cracker, symlink the local hashcat with...
- remove zap checks, it is not used and crashed on read it; - add command line flag "-a" for hashlist file setup in arguments; - fix generic cracker benchmark...
# Info Closes https://github.com/hashtopolis/server/issues/667 Switches the client log (`client.log`) to use a `RotatingFileHandler` instead of just a raw open file handle. Adds two CLI arguments to adjust log rotation behavior,...