Skip to content

Commit c96c8a0

Browse files
author
Brent Cook
committed
CmdStagerVBS is now in Rex::Exploitation
``` $ ./msfconsole -qx "loadpath test/modules/; exit" Loaded 32 modules: 12 auxiliarys 12 exploits 8 posts ```
1 parent 9bcb3b9 commit c96c8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/modules/exploits/test/cmdweb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Metasploit3 < Msf::Exploit::Remote
1010
# =( need more targets and perhaps more OS specific return values OS specific would be preferred
1111

1212
include Msf::Exploit::Remote::HttpClient
13-
include Msf::Exploit::CmdStagerVBS
13+
include Rex::Exploitation::CmdStagerVBS
1414

1515
def initialize(info = {})
1616
super(update_info(info,

0 commit comments

Comments
 (0)