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 0b2e4bc commit cb9f5e8Copy full SHA for cb9f5e8
modules/exploits/multi/http/wp_tatsu_rce.rb
@@ -10,7 +10,7 @@ class MetasploitModule < Msf::Exploit::Remote
10
include Msf::Exploit::FileDropper
11
include Msf::Exploit::Remote::HttpClient
12
include Msf::Exploit::Remote::HTTP::Wordpress
13
- # prepend Msf::Exploit::Remote::AutoCheck
+prepend Msf::Exploit::Remote::AutoCheck
14
15
def initialize(info = {})
16
super(
0 commit comments