Wikipedia:Open proxies noticeboard/Guide to checking open proxies: Difference between revisions
Content deleted Content added
m →How to confirm open proxies: it was supposedly at least misunderstandable before |
m Elli moved page Wikipedia:WikiProject Open proxies/Guide to checking open proxies to Wikipedia:Open proxies noticeboard/Guide to checking open proxies: per parent move |
||
(15 intermediate revisions by 10 users not shown) | |||
Line 1:
[[Open proxies]] are IP addresses that can be used by anyone anywhere with an Internet connection, usually with the intention of hiding the real origin. They are often used by vandals and sockpuppets to evade blocks, or sometimes it's just useful to know if the IPs you are dealing with are open proxies. This will tell you how to confirm whether an IP address really is an open proxy, in most cases using only your browser.
==How to confirm open proxies==
# Step one: You would normally first have reason to suspect that an IP is an open proxy. There may be a banned user or sockpuppets using IP addresses from different countries, or the vandal or other users might mention it directly. There might be an IP already blocked as an open proxy requesting unblock.[
# Identify the access point. You are hopefully going to use it yourself. Google the IP address. Do [[rDNS]] and [[WHOIS]] lookups. Be creative if you have to, like
## Does it look like a web server? Keywords to look for in search results are PHP-proxy, CGI-proxy, Glype, and NPH, as well as ___domain names. Do the rDNS and WHOIS suggest it's a dedicated server or hosting range? Open the IP address in your browser. Is there a holding page, or even a web proxy there? Find which sites are hosted on it using rDNS and Google. Nmap will almost always say that port 80 is open on webservers, but this does not necessarily mean there is an open proxy there.
## Or does it look like an [[SOCKS#Comparison_to_HTTP_proxying|HTTP/SOCKS proxy]]? Such proxy IPs are always associated with a [[TCP and UDP port|port number]]. The most usual ones are 80, 1080, 3128, 8000, 8080, 8888, but it could be any number up to 65535. These ports are usually displayed in search results following the IP address and a colon, for example 111.282.3.1:3128. They are, in so far as they obfuscate e.g. the user's original IP
###An example would be: <code>nmap -P0 --script=socks-open-proxy --script=http-open-proxy.nse -p<ports to check> <host></code>
## Or is it another type of anonymiser? They are beyond this article's scope, but the same principles apply. For examples see [[:Category:Anonymity networks]].
# Connect to the proxy. If it's a web proxy go to its page in a browser. If it's an HTTP proxy change the network settings in your browser options.
# Find your new IP address. Using your new proxy connection, visit one of those sites that tell you about your IP address. It might tell you you're now in China.
# Use your new found powers to check some IPs in [[CAT:OP]]. Hopefully this will show you both the open proxy attrition rate, and that confirming that an IP address ''isn't'' an open proxy isn't always as straightforward.
Line 16 ⟶ 17:
==Port scans==
[[Port scanning]], and [[nmap]], ''may'' help to identify which ports are open on suspect IPs, however, even when it says that proxy ports are open
==Exit servers==
Line 22 ⟶ 23:
==Duck test==
It is not unheard of for admins to only use the [[WP:DUCK|duck test]] when considering whether an IP is an open proxy. For example sometimes just being used by a banned user and having a holding page on port 80 is sometimes considered good enough. Use the duck test wisely. Keep the blocks relatively short unless you know what you're dealing with. Do not use [[DNSBL]]s (blacklists) for this purpose, as they are often stale and often misinterpreted. A common mistake is to block a legitimate closed caching proxy as an open proxy, simply because it has ports open. Test the suspected open proxy by connecting to it as explained [[#How_to_confirm_open_proxies|above]].
==Legitimate users==
Line 29 ⟶ 30:
==See also==
*[[Wikipedia:New admin school/Blocking]]
*[[Wikipedia:WikiProject
*[[Wikipedia:Blocking IP addresses]]
*[[Wikipedia:Open proxies]]
Line 38 ⟶ 39:
{{New admin school}}
[[Category:Administrator instructions|Open proxies]]
[[Category:WikiProject Open proxies|Guide to checking open proxies]]
|