Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.24 KB

File metadata and controls

73 lines (50 loc) · 1.24 KB

Radar To Audit Walkthrough

中文版本见下方。

English

This walkthrough uses sanitized fixture packages to demonstrate the method.

  1. Create .omv/radar/watchlist.yaml:
watch:
  - ecosystem: npm
    package: demo-package
    vulnerability: ssrf
  1. Validate the radar flow offline:
omv radar refresh --dry-run
  1. Refresh local passive events and read the brief:
omv radar refresh
omv radar brief
  1. If a signal looks worth auditing, create a finding and continue locally:
omv findings init npm-demo-package-ssrf
/omv-audit npm-demo-package-ssrf

Radar does not probe target services and does not run PoCs.

中文

本 walkthrough 使用脱敏 fixture 包名来展示方法。

  1. 创建 .omv/radar/watchlist.yaml
watch:
  - ecosystem: npm
    package: demo-package
    vulnerability: ssrf
  1. 先离线验证 radar 流程:
omv radar refresh --dry-run
  1. 刷新本地被动情报并查看摘要:
omv radar refresh
omv radar brief
  1. 如果某个信号值得审计,创建 finding 并继续本地流程:
omv findings init npm-demo-package-ssrf
/omv-audit npm-demo-package-ssrf

Radar 只读被动来源,不探测目标服务,也不运行 PoC。