Coder Social home page Coder Social logo

gfw-url-checker's Introduction

List of URLs blocked by the Great Firewall of China (Golden Shield Project)

โ€ฆ or at least, an attempt to create a list.

Checks once a day if the hosts (URLs) in the hosts directory are accessible and commits the output in three files (testResults/).

results_ok.csv	=>	list of hosts accessible	(header 200 OK reply)
results_nok.csv	=>	list of hosts unaccessible	(no reply)
results.csv		=>	list of all hosts

Mind that it only check HTTP header responses, and doesn't actually check the content of the returned page (e.g. altered page content)

It's currently running and checking from 3 locations; Belgium, The Netherlands, and China. If you want additional countries to be monitored, I will need access to a shell (see below).

Submit URLs

Submit URLs, IPs or domains to [email protected]. I'll probably create some small submit page in the future.

Alternatively, you can create a ticket (https://github.com/Tuinslak/GFW-URL-checker/issues) on Github.

Shells wanted

I'm looking for additional Unix/Linux shells all around the world (but preferably countries that apply censorship). All I need is wget, git and cron installed, 10ish mb quota, and a bit of your CPU time and networking. Contact me on the e-mail above. These can be ARM shells (such as Guruplug/Sheevaplug).

Why ?

I got annoyed not being able to share certain sites with people residing in China.

I then decided to find simple ways to by-pass the GFW using OpenVPN + Squid proxy and a PAC file redirecting only blocked URLs through the proxy. But I didn't have a complete list of blocked URLs and wasn't able to find one on the net, so I tried to populate my own.

Knowledge is power.

Techniques used

Chinese gov blocks sites using several methods,

  • IP and/or DNS blocking
  • Incorrect DNS replies (solvable by using different DNS server, such as 85.12.6.171)
  • URL filtering (Wikipedia for example)
  • Packet filtering (plain HTTP only? FTP seems to work) > snif content on certain keywords (e.g. try downloading Alexa 1m list: http://yeri.be/j1 - conn. reset at certain byte)
  • Connection RST (reset) > different host replies RST packet, making your PC believe you are unable to connect (most common)

--

Maintained by Yeri Tiete (aka Tuinslak)

Blog: http://yeri.be

gfw-url-checker's People

Contributors

tuinslak avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.