-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,23 +17,25 @@ Windows 编译环境安装请下载[rustup-init.exe](https://static.rust-lang.or | |
从[releases](https://github.com/knownsec/ct/releases "releases")下载二进制文件。 | ||
|
||
``` | ||
ct 1.0.5 | ||
ct 1.0.9 | ||
Autor: rungobier@knownsec 404 team <[email protected]> | ||
Collect information tools about the target domain. | ||
USAGE: | ||
ct [FLAGS] [OPTIONS] [domain] | ||
ct_win64.exe [FLAGS] [OPTIONS] [domain] | ||
FLAGS: | ||
-T Network upload speed test. | ||
-Z Do not use zoomeye data | ||
-h, --help Prints help information | ||
-i, --info Get ZoomEye account base info | ||
-q, --query-ip Use zoomeye to query ip information | ||
-V, --version Prints version information | ||
-E Extended analysis domain | ||
-T Network upload speed test. | ||
-Z Do not use zoomeye data | ||
-C, --cidr Convert the IP related to the target domain name to cidr for extended search. Default is false. | ||
-h, --help Prints help information | ||
-i, --info Get ZoomEye account base info | ||
-q, --query-ip Use zoomeye to query ip information | ||
-V, --version Prints version information | ||
OPTIONS: | ||
--init <apikey> Initialize the ZoomEye api key | ||
--init <apikey> Initialize the ZoomEye api key | ||
-s, --dns-dict <dns-file> DNS Server list in a textual file. | ||
file example... | ||
8.8.8.8 | ||
|
@@ -45,6 +47,10 @@ OPTIONS: | |
dev | ||
... | ||
-F <filter-domains> Extended filter domain list. | ||
Example of extended filtering domain name list: | ||
knownsec.com,jiasule.com,365cyd.com... | ||
--query-num <query-num> Maximum number of zoomeye query. Default query number 100 | ||
-t, --threads <thread-num> Maximum number of threads. Default number $CPU_NUM | ||
-w, --work-dir <work-dir> Directory to save the results of tasks. Default | ||
[/tmp|$DESKTOP]/YYYYmmddHHMM_$DOMAIN | ||
|
@@ -60,6 +66,12 @@ ARGS: | |
ZoomEye apikey 初始化 | ||
ct --init 62EC1239-xxxx-xxxxx-xxxx-e45291301ee | ||
开启扩展搜索 | ||
ct -E | ||
过滤域名,域名之间以,分隔 | ||
ct -F | ||
查看ZoomEye账号信息 | ||
ct -i | ||
|