Skip to content

Commit 2e3b666

Browse files
authored
Update modules/exploits/multi/http/wp_tatsu_rce.rb
1 parent cb9f5e8 commit 2e3b666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/wp_tatsu_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MetasploitModule < Msf::Exploit::Remote
1010
include Msf::Exploit::FileDropper
1111
include Msf::Exploit::Remote::HttpClient
1212
include Msf::Exploit::Remote::HTTP::Wordpress
13-
prepend Msf::Exploit::Remote::AutoCheck
13+
prepend Msf::Exploit::Remote::AutoCheck
1414

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

0 commit comments

Comments
 (0)