Files
metasploit-gs/lib/msf/core/exploit
RageLtMan df697aa23c Implement HttpClient options generation from URL
To address the complexity which comes with the flexibility offered
by Rex::Proto::Http::Client and its Msf mixin descendant, a simple
process needs to be implemented for issuing a request using only
the URL string in order to provide ease of access to users who may
not have the time to study how these clients work in detail.

Implement :request_opts_from_url in Msf's HttpClient mixin such as
to extract the options required for :send_request_* from a URL
string passed into the method. This approach reduces HTTP requests
in the mixin to `send_request_raw(request_opts_from_url(url))` when
`url` is just a string.

Implement this approach in the http_pdf_authors gather module to
further reduce infrastructure complexity around the simple need to
acquire PDF files via HTTP/S.

Testing:
  Local to this module only, and in Pry of course. Seems to work...
2017-07-10 04:19:26 -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
2014-05-21 20:15:32 +01:00
2015-04-13 13:21:41 +05:00
2015-02-22 21:51:33 -06: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
2015-04-13 13:21:41 +05:00
2015-04-13 13:21:41 +05:00
2015-04-13 13:21:41 +05:00
2017-05-14 22:13:31 -05:00
2016-08-22 09:56:07 -05:00
2016-03-16 14:13:18 -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