Commit 5f2371b 1 parent abbad04 commit 5f2371b Copy full SHA for 5f2371b
File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability )] ( https://codeclimate.com/github/shmilylty/OneForAll/maintainability )
6
6
[ ![ License] ( https://img.shields.io/github/license/shmilylty/OneForAll )] ( https://github.com/shmilylty/OneForAll/tree/master/LICENSE )
7
7
[ ![ python] ( https://img.shields.io/badge/python-3.8-blue )] ( https://github.com/shmilylty/OneForAll/tree/master/ )
8
- [ ![ python] ( https://img.shields.io/badge/release-v0.2 .0-brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.3 .0-brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
9
9
10
10
👊** OneForAll是一款功能强大的子域收集工具** 📝[ English Document] ( https://github.com/shmilylty/OneForAll/tree/master/docs/en-us/README.md )
11
11
Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。
8
8
# Unreleased
9
9
10
10
# Released
11
+ ## [ 0.3.0] ( https://github.com/shmilylty/oneforall/releases/tag/v0.3.0 ) - 2020-05-13
12
+ - 重构了项目目录结构
13
+ - 修改了输出显示为英文
14
+ - 优化了泛解析处理
15
+ - 优化了部分收集模块
16
+ - 新增了静默级别的日志输出
17
+ - 新增了超大爆破压缩包字典
18
+ - 新增了利用NSEC记录遍历DNS域模块
19
+ - 新增了sublist3r接口查询模块
20
+ - 现在` docker pull shmilylty/oneforall ` 是自动构建的
21
+ - 修复了一些反馈的bug
22
+ - 更新了文档
23
+
11
24
## [ 0.2.0] ( https://github.com/shmilylty/oneforall/releases/tag/v0.2.0 ) - 2020-04-27
12
25
- 重构子域爆破和解析模块 改用massdns 一般情况下可以达到10000pps 速度非常快
13
26
- 优化泛解析处理
Original file line number Diff line number Diff line change 5
5
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability )] ( https://codeclimate.com/github/shmilylty/OneForAll/maintainability )
6
6
[ ![ License] ( https://img.shields.io/github/license/shmilylty/OneForAll )] ( https://github.com/shmilylty/OneForAll/tree/master/LICENSE )
7
7
[ ![ python] ( https://img.shields.io/badge/python-3.8-blue )] ( https://github.com/shmilylty/OneForAll/tree/master/ )
8
- [ ![ python] ( https://img.shields.io/badge/release-v0.2 .0-brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.3 .0-brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
9
9
10
10
👊** OneForAll is a powerful subdomain integration tool** 📝[ 中文文档] ( https://github.com/shmilylty/OneForAll/tree/master/README.md )
11
11
Original file line number Diff line number Diff line change 28
28
red = '\033 [1;31m'
29
29
end = '\033 [0m'
30
30
31
- version = 'v0.2 .0#dev'
31
+ version = 'v0.3 .0#dev'
32
32
message = white + '{' + red + version + white + '}'
33
33
34
34
banner = f"""
You can’t perform that action at this time.
0 commit comments