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 41b513c commit b99f0e6Copy full SHA for b99f0e6
modules/auxiliary/scanner/http/wp_fastest_cache_sqli.rb
@@ -6,6 +6,7 @@
6
class MetasploitModule < Msf::Auxiliary
7
include Msf::Exploit::SQLi
8
include Msf::Auxiliary::Scanner
9
+ include Msf::Exploit::Remote::HTTP::WordPress
10
11
def initialize(info = {})
12
super(
0 commit comments