Forgot to add CMD as a datastore option, here it is
parent
08134ad600
commit
bfd4734cbf
|
@ -45,6 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
register_options(
|
||||
[
|
||||
OptString.new('URI', [true, "The full URI path to vBulletin", "/vb/"]),
|
||||
OptString.new('CMD', [false, "Command to execute"])
|
||||
], self.class)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue