Ticket #208 (new defect)

Opened 7 months ago

Last modified 7 months ago

nil returned from send_request_raw when using SSL

Reported by: joern@recurity-labs.com Assigned to: hdm
Priority: minor Milestone:
Component: framework3 Version:
Keywords: SSL nil send_request_raw Cc:

Description

When setting SSL to true while using Exploit::Remote::HttpClient? in an auxiliary module send_request_raw always returns nil.

Tested with msf 3.1-release on Vista and Linux.

To reproduce try to execute attached file:

ssl.rb

Compare to working send_request_raw without SSL in file:

no_ssl.rb

Attachments

ssl.rb (1.5 kB) - added by joern@recurity-labs.com on 03/07/08 09:25:31.
aux module w/ ssl
no_ssl.rb (1.4 kB) - added by joern@recurity-labs.com on 03/07/08 09:27:01.
test aux module w/o ssl

Change History