Skip to content

Releases: phoeagon/gfw-sim

Intial alpha-v0.0

31 Dec 11:18
Compare
Choose a tag to compare

Based on trunk version of OpenWRT as of 2014/12/30. For DLink DIR 505.

Basically works:
+DNS poisoning
+IP Blocking

For some reason, keyword censoring is not working:

  • iptables -m string is working for UDP but not TCP. Don't know why.

How to flash this:
With a DIR505 with OpenWRT:
First, transfer the file to router.

    scp conf_uploaded.bin root@[router_ip]:/tmp/

Then, ssh to router:

    ssh root@[router_ip]
    >cd tmp
    >sysupgrade -n -v conf_uploaded.bin

The image has the following passwords:

  Login: root gfw-protected
  WIFI: GFWed gfw-protected

A more detailed instruction may be found here, and here.