Skip to content

🤖 Nuclei 联动

把 ICP Skills 产出的域名清单喂给 Nuclei 做模板扫描。

流水线

bash
go-icp company "某科技" --format ndjson | \
  jq -r .domain | \
  nuclei -t ~/nuclei-templates -o result.txt

自定义协议

可编写 Nuclei 协议模板,把 go-icp 作为输入源。

Released under the MIT License.