https://github.com/noraj/vrt-cli
A simple tool to visualize VRT (Vulnerability Rating Taxonomy) from the CLI.
https://github.com/noraj/vrt-cli
bugcrowd cli hacktoberfest taxonomy vrt vulnerability
Last synced: 6 months ago
JSON representation
A simple tool to visualize VRT (Vulnerability Rating Taxonomy) from the CLI.
- Host: GitHub
- URL: https://github.com/noraj/vrt-cli
- Owner: noraj
- License: mit
- Created: 2021-04-11T18:24:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T19:44:32.000Z (8 months ago)
- Last Synced: 2025-04-12T05:38:36.956Z (6 months ago)
- Topics: bugcrowd, cli, hacktoberfest, taxonomy, vrt, vulnerability
- Language: Ruby
- Homepage: https://noraj.github.io/vrt-cli/
- Size: 101 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
# vrt-cli
A simple tool to visualize [VRT][vrt-bc] (Vulnerability Rating Taxonomy) from the CLI. This gem is unofficial and is maintained by [noraj][boraj-gh] not by Bugcrowd.
## Install
```
gem install vrt-cli
```## Usage
### CLI
```
$ vrt-cli -h
vrt-cli by norajUsage:
vrt-cli tree [--no-color --debug]
vrt-cli table [--sortby --order ] [--no-color --debug]
vrt-cli -h | --help
vrt-cli --versionTable 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
```### Library
```ruby
require 'vrt_cli'vc = VrtCli::App.new
vc.sort(:priority)
vc.vulnerabilities
```## Screenshots
**tree** view:

**table** view:


[vrt-bc]:https://bugcrowd.com/vulnerability-rating-taxonomy
[boraj-gh]:https://github.com/noraj