Skip to content

Commit 9b2cfb6

Browse files
committed
change default targeturi to something more universal
1 parent b52a535 commit 9b2cfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/joomla_weblinks_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def initialize(info = {})
3535

3636
register_options(
3737
[
38-
OptString.new('TARGETURI', [ true, "Base Joomla directory path", '/joomla']),
38+
OptString.new('TARGETURI', [ true, "Base Joomla directory path", '/']),
3939
OptString.new('FILEPATH', [true, "The filepath to read on the server", "/etc/passwd"]),
4040
OptInt.new('CATEGORYID', [true, "The category ID to use in the SQL injection", 0])
4141
], self.class)

0 commit comments

Comments
 (0)