Update trace.rb

removed the cookie
bug/bundler_fix
JT 2015-09-03 00:35:23 +08:00
parent 5ecee6aaba
commit 73bf812dfd
1 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,6 @@ class Metasploit3 < Msf::Auxiliary
'version' => '1.0',
'uri' => '/<script>alert(1337)</script>', #XST Payload
'method' => 'TRACE',
'headers' =>
{
'Cookie' => "TRACE ME PLS",
},
})
if res.nil?