Skip to content

Commit 79f5c8e

Browse files
committed
Remove HttpUsername and HttpPassword options
1 parent be47648 commit 79f5c8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/auxiliary/scanner/http/gitlab_login.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ def initialize
2626
register_options(
2727
[
2828
Opt::RPORT(80),
29-
OptString.new('HttpUsername', [ true, 'The username to test', 'root' ]),
30-
OptString.new('HttpPassword', [ true, 'The password to test', '5iveL!fe' ]),
3129
OptString.new('TARGETURI', [true, 'The path to GitLab', '/'])
3230
]
3331
)

0 commit comments

Comments
 (0)