Skip to content

Commit d0ef860

Browse files
committed
Strip default username/password
There isn't one. So force the user to supply one.
1 parent fb6cd9c commit d0ef860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/unix/webapp/opensis_modname_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def initialize(info={})
6060
register_options(
6161
[
6262
OptString.new('TARGETURI', [true, 'The URI for OpenSIS', '/opensis/']),
63-
OptString.new('USERNAME', [true, 'The username for OpenSIS', '']),
64-
OptString.new('PASSWORD', [true, 'The password for OpenSIS', ''])
63+
OptString.new('USERNAME', [true, 'The username for OpenSIS']),
64+
OptString.new('PASSWORD', [true, 'The password for OpenSIS'])
6565
], self.class)
6666
end
6767

0 commit comments

Comments
 (0)