Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

咨询一个关于扫描的问题 #43

Closed
LickJon opened this issue Nov 21, 2024 · 3 comments
Closed

咨询一个关于扫描的问题 #43

LickJon opened this issue Nov 21, 2024 · 3 comments
Labels
IP 扫描 IP 扫描功能的问题。

Comments

@LickJon
Copy link

LickJon commented Nov 21, 2024

咨询一个关于扫描的问题:
扫描IP很多时候一条结果都没有。貌似在扩展IP被更新后才会继续扫出结果。是巧合还是软件的设置问题呢?如果是基于扩展IP段规则进行扫描。希望能自定义扫描的IP段。因为可用IP大多数比较集中。最近不知道为什么,失效非常快,以前一个能用几个月,现在可能撑不过几个小时。如果扫不出结果,那就得傻眼几天。

@GoodCoder666
Copy link
Owner

感谢反馈。自定义扫描 IP 段功能还在开发中,由于本人暂时较忙,距正式发布还要一段时间(参见 #36 )。

IP 的可用性问题见 #42

@GoodCoder666
Copy link
Owner

在功能正式推出之前,可以仿照原有的格式更改 IPv6 扫描段并从源代码运行。

ipv6_extend = [
IPv6Network('2607:f8b0:4000:80a::/112'),
IPv6Network('2607:f8b0:4005:801::/112'),
IPv6Network('2a00:1450:4010:c0d::/112')
]

@GoodCoder666
Copy link
Owner

功能已发布,见 2.3.0。

@GoodCoder666 GoodCoder666 added the IP 扫描 IP 扫描功能的问题。 label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IP 扫描 IP 扫描功能的问题。
Projects
None yet
Development

No branches or pull requests

2 participants