filternet / filternet
A simple utility to check whether the given url/domain is blocked in Iran.
1.3.2
2017-08-22 19:23 UTC
Requires
- php: >=5.5.9
- react/dns: ~0.4.0
- symfony/console: ~2.8|~3.0
This package is not auto-updated.
Last update: 2024-10-26 19:32:28 UTC
README
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.