@@ -17,23 +17,25 @@ Windows 编译环境安装请下载[rustup-init.exe](https://static.rust-lang.or
1717从[ releases] ( https://github.com/knownsec/ct/releases " releases ") 下载二进制文件。
1818
1919```
20- ct 1.0.5
20+ ct 1.0.9
2121Autor: rungobier@knownsec 404 team <[email protected] > 2222Collect information tools about the target domain.
2323
2424USAGE:
25- ct [FLAGS] [OPTIONS] [domain]
25+ ct_win64.exe [FLAGS] [OPTIONS] [domain]
2626
2727FLAGS:
28- -T Network upload speed test.
29- -Z Do not use zoomeye data
30- -h, --help Prints help information
31- -i, --info Get ZoomEye account base info
32- -q, --query-ip Use zoomeye to query ip information
33- -V, --version Prints version information
28+ -E Extended analysis domain
29+ -T Network upload speed test.
30+ -Z Do not use zoomeye data
31+ -C, --cidr Convert the IP related to the target domain name to cidr for extended search. Default is false.
32+ -h, --help Prints help information
33+ -i, --info Get ZoomEye account base info
34+ -q, --query-ip Use zoomeye to query ip information
35+ -V, --version Prints version information
3436
3537OPTIONS:
36- --init <apikey> Initialize the ZoomEye api key
38+ --init <apikey> Initialize the ZoomEye api key
3739 -s, --dns-dict <dns-file> DNS Server list in a textual file.
3840 file example...
3941 8.8.8.8
@@ -45,6 +47,10 @@ OPTIONS:
4547 mail
4648 dev
4749 ...
50+ -F <filter-domains> Extended filter domain list.
51+ Example of extended filtering domain name list:
52+ knownsec.com,jiasule.com,365cyd.com...
53+ --query-num <query-num> Maximum number of zoomeye query. Default query number 100
4854 -t, --threads <thread-num> Maximum number of threads. Default number $CPU_NUM
4955 -w, --work-dir <work-dir> Directory to save the results of tasks. Default
5056 [/tmp|$DESKTOP]/YYYYmmddHHMM_$DOMAIN
6066ZoomEye apikey 初始化
6167ct --init 62EC1239-xxxx-xxxxx-xxxx-e45291301ee
6268
69+ 开启扩展搜索
70+ ct -E
71+
72+ 过滤域名,域名之间以,分隔
73+ ct -F
74+
6375查看ZoomEye账号信息
6476ct -i
6577
0 commit comments