Question
How do i check to see if my server is running an open proxy?
sudo nmap -sS -sV -p 8080 --script http-open-proxy.nse X.X.X.Xwhere X.X.X.X is the IP of your server.
Example:
# sudo nmap -sS -sV -p 8080 --script http-open-proxy.nse X.X.X.X
Starting Nmap 6.00 ( http://nmap.org ) at 2014-04-22 17:05 UTC
Nmap scan report for host.domain.com (X.X.X.X)
Host is up (0.078s latency).
PORT STATE SERVICE VERSION
8080/tcp open http Apache httpd
| http-open-proxy: Potentially OPEN proxy.
|_Methods supported: CONNECTION
If the script returns "Potentially OPEN proxy." you can then check to see if it is a open proxy that does not require authentication with:
http_proxy=http://X.X.X.X:8080/ curl -4 -s http://nyc2.mirrors.digitalocean.com/tools/open_proxy_check.txt
where X.X.X.X is your server's IP address
If you see a message saying "If you are seeing this while running the open proxy text, your server is an open proxy." then you are running an open proxy that anyone in the world can use to connect to any website. This is not a good situation, as it means that cybercriminals and other malicious entities can hide their activities and make it seem like their web connections are originating from your server, and you should secure it right away.If you are running squid, a method of securing your proxy is by using the "acl" feature:
http://www.squid-cache.org/Doc/config/acl/
If you are running Apache, this article may help:
http://wiki.apache.org/httpd/ProxyAbuse
If you have any questions, log into the DigitalOcean control panel, click on "Support" and open a support ticket!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Why in the world can’t you techy guys “teach” the steps to take, by SHOWING the user where to go, or better yet, PROVIDE THE LINK, It is unnecessariy and useless to provide “jibberish” codes that mean diddly-squit to 99% of computer users…Do you copy and paste etc…WHAT DO YOU ACTUALLY DO AND WHERE DO YOU GO WITH THIS INFORMATION?
Please come down to our level and make it easier to understand to be able to follow through on your “suggestions”.
If you can’t follow this article, you probably shouldn’t be using a host aimed at developers. Quit with the entitlement and accept responsibility for the knowledge you do not have because you can’t be bothered learning it. If you want other people to teach you, I suggest you buy the services of a professional educator or institution such as a university or college.