Update README.md

This commit is contained in:
f0ng
2022-07-12 11:55:54 +08:00
committed by GitHub
parent b91cec2870
commit 7890bbd7e4

View File

@@ -1,5 +1,18 @@
# [FAQ](https://github.com/f0ng/poc2jar/blob/main/FAQ.md)常见问题解答 # [FAQ](https://github.com/f0ng/poc2jar/blob/main/FAQ.md)常见问题解答
# 欢迎提更多模块的需求 # 欢迎提更多模块的需求
## 2022.7.11更新v0.62
- 增加cs linux上线payload保存(curl/wget)
- 增加识别补丁模块参考http://bugs.hacking8.com/tiquan/ 、 https://github.com/SecWiki/windows-kernel-exploits
<img width="600" alt="image" src="https://user-images.githubusercontent.com/48286013/178279869-7a1f7a33-888a-4bde-b51e-d3eeb3e66dd9.png">
- 增加单条命令写入按钮将echo和set写入进行分行
- 文件转码模块增加转换按钮,在`base64``bcel``bytes`三者之间互相转换,当输入其中一种编码时候,点击按钮,将会自动转为其他编码
<img width="600" alt="image" src="https://user-images.githubusercontent.com/48286013/178280164-5a0c4962-2570-41ba-aa3d-c646a61cf166.png">
- 修复shiro解密bug某些情况下可以解密页面只显示了key没有显示解密后的代码
- 修复pocsuite模块无法使用问题
## 2022.5.21更新v0.61 ## 2022.5.21更新v0.61
- 修复`cspayload`无法保存的问题(MACOS) - 修复`cspayload`无法保存的问题(MACOS)