From 53887ae6efa83862ed3210dc5514822f2ff05a47 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Tue, 11 Jun 2024 15:31:54 -0700 Subject: [PATCH] Added placeholder `base_path` and `query_param` for all new web vulns. --- data/new/exploit.rb.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/new/exploit.rb.erb b/data/new/exploit.rb.erb index c41aab0b..4dd3f251 100644 --- a/data/new/exploit.rb.erb +++ b/data/new/exploit.rb.erb @@ -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' -%>