Resolves a typo, fixes #45

git-svn-id: file:///home/svn/framework3/trunk@4505 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-03-08 13:54:11 +00:00
parent ac66c2d0e3
commit a978507ed6
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Exploits::Windows::Iis::MS03_007_WEBDAV_NTDLL < Msf::Exploit::Remote
"<g:sql>\r\nSelect \"DAV:displayname\" from scope()\r\n</g:sql>\r\n</g:searchrequest>\r\n" "<g:sql>\r\nSelect \"DAV:displayname\" from scope()\r\n</g:sql>\r\n</g:searchrequest>\r\n"
response = send_request_cgi({ response = send_request_cgi({
'uri' => '/' + uri, 'uri' => '/' + url,
'ctype' => 'text/xml', 'ctype' => 'text/xml',
'method' => 'SEARCH', 'method' => 'SEARCH',
'data' => xml 'data' => xml