All Projects → filternet → Filternet Php

filternet / Filternet Php

Licence: mit
A simple utility to check whether the given url/domain is blocked in Iran.

Projects that are alternatives of or similar to Filternet Php

superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (+965.85%)
Mutual labels:  censorship
Gfwlist
The one and only one gfwlist here
Stars: ✭ 19,033 (+46321.95%)
Mutual labels:  censorship
Streisand
Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists.
Stars: ✭ 22,605 (+55034.15%)
Mutual labels:  censorship
bebasdns
Membantumu berselancar dengan aman dan tidak terbatas!.
Stars: ✭ 56 (+36.59%)
Mutual labels:  censorship
AndroidPluggableTransports
Android Pluggable Transports (aka PLUTO2)
Stars: ✭ 23 (-43.9%)
Mutual labels:  censorship
Bebasid
bebasid dapat membantu membuka halaman situs web yang diblokir oleh pemerintah Indonesia dengan memanfaatkan hosts file.
Stars: ✭ 372 (+807.32%)
Mutual labels:  censorship
IPFSStreamingVideo
IPFS Streaming Video
Stars: ✭ 28 (-31.71%)
Mutual labels:  censorship
Cloak
A censorship circumvention tool to evade detection against state adversaries
Stars: ✭ 942 (+2197.56%)
Mutual labels:  censorship
Chat Censorship
Data related to investigation of chat client censorship
Stars: ✭ 317 (+673.17%)
Mutual labels:  censorship
Awesome Anti Censorship
curated list of open-source anti-censorship tools
Stars: ✭ 521 (+1170.73%)
Mutual labels:  censorship
updns
Public Adfree DNS over HTTPS Server
Stars: ✭ 23 (-43.9%)
Mutual labels:  censorship
SecurityHeaders GovUK
A scan of all .gov.uk sites for the most common security headers or lack of
Stars: ✭ 14 (-65.85%)
Mutual labels:  censorship
Berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
Stars: ✭ 5,101 (+12341.46%)
Mutual labels:  censorship
NouBan-js
检测文本中是否含有豆瓣敏感词(JavaScript版本)。Nouban is an anti-censorship project aiming to record censored words in Douban, a Chinese social network platform. It is merely a glimpse of the situation in Chinese 'Innernet'.
Stars: ✭ 58 (+41.46%)
Mutual labels:  censorship
Nudenet
Neural Nets for Nudity Detection and Censoring
Stars: ✭ 642 (+1465.85%)
Mutual labels:  censorship
kit-censura
Software used to censor the Internet in Italy
Stars: ✭ 22 (-46.34%)
Mutual labels:  censorship
China Dictatorship
Chinese "Communist" "Dictatorship" "facts". 中国《共产主义》《独裁统治》的《事实》。Home to the mega-FAQ, news compilation, restaurant and music recommendations. 常见问答集,新闻集和饭店和音乐建议。Heil Xi 卐. 习万岁。
Stars: ✭ 337 (+721.95%)
Mutual labels:  censorship
Goquiet Shadowsocks Docker
A Docker image for Shadowsocks over GoQuiet
Stars: ✭ 21 (-48.78%)
Mutual labels:  censorship
Openvpn Install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
Stars: ✭ 7,142 (+17319.51%)
Mutual labels:  censorship
Wireguard Manager
Self-hosted Wireguard Installer / Manager for CentOS, Debian, Ubuntu, Arch, Fedora, Redhat, Raspbian
Stars: ✭ 478 (+1065.85%)
Mutual labels:  censorship

Filternet

A simple utility to check whether the given url/domain is blocked in Iran.

Installation

Install this package via Composer:

composer global require filternet/filternet

or via cgr:

cgr filternet/filternet

Usage

DNS

filternet check:dns youtube.com -s 8.8.8.8

Result:

 2/2 [============================] 100% Done!
+-------------+-----------------+---------+---------------------+
| Domain      | IP              | Status  | Date                |
+-------------+-----------------+---------+---------------------+
| youtube.com | 10.10.34.36     | Blocked | 2016-03-14 01:27:58 |
| YOUTUBE.COM | 173.194.116.195 | Open    | 2016-03-14 01:27:58 |
+-------------+-----------------+---------+---------------------+

HTTP

filternet check:http http://dropbox.com

Result:

 100/100 [============================] 100% Done!
+--------------------+------------------------+-------+---------+---------------------+
| Url                | HTTP Response Status   | Title | Status  | Date                |
+--------------------+------------------------+-------+---------+---------------------+
| http://dropbox.com | HTTP/1.0 403 Forbidden | M4-8  | Blocked | 2016-03-14 01:30:18 |
+--------------------+------------------------+-------+---------+---------------------+

TLS SNI (Server Name Indication)

filternet check:sni twitter.com
 2/2 [============================] 100% Done!
+-------------+---------+-------------------------------+---------------------+
| SNI Name    | Status  | Error                         | Date                |
+-------------+---------+-------------------------------+---------------------+
| twitter.com | Blocked | SSL: Connection reset by peer | 2016-04-08 00:01:13 |
| TWITTER.COM | Open    | ~UNKNOWN~                     | 2016-04-08 00:01:13 |
+-------------+---------+-------------------------------+---------------------+

License

This project is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].