Files
metasploit-gs/lib/msf/core/exploit
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
..
2015-07-28 04:13:35 -07:00
2017-05-28 14:40:33 -05:00
2015-04-13 13:21:41 +05:00
2017-01-10 14:12:28 -06:00
2016-07-11 12:10:46 -05:00
2016-12-30 00:56:02 -06:00
2015-04-13 13:21:41 +05:00
2016-04-21 00:47:07 -04:00
2016-02-02 11:25:39 -06:00
2015-11-20 19:38:33 -06:00
2015-04-13 13:21:41 +05:00
2017-07-24 06:26:21 -07:00
2015-04-13 13:21:41 +05:00
2015-04-13 13:21:41 +05:00
2015-04-13 13:21:41 +05:00
2016-08-22 09:56:07 -05:00
2017-01-22 10:20:03 -06:00
2016-02-02 10:02:32 -06:00
2016-08-10 13:30:09 -05:00