Skip to content

Commit f3cad22

Browse files
committed
Fix duplicate hash key "References"
In modules/auxiliary/scanner/http/http_login.rb.
1 parent aa1e1a5 commit f3cad22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/auxiliary/scanner/http/http_login.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ def initialize
2222
super(
2323
'Name' => 'HTTP Login Utility',
2424
'Description' => 'This module attempts to authenticate to an HTTP service.',
25-
'References' =>
26-
[
27-
28-
],
2925
'Author' => [ 'hdm' ],
3026
'References' =>
3127
[

0 commit comments

Comments
 (0)