Commit e662f28 shmilylty
committed
1 parent 26d32d3 commit e662f28 Copy full SHA for e662f28
File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ OneForAll的更新日志格式基于[Keep a Changelog](https://keepachangelog.co
6
6
OneForAll遵守[ 语义化版本格式] ( https://semver.org/ ) 。
7
7
8
8
## Unreleased
9
+ ## [ 0.0.8] ( https://github.com/shmilylty/oneforall/releases/tag/v0.0.8 ) - 2019-10-30
10
+ - 添加新子域监控功能
11
+ - 优化子域爆破字典和默认参数
12
+ - 修复端口重复问题
13
+ - 移除aiodns依赖
14
+
9
15
## [ 0.0.7] ( https://github.com/shmilylty/oneforall/releases/tag/v0.0.7 ) - 2019-10-18
10
16
- 修复一些已知问题
11
17
- 添加百度云观测接口
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.7%20%7C%203.8-blue )] ( https://github.com/shmilylty/OneForAll/tree/master/ )
8
- [ ![ python] ( https://img.shields.io/badge/release-v0.0.7 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.0.8 -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.7%20%7C%203.8-blue )] ( https://github.com/shmilylty/OneForAll/tree/master/ )
8
- [ ![ python] ( https://img.shields.io/badge/release-v0.0.7 -brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8
+ [ ![ python] ( https://img.shields.io/badge/release-v0.0.8 -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 28
28
red = '\033 [1;31m'
29
29
end = '\033 [0m'
30
30
31
- version = white + '{' + red + 'v0.0.7 #dev' + white + '}'
31
+ version = white + '{' + red + 'v0.0.8 #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.7
45
+ Version: 0.0.8
46
46
Project: https://git.io/fjHT1
47
47
48
48
Example:
You can’t perform that action at this time.
0 commit comments