noraj/vrt-cli

GitHub: noraj/vrt-cli

一个在命令行中可视化展示 Bugcrowd 漏洞评级分类法(VRT)的小工具,方便安全从业者快速查阅漏洞优先级与分类。

Stars: 11 | Forks: 0

Gem version GitHub tag (latest SemVer) License Doc (Github) Doc (rubydoc)

# vrt-cli 一个用于从 CLI 可视化 [VRT][vrt-bc](漏洞评级分类法)的简单工具。该 gem 是非官方的,由 [noraj][boraj-gh] 维护,而非 Bugcrowd。

vrt-ruby vulnerability-rating-taxonomy" vrt

## 安装 ``` gem install vrt-cli ``` ## 用法 ### CLI ``` $ vrt-cli -h vrt-cli by noraj Usage: vrt-cli tree [--no-color --debug] vrt-cli table [--sortby --order ] [--no-color --debug] vrt-cli -h | --help vrt-cli --version Table options: can be used with list and search commands -s , --sortby Column to sort by: priority, category, subcategory, variant [default: nil] -o , --order Displayed in ascendant (asc) order or descendant order (dsc) [default: asc] Other options: --no-color Disable colorized output --debug Display arguments -h, --help Show this screen --version Show version ``` ### 库 ``` require 'vrt_cli' vc = VrtCli::App.new vc.sort(:priority) vc.vulnerabilities ``` ## 截图 **tree** 视图: ![](https://i.imgur.com/8rkBIBQ.png) **table** 视图: ![](https://i.imgur.com/aU2OYt1.png) ![](https://i.imgur.com/dwQuV15.png)
标签:Bugcrowd, CLI, DNS解析, GPT, Mutation, Ruby, Ruby Gem, SOC Prime, VRT, WiFi技术, 可视化, 安全测试, 开发工具, 开源项目, 攻击性安全, 漏洞分类, 漏洞管理, 漏洞评级, 知识库, 终端UI, 网络安全, 隐私保护