Skip to content

Commit ec0e808

Browse files
authored
Merge pull request #162 from shmilylty/dev
v0.4.0
2 parents 82e0180 + ad01fa1 commit ec0e808

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

README.md

+1-1
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)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE)
77
[![python](https://img.shields.io/badge/python-3.6|3.7|3.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/)
8-
[![python](https://img.shields.io/badge/release-v0.3.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
8+
[![python](https://img.shields.io/badge/release-v0.4.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
99

1010
👊**OneForAll是一款功能强大的子域收集工具** 📝[English Document](https://github.com/shmilylty/OneForAll/tree/master/docs/en-us/README.md)
1111

docs/changes.md

+15
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。
88
# Unreleased
99

1010
# Released
11+
## [0.4.0](https://github.com/shmilylty/oneforall/releases/tag/v0.4.0) - 2020-11-18
12+
- 重构了子域请求模块,解决了内存占用过大问题
13+
- 新增了子域置换模块,能从现有的子域发现更多新子域
14+
- 新增了数据富化模块,富化出更多有用的信息
15+
- 新增了finder模块,能从响应体和JS及跳转历史收集子域
16+
- 重构了泛解析探测,泛解析探测更加准确
17+
- 实现了配置插拔式设计
18+
- 实现了版本更新检查、运行环境检查、网络环境检查
19+
- 优化了子域爆破模块
20+
- 优化了泛解析处理
21+
- 优化了子域字典
22+
- 删除和优化了部分收集模块
23+
- 修复了一些反馈的bug
24+
- 更新了文档
25+
1126
## [0.3.0](https://github.com/shmilylty/oneforall/releases/tag/v0.3.0) - 2020-05-13
1227
- 重构了项目目录结构
1328
- 修改了输出显示为英文

docs/en-us/README.md

+1-1
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)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE)
77
[![python](https://img.shields.io/badge/python-3.6|3.7|3.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/)
8-
[![python](https://img.shields.io/badge/release-v0.3.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
8+
[![python](https://img.shields.io/badge/release-v0.4.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases)
99

1010
👊**OneForAll is a powerful subdomain integration tool** 📝[中文文档](https://github.com/shmilylty/OneForAll/tree/master/README.md)
1111

oneforall.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
red = '\033[1;31m'
3333
end = '\033[0m'
3434

35-
version = 'v0.3.0'
35+
version = 'v0.4.0'
3636
message = white + '{' + red + version + ' #dev' + white + '}'
3737

3838
oneforall_banner = f"""

0 commit comments

Comments
 (0)