change default targeturi to something more universal
parent
b52a535609
commit
9b2cfb6c84
|
@ -35,7 +35,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
|
||||
register_options(
|
||||
[
|
||||
OptString.new('TARGETURI', [ true, "Base Joomla directory path", '/joomla']),
|
||||
OptString.new('TARGETURI', [ true, "Base Joomla directory path", '/']),
|
||||
OptString.new('FILEPATH', [true, "The filepath to read on the server", "/etc/passwd"]),
|
||||
OptInt.new('CATEGORYID', [true, "The category ID to use in the SQL injection", 0])
|
||||
], self.class)
|
||||
|
|
Loading…
Reference in New Issue