Download Latest Version xpoc_darwin_amd64.zip (29.9 MB)
Email in envelope

Get an email when there's a new version of xpoc

Home / 0.0.5
Name Modified Size InfoDownloads / Week
Parent folder
xpoc_windows_amd64.zip 2023-06-16 19.8 MB
xpoc_windows_386.zip 2023-06-16 19.4 MB
xpoc_linux_arm64.zip 2023-06-16 19.0 MB
xpoc_linux_amd64.zip 2023-06-16 20.7 MB
xpoc_linux_386.zip 2023-06-16 19.7 MB
xpoc_darwin_arm64.zip 2023-06-16 19.5 MB
xpoc_darwin_amd64.zip 2023-06-16 20.8 MB
sha256.txt 2023-06-16 625 Bytes
0.0.5 source code.tar.gz 2023-05-26 5.8 kB
0.0.5 source code.zip 2023-05-26 6.4 kB
README.md 2023-05-26 1.3 kB
Totals: 11 Items   138.9 MB 0

新增特性

  1. 新增对多种目标文件格式的支持:

    -i 参数支持自动识别文件类型并提取扫描目标

    • 支持 CSV / Excel 格式自动提取扫描目标
    • 支持将任意文件视为文本提取扫描目标
    • 支持对 zip 包中的文件自动识别扫描目标(识别其中可解析的 文本/CSV/Excel 格式)。

    例: bash xpoc -i target.txt xpoc -i target.csv xpoc -i target.xlsx xpoc -i target.zip

  2. 简化升级命令,执行 xpoc up 即可升级到最新版本,升级自身时也会同步更新插件。

  3. 添加默认的扫描端口: 80,443,8080,8443,8888,8000,9090

    输入目标为IP或域名且未指定扫描端口时会进行对这些端口的探测。 (需删除当前配置文件,重新新生成配置后生效)默认端口可在配置文件中通过tcp_ports参数编辑。

  4. 降低默认的指纹识别强度,加快扫描进度。

    (需删除当前配置文件,重新新生成配置后生效)默认的指纹识别强度可在配置文件中通过max_rarity参数编辑。

修复与优化

  1. 优化策略文件加载,自定义策略自动继承全局命令行配置。

  2. 修复目标文件中存在空行会解析错误的问题。

Source: README.md, updated 2023-05-26