Files
metasploit-gs/lib/msf/core/exploit/http
RageLtMan a3912e4913 Provide disconnect option to send_request_cgi
The HTTP client mixin provides a #send_request_cgi method which
forcibly disconnects the client after receiving a response. This
terminates certain types of resulting sessions which depend on the
connection from the client to maintain a subprocess housing the
shell invocation.

Provide a disconnect boolean option to #send_request_cgi which
is checked in the disconnect(c) call after receiving the response.

Testing:
  Locally tested on in-house exploit module written for disclosure
report.

TODO:
  Discuss possibility of implementing fully asynchronous methods
like #send_request_cgi_async which won't bother getting a response
for cases such as the module mentioned above which is a command
injection via unfiltered POST var.
2017-10-19 21:22:31 -04:00
..
2016-10-29 14:10:01 +10:00
2015-12-21 22:59:13 -06:00
2015-10-15 10:35:07 -05:00
2015-12-18 21:14:04 -06:00
2015-10-15 10:35:07 -05:00
2015-10-15 10:35:07 -05:00