File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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.8-blue )] ( https://github.com/shmilylty/OneForAll/tree/master/ )
8- [ ![ python] ( https://img.shields.io/badge/release-v0.1 .0-brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8+ [ ![ python] ( https://img.shields.io/badge/release-v0.2 .0-brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
99
1010👊** OneForAll is a powerful subdomain collection tool** 📝[ 中文文档] ( https://github.com/shmilylty/OneForAll/tree/master/README.md )
1111
Original file line number Diff line number Diff line change 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.8-blue )] ( https://github.com/shmilylty/OneForAll/tree/master/ )
8- [ ![ python] ( https://img.shields.io/badge/release-v0.1 .0-brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
8+ [ ![ python] ( https://img.shields.io/badge/release-v0.2 .0-brightgreen )] ( https://github.com/shmilylty/OneForAll/releases )
99
1010👊** OneForAll是一款功能强大的子域收集工具** 📝[ English Document] ( https://github.com/shmilylty/OneForAll/tree/master/README.en.md )
1111
Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。
88# Unreleased
99
1010# Released
11+ ## [ 0.2.0] ( https://github.com/shmilylty/oneforall/releases/tag/v0.2.0 ) - 2020-04-27
12+ - 重构子域爆破和解析模块 改用massdns 一般情况下可以达到10000pps 速度非常快
13+ - 优化泛解析处理
14+ - 优化部分子域收集模块
15+ - 新增了爆破字典
16+ - 新增了github_api和rapiddns收集模块
17+ - 修复了一些bug
18+ - 更新了文档
19+
1120## [ 0.1.0] ( https://github.com/shmilylty/oneforall/releases/tag/v0.1.0 ) - 2020-03-02
1221- 重构OneForAll入口
1322- 添加1个新的子域收集模块
Original file line number Diff line number Diff line change 2727red = '\033 [1;31m'
2828end = '\033 [0m'
2929
30- version = 'v0.1 .0#dev'
30+ version = 'v0.2 .0#dev'
3131message = white + '{' + red + version + white + '}'
3232
3333banner = f"""
You can’t perform that action at this time.
0 commit comments