Releases: hashtopolis/agent-python
Releases · hashtopolis/agent-python
Release v0.7.2
Bugfixes
- When using older hashcat version Hashtopolis doesn't detect the binary correctly (hashcat64.bin) #hashtopolis/server/1012
Release v0.7.1
Bugfixes
- Agent working again on Windows, all paths have been converted to Pathlib.Path and using the correct quoting of arguments.
- 7z wordlist not extracting correctly on Windows.
- preprocessor not working correctly on both Windows and Linux.
Release v0.7.0
Enhancements
- Paths for files, crackers, hashlists, zaps and preprocessors can be set via command line args or config.
Features
- Allow the agent to register as CPU only on the server and sending only CPU information.
Bugfixes
- Introduced time delay to prevent spamming server with requests when connection is refused (issue #799).
- Fixed crash occurring when a custom hashcat version tag is used which contains non-numerical parts.
Release v0.6.1
Features
- Added monitoring of cpu utilization and sending to server.
- Allow setting a certs bundle using for the connections.
Bugfixes
- Fixed missing space with certain attack commands.
- Fixed crashing agent when hashcat benchmark output contained warnings.
- Fixed version detection on Hashcat release versions.
- Fixed parsing of hashcat status with no temp values.
Release v0.6.0
Features
- Generic integration of preprocessors.
- Added compatibility for newer Hashcat versions with different outfile format specification.
Bugfixes
- Fixed crash handling on generic cracker for invalid binary names
Release v0.5.0
Enhancements
- Adapt to path change of Hashcat which dropped pre-builds for 32-bit.
Bugfixes
- Increased waiting time after full hashlist crack as hashcat quits too fast.
Release v0.4.0
Features
- Agents can de-register from server automatically on quitting.
Bugfixes
- Fixed benchmark commands for hashes with have salts separated from hash.
Enhancements
- Agent checks if there is already an agent running in the same directory.
- Agent cleans up old hashcat PID files on startup.
- Outfile names can be unique if configured.
Release v0.3.0
Features
- Agents can run health checks requested from the server.
Bugfixes
- Fixed benchmark results when having many GPUs in one agent.
- Fixed sleep after finishing of task to avoid cracks not being caught.
- Fixed sleep after finishing of task to avoid cracks not being caught.
Enhancements
- Added check for chunk length 0 sent from the server to avoid full agent crash on running.
- Using requests session
- Added option for using proxies
- Added HTTP Basic Auth support