Resolve http_proxy_host before reporting, too.

unstable
Tod Beardsley 2012-06-21 11:55:13 -05:00
parent c795c2e438
commit 504d3d477e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class Metasploit3 < Msf::Post
source_id = nil
end
report_auth_info(
:host => http_proxy_host,
:host => Rex::Socket.resolv(http_proxy_host), # TODO: Fix up report_host?
:port => http_proxy_port,
:sname => "http",
:source_id => source_id,