Update modules/exploits/linux/http/geutebruck_testaction_exec.rb

Co-authored-by: bcoles <bcoles@gmail.com>
This commit is contained in:
ddouhine 2020-08-13 16:18:28 +02:00 committed by gwillcox-r7
parent 4ceb542fac
commit a69d941a72
No known key found for this signature in database
GPG Key ID: D35E05C0F2B81E83
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class MetasploitModule < Msf::Exploit::Remote
OptString.new('HttpUsername', [ true, 'The username to authenticate as', 'root' ]),
OptString.new('HttpPassword', [ true, 'The password for the specified username', 'admin' ]),
OptString.new('TARGETURI', [true, 'The path to the testaction page', '/uapi-cgi/admin/testaction.cgi']),
], self.class)
])
end
def check