Let the user specify username/password

bug/bundler_fix
wchen-r7 2016-02-29 15:45:33 -06:00
parent 726c1c8d1e
commit 4cc690fd8d
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ class Metasploit3 < Msf::Exploit::Remote
register_options( register_options(
[ [
OptString.new('TARGETURI', [true, 'The path of Atutor', '/ATutor/']), OptString.new('TARGETURI', [true, 'The path of Atutor', '/ATutor/']),
OptString.new('USERNAME', [true, 'The username to authenticate as', 'test']), OptString.new('USERNAME', [true, 'The username to authenticate as']),
OptString.new('PASSWORD', [true, 'The password to authenticate with', 'Password123']) OptString.new('PASSWORD', [true, 'The password to authenticate with'])
],self.class) ],self.class)
end end