We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcb3b9 commit c96c8a0Copy full SHA for c96c8a0
test/modules/exploits/test/cmdweb.rb
@@ -10,7 +10,7 @@ class Metasploit3 < Msf::Exploit::Remote
10
# =( need more targets and perhaps more OS specific return values OS specific would be preferred
11
12
include Msf::Exploit::Remote::HttpClient
13
- include Msf::Exploit::CmdStagerVBS
+ include Rex::Exploitation::CmdStagerVBS
14
15
def initialize(info = {})
16
super(update_info(info,
0 commit comments