Commit f0a3b44 shmilylty
committed
1 parent 472da35 commit f0a3b44 Copy full SHA for f0a3b44
File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ OneForAll的更新日志格式基于[Keep a Changelog](https://keepachangelog.co
6
6
OneForAll遵守[ 语义化版本格式] ( https://semver.org/ ) 。
7
7
8
8
## Unreleased
9
+ ## [ 0.0.5] ( https://github.com/shmilylty/oneforall/releases/tag/v0.0.5 ) - 2019-08-19
10
+ - 修复一些已知Bugs
11
+ - 优化各子域收集接口并添加新的子域收集接口
12
+ - 添加子域DNS解析和子域HTTP探测进度条
13
+ - 添加子域接管风险检查模块及其使用说明
14
+ - 更新OneForAll依赖
15
+
9
16
## [ 0.0.4] ( https://github.com/shmilylty/oneforall/releases/tag/v0.0.4 ) - 2019-08-11
10
17
### 修复
11
18
- 修复一些已知Bugs
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 )] ( ./LICENSE )
7
7
[ ![ python] ( https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue )] ( ./ )
8
- [ ![ python] ( https://img.shields.io/badge/release-v0.0.4 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.0.5 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
9
9
10
10
👊** OneForAll是一款功能强大的子域收集工具** 📝[ English Document] ( ./README.en.md )
11
11
@@ -138,7 +138,7 @@ oneforall.py是主程序入口,oneforall.py里有调用aiobrute.py和dbexport.
138
138
oneforall.py --target=TARGET < flags>
139
139
140
140
DESCRIPTION
141
- Version: 0.0.4
141
+ Version: 0.0.5
142
142
Project: https://git.io/fjHT1
143
143
144
144
Example:
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 = white + '{' + red + 'v0.0.4 #dev' + white + '}'
31
+ version = white + '{' + red + 'v0.0.5 #dev' + white + '}'
32
32
33
33
banner = f"""{ yellow }
34
34
___ _ _
@@ -42,7 +42,7 @@ class OneForAll(object):
42
42
"""
43
43
OneForAll是一款功能强大的子域收集工具
44
44
45
- Version: 0.0.4
45
+ Version: 0.0.5
46
46
Project: https://git.io/fjHT1
47
47
48
48
Example:
You can’t perform that action at this time.
0 commit comments