mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
99 lines
3.2 KiB
Markdown
99 lines
3.2 KiB
Markdown
# 更新日志
|
|
OneForAll的所有值得注意的更改都将记录在此文件中。
|
|
|
|
OneForAll的更新日志格式基于[Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)。
|
|
|
|
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个新的子域收集模块
|
|
- 添加了查询类型type和子域层数level两个结果字段
|
|
- 调整项目结构
|
|
- 优化个别收集模块
|
|
- 优化子域爆破字典
|
|
- 优化响应体解码处理
|
|
- 更新说明文档
|
|
- 修复已知bug
|
|
|
|
## [0.0.9](https://github.com/shmilylty/oneforall/releases/tag/v0.0.9) - 2020-02-20
|
|
- 重构子域解析模块
|
|
- 添加4个新的子域收集模块
|
|
- 添加了Docker部署
|
|
- 优化配置参数和收集模块
|
|
- 优化子域爆破字典和默认参数
|
|
- 优化响应体解码处理
|
|
- 更新说明文档
|
|
- 修复已知bug
|
|
|
|
## [0.0.8](https://github.com/shmilylty/oneforall/releases/tag/v0.0.8) - 2019-10-30
|
|
- 添加新子域监控功能
|
|
- 优化子域爆破字典和默认参数
|
|
- 修复端口重复问题
|
|
- 移除aiodns依赖
|
|
|
|
## [0.0.7](https://github.com/shmilylty/oneforall/releases/tag/v0.0.7) - 2019-10-18
|
|
- 修复一些已知问题
|
|
- 添加百度云观测接口
|
|
- 添加添加英文Readme文档
|
|
- 更新有关文档
|
|
- 优化标题获取
|
|
- 更新依赖
|
|
|
|
## [0.0.6](https://github.com/shmilylty/oneforall/releases/tag/v0.0.6) - 2019-08-27
|
|
- 修复一些已知问题
|
|
- 添加PassiveDNS查询和Github子域搜索模块
|
|
- 优化FoFa和BufferOver收集模块
|
|
- 更新有关文档
|
|
- 更新依赖
|
|
|
|
## [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
|
|
|
|
## [0.0.3](https://github.com/shmilylty/oneforall/releases/tag/v0.0.3) - 2019-08-08
|
|
### 修改
|
|
- 代码PEP8格式化
|
|
### 修改
|
|
- 修改一些已知Bugs
|
|
|
|
## [0.0.2](https://github.com/shmilylty/oneforall/releases/tag/v0.0.2) - 2019-08-04
|
|
### 新增
|
|
- 新增有关文档
|
|
### 修改
|
|
- 修改有关日志输出格式和信息
|
|
### 修复
|
|
- 升级fire库版本解决运行报错问题
|
|
### 移除
|
|
- 移除brotlipy依赖
|
|
|
|
|
|
## [0.0.1](https://github.com/shmilylty/oneforall/releases/tag/v0.0.1) - 2019-08-02
|
|
### 新增
|
|
- 新增检查crossdomain.xml收集子域功能
|
|
- 新增检查域名证书收集子域功能
|
|
- 新增检查内容安全策略头收集子域功能
|
|
- 新增域传送利用功能
|
|
- 新增子域收集功能(搜索引擎,DNS数据集,证书透明度,网上爬虫档案)
|
|
- 新增子域爆破功能
|
|
- 新增数据库导出功能
|