diff --git a/How-to-write-a-HTTP-LoginScanner-Module.md b/How-to-write-a-HTTP-LoginScanner-Module.md index ea41d0c3bd..ce66ebc481 100644 --- a/How-to-write-a-HTTP-LoginScanner-Module.md +++ b/How-to-write-a-HTTP-LoginScanner-Module.md @@ -249,7 +249,7 @@ require 'msf/core' require 'metasploit/framework/login_scanner/symantec_web_gateway' require 'metasploit/framework/credential_collection' -class Metasploit3 < Msf::Auxiliary +class MetasploitModule < Msf::Auxiliary include Msf::Exploit::Remote::HttpClient include Msf::Auxiliary::AuthBrute