ronin-rb / ronin-db

A common database library for managing and querying security data
https://ronin-rb.dev
GNU Lesser General Public License v3.0
14 stars 4 forks source link

Add a `ronin-db web-vulns` command #56

Closed postmodern closed 9 months ago

postmodern commented 11 months ago

Add a Ronin::DB::CLI::Commands::WebVulns command class for a ronin-db web-vulns command. It must inherit from ModelCommand. It should support querying and printing WebVulns based on url, query_param, form_param, cookie_param, header_name, and other attributes of WebVuln.

postmodern commented 9 months ago

Implemented in e044d89.