diff options
Diffstat (limited to 'instructions.md')
-rw-r--r-- | instructions.md | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/instructions.md b/instructions.md index 653861b4..99ce3309 100644 --- a/instructions.md +++ b/instructions.md @@ -7,7 +7,7 @@ | List name | Description | | -------- | -------- | -| /domain/cloudflare_x.txt | Split files (base domain) | +| **/domain/cloudflare_?.txt** | **Split files (base domain)** | | ex_cloudflare_users.txt | Domains which used Cloudflare in the past, not anymore | | cloudflare_supporter.txt | who is using Cloudflare or endorsing Cloudflare. (URL only) | @@ -32,7 +32,7 @@ There are many ways to detect it: - [These add-ons](what-to-do.md) will help your Cloudflare collection. - Visit a website via Tor or VPN, and you will be greeted by "Attention Required! Cloudflare" webpage. -- Use "[Is MITM?](https://searxes.eu.org/collab/sxes/tool_ismitm.php)" webpage. +- Use "[Is MITM?](http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/collab/sxes/tool_ismitm.php)" webpage. - Dig "[NS record](https://www.digwebinterface.com/?hostnames=emsisoft.com&type=NS&ns=resolver&useresolver=8.8.4.4&nameservers=)" of the domain. ``` @@ -89,15 +89,33 @@ Type B: Use "[Is MITM?](https://searxes.eu.org/collab/sxes/tool_ismitm.php)" web | List name | Description | | -------- | -------- | +| **/cidr_data/?.txt** | **other CDN IPv4 CIDR files** | +| **list_othercdn_domain.txt** | **domains behind these CDN (Not Cloudflare)** | | list_http_error.txt | Websites that instantly and unconditionally deny service to Tor visitors by returning an HTTP error. HTTP 403 is the most common but this list catalogs all HTTP responses that entail DoS (i.e. not HTTP 200). File format is: <FQDN> <http error code> | | list_customerror.txt | Custom error message renders for Tor visitors generally without HTTP error. | | list_other.txt | Any other form of tor-hostility or mistreatment. This includes sites somewhat functional for Tor users to some extent but sneaky and unexpected adverse retalitory actions are taken against Tor visitors. | -| list_siteground.txt | siteground.com is a Tor-hostile hosting service that indiscriminately DoSes all Tor users with the collective judgement: "our system thinks you might be a robot!" Sometimes the site functions, and sometimes it times out, but the robot accusation (illustrated below) is very common. | -| list_formerly_tor-hostile.txt | was previously on one of the above tor-hostile lists | -| (obsolete) list_error403.txt | Superceded by list_http_error.txt. Returns HTTP Error 403 (Forbidden) | -| (obsolete) list_error462.txt | Superceded by list_http_error.txt. Returns HTTP Error 462 | +| list_formerly_tor-hostile.txt | _was_ previously on one of the above tor-hostile lists | - <= This is how Siteground-hosted sites often appear to Tor visitors when timeouts/tarpitting doesn't occur. If you see this please update `list_siteground.txt`. + + +Above is how Siteground-hosted(INAP) sites often appear to Tor visitors when timeouts/tarpitting doesn't occur. +If you see this please update `list_othercdn_domain.txt`. (CDN ID: Z7) + +``` +list_othercdn_domain.txt + + +{domain} {CDN code} + +{CDN code}: +'amazon.txt':'Z1' +'akamai.txt':'Z2' +'imperva.txt':'Z4' +'google.txt':'Z5' +'microsoft.txt':'Z6' +'inap.txt':'Z7' +'sucuri.txt':'Z8' +``` ``` IMPORTANT: Please add only "FQDN" or "FQDN[space](comment here)" |