Skip to content

Commit 9f04832

Browse files
committed
add TARGETURI datastore option
1 parent 6ede476 commit 9f04832

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/auxiliary/scanner/http/joomla_ecommercewd_sqli_scanner.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ def initialize(info = {})
3030
],
3131
'DisclosureDate' => 'Mar 20 2015'))
3232

33+
register_options(
34+
[
35+
OptString.new('TARGETURI', [ true, "The path to the Joomla install", '/'])
36+
], self.class)
3337
end
3438

3539
def run_host(ip)
@@ -76,7 +80,7 @@ def run_host(ip)
7680
:host => rhost,
7781
:port => rport,
7882
:proto => 'tcp',
79-
:name => "Web-Dorado ECommerce WD search_category SQL injection",
83+
:name => "Web-Dorado ECommerce WD search_category_id SQL injection",
8084
:refs => self.references.select { |ref| ref.ctx_val == "2015-2562" }
8185
})
8286
end

0 commit comments

Comments
 (0)