Fix up a typo

bug/bundler_fix
HD Moore 2013-01-09 13:05:27 -06:00
parent adb4c89602
commit 07f8eb6a07
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Metasploit3 < Msf::Auxiliary
]
))
register_options(
register_options([
OptString.new('URIPATH', [true, "The URI to test", "/"])
], self.class)
end