diff --git a/README.md b/README.md index 0d0f057..301dd2f 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ | 时间 | 项目名称 | 项目动态 | |----|-----------|--------------------------| -|2021-10-31|[**Viper**](detail/Viper.md)|更新 [v1.5.6](detail/Viper.md#最近更新) 版本| +|2021-11-15|[**Viper**](detail/Viper.md)|更新 [v1.5.7](detail/Viper.md#最近更新) 版本| +|2021-11-12|[**f8x**](detail/f8x.md)|更新 [v1.5.8](detail/f8x.md#最近更新) 版本| |2021-10-22|[**HaE**](detail/HaE.md)|更新 [v2.1.2](detail/HaE.md#最近更新) 版本| -|2021-10-03|[**f8x**](detail/f8x.md)|更新 [v1.5.6](detail/f8x.md#最近更新) 版本| |2021-10-02|[**CDK**](detail/CDK.md)|更新 [v1.0.4](detail/CDK.md#最近更新) 版本| |2021-08-27|[**antSword**](detail/antSword.md)|更新 [v2.1.15](detail/antSword.md#最近更新) 版本| |2021-08-17|[**MDUT**](detail/MDUT.md)|更新 [v2.0.6](detail/MDUT.md#最近更新) 版本| @@ -47,6 +47,8 @@ | 时间 | 项目迭代版本 | |----|-----------| +|第46周|[**Viper**](detail/Viper.md) 更新 [v1.5.7](detail/Viper.md#最近更新)| +|第45周|[**f8x**](detail/f8x.md) 更新 [v1.5.8](detail/f8x.md#最近更新)| |第43周|[**Viper**](detail/Viper.md) 更新 [v1.5.6](detail/Viper.md#最近更新)| |第42周|[**HaE**](detail/HaE.md) 更新 [v2.1.2](detail/HaE.md#最近更新) / **[Viper](https://github.com/FunnyWolf/Viper)** 更新 [v1.5.5](detail/Viper.md#最近更新)| |第41周|[**Viper**](detail/Viper.md) 更新 [v1.5.4](detail/Viper.md#最近更新)| @@ -55,7 +57,6 @@ |第38周|[**Viper**](detail/Viper.md) 更新 [v1.5.1](detail/Viper.md#最近更新)| |第37周|[**Viper**](detail/Viper.md) 更新 [v1.5.0](detail/Viper.md#最近更新)| |第34周|[**Viper**](detail/Viper.md) 更新 [v1.4.1](detail/Viper.md#最近更新) / **[antSword](https://github.com/AntSwordProject/antSword)** 更新 [v2.1.15](detail/antSword.md#最近更新)| -|第33周|[**Viper**](detail/Viper.md) 更新 [v1.4.0](detail/Viper.md#最近更新) / **[MDUT](https://github.com/SafeGroceryStore/MDUT)** 更新 [v2.0.6](detail/MDUT.md#最近更新)| **4.新项目加入** diff --git a/column/2021KCon_exhibition_with_starlink.md b/column/2021KCon_exhibition_with_starlink.md index e047a93..c2247b9 100644 --- a/column/2021KCon_exhibition_with_starlink.md +++ b/column/2021KCon_exhibition_with_starlink.md @@ -129,11 +129,10 @@ Stowaway 是一款多级代理工具,可将外部流量通过多个节点代 -### [gshark](../detail/gshark.md) +### [GShark](../detail/gshark.md) ![Author](https://img.shields.io/badge/Author-madneal-orange) ![Language](https://img.shields.io/badge/Language-Golang-blue) ![GitHub stars](https://img.shields.io/github/stars/madneal/gshark.svg?style=flat&logo=github) -![Version](https://img.shields.io/badge/Version-V0.8.4-red) diff --git a/detail/CDK.md b/detail/CDK.md index 7d5592b..664c429 100644 --- a/detail/CDK.md +++ b/detail/CDK.md @@ -213,11 +213,13 @@ New feature or exploits: ## 最近更新 #### [v1.0.4] - 2021-10-02 + **新增** - k8s-psp-dump 漏洞利用添加 force-fuzz 选项 - lxcfs-rw 漏洞利用添加过滤器字符串 - 格式化 'run --list' 输出 - 添加 StringContains 函数 + **修复** - 修复 DeployBackdoorDaemonset 在出错时返回 true 的问题 - 修复 CapDacReadSearch Exploit 中的构建错误 diff --git a/detail/HaE.md b/detail/HaE.md index 04e5a04..4302660 100644 --- a/detail/HaE.md +++ b/detail/HaE.md @@ -97,6 +97,7 @@ https://gh0st.cn/HaE/ ## 最近更新 #### [v2.1.2] - 2021-10-22 + **优化** - 修复/规避一些微不足道的BUG - 优化/合并冗余代码 diff --git a/detail/MDUT.md b/detail/MDUT.md index c4f583f..d9554cb 100644 --- a/detail/MDUT.md +++ b/detail/MDUT.md @@ -42,6 +42,7 @@ MDUT 全称 Multiple Database Utilization Tools,是一款中文的数据库跨 ## 最近更新 #### [v2.0.6] - 2021-08-17 + **核心** - 优化内部代码 - 删除软件自启更新功能 diff --git a/detail/Viper.md b/detail/Viper.md index ef5916e..a1aa824 100644 --- a/detail/Viper.md +++ b/detail/Viper.md @@ -78,51 +78,62 @@ ## 最近更新 +#### [v1.5.7] - 2021-11-15 + +**优化** +- 全网扫描添加Debug接口 +- webdelivery当前不再强制绑定target与payload +- puma及ipgeo功能优化 +- 部分前端交互优化 +- 合并metasploit-framework 6.1.15版本 + +**Bugfix** +- 修复ipgeo异常处理导致监听异常问题 +- 修复重启viper后udp类型监听重复添加问题 + #### [v1.5.6] - 2021-10-31 + **新功能** - 新增监听防火墙功能 - 新增直接windows系统调用规避技术模块 + **优化** - reverse_http(s)在网络断开时超时时间从21秒(Windows默认)更新为3秒 - 当前Session默认用不过期,不会自动退出 - 合并metasploit-framework 6.1.13版本 + **Bugfix** - 修复sessionExpirationTimeout为0时reverse_tcp无法连接问题 - 修复UI界面无法获取默认lhost参数问题 #### [v1.5.5] - 2021-10-24 + **新功能** - 新增`CVE-2021-40449提权`模块 - 新增WebUI一键下载Viper所有日志 + **优化** - 合并metasploit-framework 6.1.12版本 + **Bugfix** - 修复Socks代理关闭后端口占用问题 #### [v1.5.4] - 2021-10-17 + **新功能** - 新增MS17-010利用(CSharp)模块 + **优化** - 合并metasploit-framework 6.1.11版本 + **Bugfix** - 修复重复添加reverse_http(s)监听时无法上线Session问题 #### [v1.5.3] - 2021-10-10 + **优化** - 登录页面多语言支持 - 优化 msfconsole 用户体验 - 合并metasploit-framework 6.1.10版本 -#### [v1.5.1] - 2021-09-26 -**新功能** -- 新增`获取互联网出口IP`模块 -- session进程列表新增搜索过滤 -**优化** -- 杀毒软件显示支持英文版 -- 优化内网扫描模块输出格式 -- 优化`运行模块`功能的性能及UI -- 合并metasploit-framework 6.1.8版本 -**Bugfix** -- 修复不显示杀毒软件名称问题 - diff --git a/detail/antSword.md b/detail/antSword.md index 41bda82..3cda0a4 100644 --- a/detail/antSword.md +++ b/detail/antSword.md @@ -77,6 +77,7 @@ ## 最近更新 #### [v2.1.15] - 2021-08-27 + **核心** - 修复 PHP/PHP4 当前目录不可写时 bypass open_basedir 失败的 Bug diff --git a/detail/f8x.md b/detail/f8x.md index 5a309d6..e7c627a 100644 --- a/detail/f8x.md +++ b/detail/f8x.md @@ -152,7 +152,20 @@ f8x 基本上不需要任何依赖,或者说它就是为了帮助你安装各种 ## 最近更新 +#### [v1.5.8] - 2021-11-12 + +**功能修改与优化** +- 兼容 Ubuntu 21.10 impish +- 兼容 AlmaLinux +- 兼容 Fedora 35 +- 兼容 CentOS 8 Stream +- 兼容 VzLinux +- 兼容 Rocky +- python3 选项改为 -py3(7/8/9) +- python2 选项改为 -py2 + #### [v1.5.6] - 2021-10-03 + **功能修改** - 更新 crawlergo 的下载链接 - 更改显示语言 #10 #11