From bfd4734cbf1cb151f43465ce3c63f0dbecc7da4b Mon Sep 17 00:00:00 2001 From: sinn3r Date: Mon, 30 Jan 2012 17:34:58 -0600 Subject: [PATCH] Forgot to add CMD as a datastore option, here it is --- modules/exploits/multi/http/vbseo_proc_deutf.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exploits/multi/http/vbseo_proc_deutf.rb b/modules/exploits/multi/http/vbseo_proc_deutf.rb index 18e556d290..5d94caef58 100644 --- a/modules/exploits/multi/http/vbseo_proc_deutf.rb +++ b/modules/exploits/multi/http/vbseo_proc_deutf.rb @@ -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