Skip to content

Commit

Permalink
新增扩展域名、过滤域名参数
Browse files Browse the repository at this point in the history
新增利用zoomeye域名数据进行扩展检索,并自带过滤域名清单和参数指定进行无效域名过滤功能
  • Loading branch information
rungobier committed Jul 18, 2022
1 parent df750fc commit 9b9a193
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 52 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
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"

Expand All @@ -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"
Loading

0 comments on commit 9b9a193

Please sign in to comment.