Switch back to client.put

git-svn-id: file:///home/svn/framework3/trunk@5459 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-03-26 22:05:40 +00:00
parent a018fdc49b
commit 00c2355da4
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class Auxiliary::Server::Capture::HTTP < Msf::Auxiliary
"Content-Length: #{idata.length}\r\n" +
"Connection: Close\r\n\r\n#{idata}"
cli.syswrite(res)
cli.put(res)
return
end
rescue ::Exception