Skip to content

Commit 5c988d9

Browse files
committed
more updates to sevone.rb. hopefully all is covered..
1 parent 04171c4 commit 5c988d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/sevone_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info={})
3232
[
3333
Opt::RPORT(80),
3434
OptString.new('USERNAME', [false, 'A specific username to authenticate as', 'admin']),
35-
OptString.new('PASSWORD', [false, 'A specific password to authenticate with', 'SevOne'])
35+
OptString.new('PASSWORD', [false, 'A specific password to authenticate with', 'SevOne'])
3636
], self.class)
3737
end
3838

0 commit comments

Comments
 (0)