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 cb9f5e8 commit 2e3b666Copy full SHA for 2e3b666
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