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.
Add a
Ronin::DB::CLI::Commands::WebVulns
command class for aronin-db web-vulns
command. It must inherit fromModelCommand
. It should support querying and printingWebVuln
s based onurl
,query_param
,form_param
,cookie_param
,header_name
, and other attributes ofWebVuln
.