-
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.
新增利用zoomeye域名数据进行扩展检索,并自带过滤域名清单和参数指定进行无效域名过滤功能
- Loading branch information
Showing
4 changed files
with
473 additions
and
52 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ct" | ||
version = "1.0.0" | ||
version = "1.0.9" | ||
authors = ["rungobier@knownsec 404 team <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -21,3 +21,5 @@ speedtest-rs = "0.1.2" | |
reqwest = { version = "0.11", features = ["blocking", "json"] } | ||
chrono = "0.4" | ||
itertools = "0.10.1" | ||
tldextract = "0.5.1" | ||
commonregex = "0.2.0" |
Oops, something went wrong.