diff --git a/README.en.md b/README.en.md index b7d5a899..aa18251e 100644 --- a/README.en.md +++ b/README.en.md @@ -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)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE) [![python](https://img.shields.io/badge/python-3.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/) -[![python](https://img.shields.io/badge/release-v0.1.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases) +[![python](https://img.shields.io/badge/release-v0.2.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases) 👊**OneForAll is a powerful subdomain collection tool** 📝[中文文档](https://github.com/shmilylty/OneForAll/tree/master/README.md) diff --git a/README.md b/README.md index 67f4d615..15113a21 100644 --- a/README.md +++ b/README.md @@ -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)](https://github.com/shmilylty/OneForAll/tree/master/LICENSE) [![python](https://img.shields.io/badge/python-3.8-blue)](https://github.com/shmilylty/OneForAll/tree/master/) -[![python](https://img.shields.io/badge/release-v0.1.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases) +[![python](https://img.shields.io/badge/release-v0.2.0-brightgreen)](https://github.com/shmilylty/OneForAll/releases) 👊**OneForAll是一款功能强大的子域收集工具** 📝[English Document](https://github.com/shmilylty/OneForAll/tree/master/README.en.md) diff --git a/docs/changes.md b/docs/changes.md index b4dde12f..84273549 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -8,6 +8,15 @@ OneForAll遵守[语义化版本格式](https://semver.org/)。 # Unreleased # Released +## [0.2.0](https://github.com/shmilylty/oneforall/releases/tag/v0.2.0) - 2020-04-27 +- 重构子域爆破和解析模块 改用massdns 一般情况下可以达到10000pps 速度非常快 +- 优化泛解析处理 +- 优化部分子域收集模块 +- 新增了爆破字典 +- 新增了github_api和rapiddns收集模块 +- 修复了一些bug +- 更新了文档 + ## [0.1.0](https://github.com/shmilylty/oneforall/releases/tag/v0.1.0) - 2020-03-02 - 重构OneForAll入口 - 添加1个新的子域收集模块 diff --git a/oneforall/oneforall.py b/oneforall/oneforall.py index 81d28456..72dcaf9e 100644 --- a/oneforall/oneforall.py +++ b/oneforall/oneforall.py @@ -27,7 +27,7 @@ red = '\033[1;31m' end = '\033[0m' -version = 'v0.1.0#dev' +version = 'v0.2.0#dev' message = white + '{' + red + version + white + '}' banner = f"""