Skip to content

Commit 272c09d

Browse files
committed
fix typo
1 parent b99f0e6 commit 272c09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_fastest_cache_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class MetasploitModule < Msf::Auxiliary
77
include Msf::Exploit::SQLi
88
include Msf::Auxiliary::Scanner
9-
include Msf::Exploit::Remote::HTTP::WordPress
9+
include Msf::Exploit::Remote::HTTP::Wordpress
1010

1111
def initialize(info = {})
1212
super(

0 commit comments

Comments
 (0)