Skip to content

Commit

Permalink
Added placeholder base_path and query_param for all new web vulns.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 11, 2024
1 parent 05a64fa commit 53887ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/new/exploit.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ module Ronin
<%- end -%>
<%- if web_vuln_exploit? -%>

base_path '/FIXME'
query_param 'FIXME'
<%- if @exploit_type[:class] == 'LFI' -%>
# depth 7
<%- elsif @exploit_type[:class] == 'SQLI' -%>
Expand Down

0 comments on commit 53887ae

Please sign in to comment.