Forgot to add CMD as a datastore option, here it is

This commit is contained in:
sinn3r 2012-01-30 17:34:58 -06:00
parent 08134ad600
commit bfd4734cbf
1 changed files with 1 additions and 0 deletions

View File

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