agent-python icon indicating copy to clipboard operation
agent-python copied to clipboard

Official python agent for using the distributed hashcracker Hashtopolis

Results 17 agent-python issues
Sort by recently updated
recently updated
newest added

This pull request introduces a feature to the hashtopolis agent-python that allows the option for the agent to use mTLS verification in its session with the hashtopolis server. This is...

closes https://github.com/hashtopolis/server/issues/1052

When building a custom version of the agent, I ran into a `NameError` because `requests` wasn't imported.

During the time of working with your wonderful development I encountered the problem that your agent does not start on a PC with Windows Server 2012 and Windows Server 2012...

Hi guys, I was using Hashtopolis inside a Docker container inside a VPS, however I wanted to integrated vast.ai to act as my agents and so for that I had...

This pull request introduces a comprehensive refactor of the hashtopolis/agent-python codebase with the following objectives: - **Elimination of Global Variables**: Transitioned from using global variables to encapsulating functionality within an...