Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ======2.2.13 Ensure HTTP Proxy Server is not enabled (Scored)====== =====Profile Applicability===== <code> Level 1 - Server Level 1 - Workstation </code> =====Description===== Squid is a standard proxy server used in many distributions and environments. =====Rationale===== If there is no need for a proxy server, it is recommended that the squid proxy be deleted to reduce the potential attack surface. =====Audit===== Run the following commands to verify ''squid'' is not enabled: <Code:bash> # systemctl is-enabled squid disabled </Code> Verify result is not "enabled". =====Remediation===== Run the following command to disable ''squid'': <Code:bash> # systemctl disable squid </Code> ubuntu1604/2/2/13.txt Last modified: 2017/05/02 11:53by Piotr Kłoczewski