Mellowambience/ghostline
GitHub: Mellowambience/ghostline
Ghostline 是一个模块化的命令行开源安全工具集,通过统一调度器集成端口扫描、密码检查、DNS 测试、OSINT 侦察、Web 审计等多个独立模块,解决防御性安全工作中多工具分散管理的问题。
Stars: 1 | Forks: 0
# Ghostline
Ghostline 是一系列小型、专注的开源安全工具的集合。每个
模块独立安装,并由一个统一的 `ghostline` 调度器封装。
## 模块
| 调度器 | 模块 | 功能描述 | 状态 |
|------------|--------|--------------|--------|
| `ghostline scan` | `ghost-scan` | TCP connect 端口扫描器 + 服务指纹识别 | ✅ |
| `ghostline vault` | `vaultcheck` | 密码强度 + HIBP 泄露检查 | ✅ |
| `ghostline dns` | `ghostdns` | DNS 解析器对比 + 泄露测试 | ✅ |
| `ghostline trace` | `phantomtrace` | 公开数据 OSINT 侦察 (DNS/TLS/HTTP/WHOIS) | ✅ |
| `ghostline audit` | `shadowaudit` | 非破坏性 Web 应用安全检查清单 | ✅ |
| `ghostline account` | `accountwatch` | 恢复联系人后门检测器 | ✅ |
| `ghostline bookmarks` | `bookmark-audit` | 双用途书签导出审计工具 (Firefox HTML + Chromium JSON) | ✅ |
## 安装
```
git clone https://github.com/Mellowambience/ghostline.git
cd ghostline
# 安装 dispatcher(可选的便利 wrapper)
pip install -e .
# 安装你想要的任何模块
pip install -e ./ghost-scan
pip install -e ./vaultcheck
pip install -e ./ghostdns
pip install -e ./phantomtrace
pip install -e ./shadowaudit
pip install -e ./accountwatch
pip install -e ./bookmark-audit
```
## 使用
```
ghostline modules # list modules + install status
ghostline scan 127.0.0.1 --top 1000
ghostline vault check
ghostline dns compare example.com
ghostline trace recon example.com
ghostline audit example.com
ghostline account check
ghostline bookmarks "C:/Users/you/AppData/Roaming/Opera Software/Opera GX Stable/Default/Bookmarks"
Each module also has its own console script (`ghost-scan`, `vaultcheck`, …) if
you prefer to call it directly.
## ⚠ 仅限授权使用
Every Ghostline tool is built for **defensive, authorized security work** —
your own systems, or targets you have explicit permission to test. Scanning,
recon, or auditing networks you do not own or are not authorized to test may
violate computer-misuse, privacy, and other laws. You are solely responsible
for how you use these tools.
## Color palette
Void Black `#0a0a0f` · Electric Mint `#00ffcc` · Ghost White `#f0f0f0` · Phantom Purple `#6e3fa3`
## License
MIT — do what you want, just don't be evil.
*Ghostline — Invisible. Inevitable.*
```
标签:文档结构分析, 逆向工具