GSoC/Meterpreter_Web_Console
Dhiraj Mishra 2018-08-05 23:26:18 +05:30 committed by GitHub
parent 9502c26dc1
commit 14b12f38d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class MetasploitModule < Msf::Auxiliary
res = send_request_raw({
'method' => 'GET',
'uri' => '/cgit/cgit.cgi/git/objects/?path='
'uri' => '/cgit/cgit.cgi/git/objects/?path=',
'vars_get' => {
'UID' => traversal
}