Remove headers, since we didn't send them before

http was an invalid key for setting headers, and we still got a shell.
These headers also don't seem relevant to the PUT request.
MS-2855/keylogger-mettle-extension
William Vu 2017-11-09 11:06:50 -06:00
parent 7213e6cc49
commit ea260e87b7
1 changed files with 0 additions and 4 deletions

View File

@ -102,10 +102,6 @@ class MetasploitModule < Msf::Exploit::Remote
'uri' => normalize_uri(target_uri.path, 'examples/save.lsp'),
'ctype' => 'text/plain',
'data' => cmd,
'headers' => {
'X-Requested-With' => 'XMLHttpRequest',
'Referer' => 'http://localhost/Lua-Types.lsp'
},
'vars_get' => {
'ex' => '2.1'
}