1 unstable release
Uses old Rust 2015
0.1.0 | Apr 26, 2018 |
---|
#3 in #blocked
81KB
1.5K
SLoC
zicsv-tool
zicsv-tool
- Command-line tool for parsing Zapret-Info CSV lists.
Installation
-
Do not forget to update
PATH
in current shell session:export PATH="${PATH}:${HOME}/.cargo/bin"
-
Download, compile and install
zicsv-tool
:cargo install zicsv-tool
Usage
Download fresh dump.csv before doing everything else.
Supported commands:
into-json
- Convertdump.csv
into JSON format.search
- Search blocked addresses.select
- Print selected types of blocked addresses.updated
- Print date of last update ofdump.csv
.
Note that by default this tool reads dump.csv
from stdin and writes any
output to stdout.
Help
zicsv-tool --help
zicsv-tool into-json --help
zicsv-tool search --help
zicsv-tool select --help
zicsv-tool updated --help
Searching records by address
Example:
$ zicsv-tool -i dump.csv search "http://google.com"
Example output:
http://google.com:
http://google.com/: not found
google.com: not found
74.125.205.100: blocked
IPv4 address is equal to blocked IPv4 address:
Blocked: 74.125.205.100
Organization: Генпрокуратура
Document ID: 27-31-2018/Ид2971-18
Document date: 2018-04-16
74.125.205.138: not found
74.125.205.102: blocked
IPv4 address is equal to blocked IPv4 address:
Blocked: 74.125.205.102
Organization: Генпрокуратура
Document ID: 27-31-2018/Ид2971-18
Document date: 2018-04-16
74.125.205.113: blocked
IPv4 address is equal to blocked IPv4 address:
Blocked: 74.125.205.113
Organization: Генпрокуратура
Document ID: 27-31-2018/Ид2971-18
Document date: 2018-04-16
74.125.205.139: not found
74.125.205.101: blocked
IPv4 address is equal to blocked IPv4 address:
Blocked: 74.125.205.101
Organization: Генпрокуратура
Document ID: 27-31-2018/Ид2971-18
Document date: 2018-04-16
Dependencies
~22MB
~375K SLoC