Open hph86 opened 7 years ago
This is deeply unsettling to me. No boilerplate should be required to make proxying work. Only strengthens my conviction that setting up egress filtering before proxying is vital. We may need to reevaluate where we fix this problem. Smh.
I have noticed that at least the following login scanner modules do not obey proxy settings:
smb_login
: fixed (#9058)pop3_login
: fixed (#9085)nessus_rest_login
: fixed (#9086)snmp_login
: uses UDP connections, maybe add hint to dox that proxies are not available?varnish_cli_login
: obeys proxy setting, but currently I do not understand why it is workingThe following example will cause the connection attempt to originate from the local machine rather from the
jumphost
machine. In the example below, this results in a connection error:If the proxy setting was was working as expected, the connection should originate from
jumphost
and it should be a successful connection (although wrong credentials have been provided in this example):The current issue is similar to #4052.