Skip to content

Commit f0a3b44

Browse files
author
shmilylty
committed
v0.0.5
1 parent 472da35 commit f0a3b44

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ OneForAll的更新日志格式基于[Keep a Changelog](https://keepachangelog.co
66
OneForAll遵守[语义化版本格式](https://semver.org/)
77

88
## 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+
916
## [0.0.4](https://github.com/shmilylty/oneforall/releases/tag/v0.0.4) - 2019-08-11
1017
### 修复
1118
- 修复一些已知Bugs

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Maintainability](https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability)](https://codeclimate.com/github/shmilylty/OneForAll/maintainability)
66
[![License](https://img.shields.io/github/license/shmilylty/OneForAll)](./LICENSE)
77
[![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)
99

1010
👊**OneForAll是一款功能强大的子域收集工具** 📝[English Document](./README.en.md)
1111

@@ -138,7 +138,7 @@ oneforall.py是主程序入口,oneforall.py里有调用aiobrute.py和dbexport.
138138
oneforall.py --target=TARGET <flags>
139139
140140
DESCRIPTION
141-
Version: 0.0.4
141+
Version: 0.0.5
142142
Project: https://git.io/fjHT1
143143
144144
Example:

oneforall/oneforall.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
red = '\033[1;31m'
2929
end = '\033[0m'
3030

31-
version = white + '{' + red + 'v0.0.4#dev' + white + '}'
31+
version = white + '{' + red + 'v0.0.5#dev' + white + '}'
3232

3333
banner = f"""{yellow}
3434
___ _ _
@@ -42,7 +42,7 @@ class OneForAll(object):
4242
"""
4343
OneForAll是一款功能强大的子域收集工具
4444
45-
Version: 0.0.4
45+
Version: 0.0.5
4646
Project: https://git.io/fjHT1
4747
4848
Example:

0 commit comments

Comments
 (0)