
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://www.codefactor.io/repository/github/hashtopolis/agent-python/badge](https://www.codefactor.io/repository/github/hashtopolis/agent-python) https://travis-ci.com/hashtopolis/agent-python.svg?branch=master](https://travis-ci.com/hashtopolis/agent-python)
This agent is used with https://github.com/hashtopolis/server, read the wiki or create issues there, visit the Forum. This Hashtopolis agent is only compatible with Hashtopolis versions 0.5.0 and higher.
You need python3 installed on your agent system. Following python packages are required:
You can either download the agent from the Hashtopolis new agent page or you can use the url shown there to download the agent with wget/curl.
To run the agent you simply need to call python3 hashtopolis.zip. The settings/configurations normally are done via the config file, described in one of the following sections.
Please note:
usage: python3 hashtopolis.zip [-h] [--de-register] [--version] [--number-only] [--disable-update] [--debug] [--voucher VOUCHER] [--url URL] [--cert CERT] [--files-path FILES_PATH] [--crackers-path CRACKERS_PATH] [--hashlists-path HASHLISTS_PATH] [--preprocessors-path PREPROCESSORS_PATH] [--zaps-path ZAPS_PATH] [--cpu-only] Hashtopolis Client v0.7.4 optional arguments: -h, --help show this help message and exit --de-register client should automatically de-register from server now --version show version information --number-only when using --version show only the number --disable-update disable retrieving auto-updates of the client from the server --debug, -d enforce debugging output --voucher VOUCHER voucher to use to automatically register --url URL URL to Hashtopolis client API --cert CERT Client TLS cert bundle for Hashtopolis client API --files-path FILES_PATH Use given folder path as files location --crackers-path CRACKERS_PATH Use given folder path as crackers location --hashlists-path HASHLISTS_PATH Use given folder path as hashlists location --preprocessors-path PREPROCESSORS_PATH Use given folder path as preprocessors location --zaps-path ZAPS_PATH Use given folder path as zaps location --cpu-only Force client to register as CPU only and also only reading out CPU information
When you run the client for the first time it will ask automatically for all the requirement settings and then saves it automatically to a config file called config.json. This could for example look like this:
{ "url": "https://example.org/hashtopolis/api/server.php", "token": "ABCDEFGHIJ", "uuid": "49dcd31c-3637-4f2a-8df1-b545202df5b3" }
| field | type | default | description |
|---|---|---|---|
| voucher | string | Used for agent registration (will be prompted on first start) | |
| url | string | The hashtopolis API endpoint (will be prompted on first start) | |
| token | string | The access token for the API (sent by server on registration) | |
| uuid | string | Unique identifier of the agent (generated on registration) | |
| debug | boolean | false | Enables debug output |
| allow-piping | boolean | false | Allows hashcat to read password candidates from stdin |
| piping-threshold | integer | 95 | Restarts chunk in piping mode when GPU UTIL is below this value |
| rsync | boolean | false | Enables download of wordlists and rules via rsync |
| rsync-path | string | Remote path to hashtopolis files directory | |
| multicast-device | string | eth0 | Device which is used to retrieve UDP multicast file distribution |
| file-deletion-disable | boolean | false | Disable requesting the server for files to delete |
| file-deletion-interval | integer | 600 | Interval time in seconds in which the agent should check for deleted files |
| proxies | object | Specify proxies e.g. "proxies": {"https": "localhost:8433"} | |
| auth-user | string | HTTP Basic Auth user | |
| auth-password | string | HTTP Basic Auth password | |
| outfile-history | boolean | false | Keep old hashcat outfiles with founds and not getting them overwritten |
| files-path | string | Use given folder path as files location | |
| ***ers-path | string | Use given folder path as ***ers location | |
| hashlists-path | string | Use given folder path as hashlists location | |
| preprocessors-path | string | Use given folder path as preprocessors location | |
| zaps-path | string | Use given folder path as zaps location | |
| cpu-only | boolean | false | Only send CPU information about agent (for CPU only agents) |
{ "url": "https://example.org/hashtopolis/api/server.php", "token": "7RNDqtnPxm", "uuid": "49dcd31c-3637-4f2a-8df1-b545202df5b3", "debug": true }
You need a user on the server which can automatically login (e.g. SSH keys) and has read access to the files directory of hashtopolis. On the client side you need rsync installed and set the following lines in your agent config.
"rsync": true, "rsync-path": "user@yourserver:/path/to/hashtopolis/files"
In order to use the multicast distribution for files, please make sure that the agents and server are prepared according to this:https://github.com/hashtopolis/runner
The list contains all Hashcat versions with which the client was tested and is able to work with (other versions might work):
This client is able to run generic Hashtopolis ***er binaries which fulfill the minimal functionality requirements, described https://github.com/s3inlc/hashtopolis/tree/master/doc/README.md. An example implementation can be found https://github.com/hashtopolis/generic-***er
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务
以下是 hashtopolis/agent 相关的常用 Docker 镜像,适用于 不同场景 等不同场景: