Commit 8ba5b4d Jing Ling
committed
1 parent 6f3cdb6 commit 8ba5b4d Copy full SHA for 8ba5b4d
File tree 4 files changed +14
-3
lines changed
4 files changed +14
-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.0.9 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.1.0 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
9
9
10
10
👊** OneForAll is a powerful subdomain collection tool** 📝[ 中文文档] ( https://github.com/shmilylty/OneForAll/tree/master/README.md )
11
11
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.0.9 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.1.0 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
9
9
10
10
👊** OneForAll是一款功能强大的子域收集工具** 📝[ English Document] ( https://github.com/shmilylty/OneForAll/tree/master/README.en.md )
11
11
Original file line number Diff line number Diff line change @@ -8,6 +8,17 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。
8
8
# Unreleased
9
9
10
10
# Released
11
+ ## [ 0.1.0] ( https://github.com/shmilylty/oneforall/releases/tag/v0.1.0 ) - 2020-03-02
12
+ - 重构OneForAll入口
13
+ - 添加1个新的子域收集模块
14
+ - 添加了查询类型type和子域层数level两个结果字段
15
+ - 调整项目结构
16
+ - 优化个别收集模块
17
+ - 优化子域爆破字典
18
+ - 优化响应体解码处理
19
+ - 更新说明文档
20
+ - 修复已知bug
21
+
11
22
## [ 0.0.9] ( https://github.com/shmilylty/oneforall/releases/tag/v0.0.9 ) - 2020-02-20
12
23
- 重构子域解析模块
13
24
- 添加4个新的子域收集模块
Original file line number Diff line number Diff line change 27
27
red = '\033 [1;31m'
28
28
end = '\033 [0m'
29
29
30
- version = 'v0.0.9 #dev'
30
+ version = 'v0.1.0 #dev'
31
31
message = white + '{' + red + version + white + '}'
32
32
33
33
banner = f"""
You can’t perform that action at this time.
0 commit comments