LLM服务识别 是 AI Skill Hub 本期精选AI工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
将IP:Port转换为Ollama、vLLM、LiteLLM等LLM服务
LLM服务识别 是一款基于 Go 开发的开源工具,专注于 ai-security、attack-surface、capability 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
将IP:Port转换为Ollama、vLLM、LiteLLM等LLM服务
LLM服务识别 是一款基于 Go 开发的开源工具,专注于 ai-security、attack-surface、capability 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:go install(推荐) go install github.com/praetorian-inc/julius@latest # 方式二:从源码编译 git clone https://github.com/praetorian-inc/julius cd julius go build -o julius . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/praetorian-inc/julius/releases
# 查看帮助 julius --help # 基本运行 julius [options] <input> # 详细使用说明请查阅文档 # https://github.com/praetorian-inc/julius
# julius 配置说明 # 查看配置选项 julius --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export JULIUS_CONFIG="/path/to/config.yml"
<img width="1200" height="628" alt="Julius - Open source LLM service fingerprinting tool for security professionals. Identify Ollama, vLLM, LiteLLM and 17+ AI services." src="https://github.com/user-attachments/assets/54c4b17d-4f85-40a3-8b03-ba0b9630fa82" />
| Feature | Description |
|---|---|
| **63 LLM Services** | Detects Ollama, vLLM, LiteLLM, LocalAI, Hugging Face TGI, AWS Bedrock, and 57 more |
| **Fast Scanning** | Concurrent probing with intelligent port-based prioritization |
| **Model Discovery** | Extracts available models from identified endpoints |
| **Specificity Scoring** | 1-100 scoring ranks results by most specific match (e.g., LiteLLM over generic OpenAI-compatible) |
| **Multiple Inputs** | Single target, file input, or stdin piping |
| **Flexible Output** | Table, JSON, or JSONL formats for easy integration |
| **Extensible** | Add new service detection via simple YAML probe files |
| **Offline Operation** | No cloud dependencies - runs entirely locally |
| **Single Binary** | Go-based tool compiles to one portable executable |
go install github.com/praetorian-inc/julius/cmd/julius@latest
julius probe https://target.example.com
+----------------------------+---------+-------------+-------------+--------+-------+
| TARGET | SERVICE | SPECIFICITY | CATEGORY | MODELS | ERROR |
+----------------------------+---------+-------------+-------------+--------+-------+
| https://target.example.com | ollama | 100 | self-hosted | | |
+----------------------------+---------+-------------+-------------+--------+-------+
```bash
julius probe -t 10 https://target.example.com
简介:Julius 是一个开源的 LLM 服务指纹识别工具,用于安全专业人员识别 Ollama、vLLM、LiteLLM 和 17+ AI 服务。
功能:Julius 支持 63 个 LLM 服务的检测,包括 Ollama、vLLM、LiteLLM、LocalAI、Hugging Face TGI、AWS Bedrock 和 57 个其他服务。它还支持快速扫描、模型发现和特异性评分等功能。
安装:使用以下命令安装 Julius:go install github.com/praetorian-inc/julius/cmd/julius@latest
使用教程:基本使用方法如下:julius probe https://target.example.com
配置:Julius 支持通过命令行参数进行配置,例如增加超时时间(默认 5 秒):julius probe -t 10 https://target.example.com
API:Julius 提供 API 接口用于增强超时时间等功能
FAQ:Julius FAQ 中包含了常见问题和解决方案
高效的LLM服务识别工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,LLM服务识别 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | julius |
| 原始描述 | 开源AI工具:Simple LLM service identification - translate IP:Port to Ollama, vLLM, LiteLLM, 。⭐68 · Go |
| Topics | ai-securityattack-surfacecapabilitygolangllm-evaluation |
| GitHub | https://github.com/praetorian-inc/julius |
| License | Apache-2.0 |
| 语言 | Go |
收录时间:2026-06-06 · 更新时间:2026-06-06 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。