Resolve http_proxy_host before reporting, too.
parent
c795c2e438
commit
504d3d477e
|
@ -88,7 +88,7 @@ class Metasploit3 < Msf::Post
|
||||||
source_id = nil
|
source_id = nil
|
||||||
end
|
end
|
||||||
report_auth_info(
|
report_auth_info(
|
||||||
:host => http_proxy_host,
|
:host => Rex::Socket.resolv(http_proxy_host), # TODO: Fix up report_host?
|
||||||
:port => http_proxy_port,
|
:port => http_proxy_port,
|
||||||
:sname => "http",
|
:sname => "http",
|
||||||
:source_id => source_id,
|
:source_id => source_id,
|
||||||
|
|
Loading…
Reference in New Issue