This commit is contained in:
shmilylty
2019-08-19 20:05:01 +08:00
parent 472da35a36
commit f0a3b44c53
3 changed files with 11 additions and 4 deletions
+7
View File
@@ -6,6 +6,13 @@ OneForAll的更新日志格式基于[Keep a Changelog](https://keepachangelog.co
OneForAll遵守[语义化版本格式](https://semver.org/)。
## Unreleased
## [0.0.5](https://github.com/shmilylty/oneforall/releases/tag/v0.0.5) - 2019-08-19
- 修复一些已知Bugs
- 优化各子域收集接口并添加新的子域收集接口
- 添加子域DNS解析和子域HTTP探测进度条
- 添加子域接管风险检查模块及其使用说明
- 更新OneForAll依赖
## [0.0.4](https://github.com/shmilylty/oneforall/releases/tag/v0.0.4) - 2019-08-11
### 修复
- 修复一些已知Bugs
+2 -2
View File
@@ -5,7 +5,7 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/1287668a6b4c72af683e/maintainability)](https://codeclimate.com/github/shmilylty/OneForAll/maintainability)
[![License](https://img.shields.io/github/license/shmilylty/OneForAll)](./LICENSE)
[![python](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue)](./)
[![python](https://img.shields.io/badge/release-v0.0.4-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
[![python](https://img.shields.io/badge/release-v0.0.5-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
👊**OneForAll是一款功能强大的子域收集工具** 📝[English Document](./README.en.md)
@@ -138,7 +138,7 @@ oneforall.py是主程序入口,oneforall.py里有调用aiobrute.py和dbexport.
oneforall.py --target=TARGET <flags>
DESCRIPTION
Version: 0.0.4
Version: 0.0.5
Project: https://git.io/fjHT1
Example:
+2 -2
View File
@@ -28,7 +28,7 @@ blue = '\033[01;34m'
red = '\033[1;31m'
end = '\033[0m'
version = white + '{' + red + 'v0.0.4#dev' + white + '}'
version = white + '{' + red + 'v0.0.5#dev' + white + '}'
banner = f"""{yellow}
___ _ _
@@ -42,7 +42,7 @@ class OneForAll(object):
"""
OneForAll是一款功能强大的子域收集工具
Version: 0.0.4
Version: 0.0.5
Project: https://git.io/fjHT1
Example: