Skip to content

Commit ccb630e

Browse files
committed
Whitespace and change default user
1 parent 209188b commit ccb630e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/phpmyadmin_preg_replace.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def initialize(info = {})
5656

5757
register_options(
5858
[
59-
OptString.new('TARGETURI', [ true, "Base phpMyAdmin directory path", '/phpmyadmin/']),
60-
OptString.new('USERNAME', [ true, "Username to authenticate with", 'admin']),
59+
OptString.new('TARGETURI', [ true, "Base phpMyAdmin directory path", '/phpmyadmin/']),
60+
OptString.new('USERNAME', [ true, "Username to authenticate with", 'root']),
6161
OptString.new('PASSWORD', [ false, "Password to authenticate with", ''])
6262
], self.class)
6363
end

0 commit comments

Comments
 (0)