Skip to content

Commit c86764d

Browse files
committed
update default password to root
1 parent 2b06791 commit c86764d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/mantisbt_admin_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info={})
3838
[
3939
OptString.new('FILEPATH', [ true, 'Path to remote file', '/etc/passwd']),
4040
OptString.new('USERNAME', [ true, 'Single username', 'administrator']),
41-
OptString.new('PASSWORD', [ true, 'Single password', 'password']),
41+
OptString.new('PASSWORD', [ true, 'Single password', 'root']),
4242
OptString.new('TARGETURI', [ true, 'Relative URI of MantisBT installation', '/'])
4343
], self.class)
4444

0 commit comments

Comments
 (0)