change default targeturi to something more universal

bug/bundler_fix
Brandon Perry 2014-03-19 21:03:50 -05:00
parent b52a535609
commit 9b2cfb6c84
1 changed files with 1 additions and 1 deletions

View File

@ -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)