Skip to content

Commit 504a94b

Browse files
committed
Technically, this is form auth, not http auth
1 parent 14adcce commit 504a94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/symantec_web_gateway_login.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def initialize(info={})
3131

3232
register_options(
3333
[
34-
OptString.new('USERNAME', [false, 'The HTTP username to specify for authentication', '']),
35-
OptString.new('PASSWORD', [false, 'The HTTP password to specify for authentication', ''])
34+
OptString.new('USERNAME', [false, 'The username to specify for authentication', '']),
35+
OptString.new('PASSWORD', [false, 'The password to specify for authentication', ''])
3636
], self.class)
3737
end
3838

0 commit comments

Comments
 (0)