mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
v0.3.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
[](https://codeclimate.com/github/shmilylty/OneForAll/maintainability)
|
||||
[](https://github.com/shmilylty/OneForAll/tree/master/LICENSE)
|
||||
[](https://github.com/shmilylty/OneForAll/tree/master/)
|
||||
[](https://github.com/shmilylty/OneForAll/releases)
|
||||
[](https://github.com/shmilylty/OneForAll/releases)
|
||||
|
||||
👊**OneForAll是一款功能强大的子域收集工具** 📝[English Document](https://github.com/shmilylty/OneForAll/tree/master/docs/en-us/README.md)
|
||||
|
||||
|
||||
@@ -8,6 +8,19 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。
|
||||
# Unreleased
|
||||
|
||||
# Released
|
||||
## [0.3.0](https://github.com/shmilylty/oneforall/releases/tag/v0.3.0) - 2020-05-13
|
||||
- 重构了项目目录结构
|
||||
- 修改了输出显示为英文
|
||||
- 优化了泛解析处理
|
||||
- 优化了部分收集模块
|
||||
- 新增了静默级别的日志输出
|
||||
- 新增了超大爆破压缩包字典
|
||||
- 新增了利用NSEC记录遍历DNS域模块
|
||||
- 新增了sublist3r接口查询模块
|
||||
- 现在`docker pull shmilylty/oneforall`是自动构建的
|
||||
- 修复了一些反馈的bug
|
||||
- 更新了文档
|
||||
|
||||
## [0.2.0](https://github.com/shmilylty/oneforall/releases/tag/v0.2.0) - 2020-04-27
|
||||
- 重构子域爆破和解析模块 改用massdns 一般情况下可以达到10000pps 速度非常快
|
||||
- 优化泛解析处理
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
[](https://codeclimate.com/github/shmilylty/OneForAll/maintainability)
|
||||
[](https://github.com/shmilylty/OneForAll/tree/master/LICENSE)
|
||||
[](https://github.com/shmilylty/OneForAll/tree/master/)
|
||||
[](https://github.com/shmilylty/OneForAll/releases)
|
||||
[](https://github.com/shmilylty/OneForAll/releases)
|
||||
|
||||
👊**OneForAll is a powerful subdomain integration tool** 📝[中文文档](https://github.com/shmilylty/OneForAll/tree/master/README.md)
|
||||
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ blue = '\033[01;34m'
|
||||
red = '\033[1;31m'
|
||||
end = '\033[0m'
|
||||
|
||||
version = 'v0.2.0#dev'
|
||||
version = 'v0.3.0#dev'
|
||||
message = white + '{' + red + version + white + '}'
|
||||
|
||||
banner = f"""
|
||||
|
||||
Reference in New Issue
Block a user