Skip to content

Commit 2f35fcf

Browse files
committed
Fix require
1 parent e257e74 commit 2f35fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/symantec_web_gateway_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
##
55

66
require 'msf/core'
7-
require 'metasploit/framework/login_scanner/swg'
7+
require 'metasploit/framework/login_scanner/symantec_web_gateway'
88
require 'metasploit/framework/credential_collection'
99

1010
class Metasploit3 < Msf::Auxiliary

0 commit comments

Comments
 (0)