modified according to jvazquez-r7 feedback

unstable
Cristiano Maruti 2013-06-20 16:19:43 +02:00
parent 8e64bf3d16
commit 4846a680db
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
Opt::RPORT(8080),
OptString.new('TARGETURI', [ true 'Target URI', '/seam-booking/home.seam']),
OptString.new('TARGETURI', [ true, 'Target URI', '/seam-booking/home.seam']),
OptString.new('CMD', [ true, "The command to execute."])
], self.class)
end