Skip to content

Commit bc3f5b4

Browse files
committed
Removerd WordPress mixin.
1 parent d3aa61d commit bc3f5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/bolt_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
class Metasploit3 < Msf::Exploit::Remote
99
Rank = ExcellentRanking
1010

11+
include Msf::Exploit::Remote::HttpClient
1112
include Msf::Exploit::FileDropper
12-
include Msf::HTTP::Wordpress
1313

1414
def initialize(info = {})
1515
super(update_info(

0 commit comments

Comments
 (0)