Releases: knownsec/pocsuite3
Releases · knownsec/pocsuite3
v2.0.0
- 支持 yaml 格式 poc,与 nuclei 的 poc 模版兼容 #332
- 修复 httpserver 模块在 macos 平台卡住的问题 #326
- 结合 http 状态码对 http/https 协议自动纠正 #331
- yaml poc support, compatible with nuclei #332
- fix httpserver module hangs on macos platform #326
- auto correction of url protocol based on status code #331
v1.9.11
- 用户可以在 PoC 中自定义协议和默认端口,方便对 url 格式化。 #321
- 使用
-p
参数给目标添加额外端口,可同时提供协议 #323
- 使用
-s
参数可以 skip target 本身的端口,只使用 -p 提供的端口 #323
poc-console
优化
- 一些改进和 bug 修复
- support customize poc protocol and default port #321
-p
option support optional protocol field, [proto:]port #323
- add
-s
option to skip target default port #323
poc-console
optimization
- some bug fixes & improvements
v1.9.10
- fix different python versions have different behaviors on ipaddress library #319
v1.9.9
- auto correct url based on poc's protocol attribute #316
- fix Colorizing doesn't work on Windows with poc-console #318
- trail slash at the end of url #314
v1.9.8
- support full PoC search by regex keyword #312
- set default value for PoC in POCBase #312
- add bind/reverse shell payload #311
- fix fofa query over multiple pages #310
v1.9.7
- improve encoding compatibility #305
- obfuscate REVERSE_PAYLOAD to evade windows defender #306
- improve --ppt
v1.9.6
- support -o parameter, save the result in json lines format
- optimize timeout for cyberspace search engine plugins
- optimize the handling of the url protocol
- docs update
v1.9.5
- refactor --ppt, optimize mosaic for url
- optimize poc template
- optimize pocsuite command default prompt message
- adjust the default timeout to 10 seconds
- adjust the default number of threads to 150
- target url support cidr, user can use -p provide additional ports
- support local mode, local mode do not need any targets, e.g. LPE
- bug fixes
v1.9.4
- support poc template generate { --new }
- support custom interactsh server { --oob-server, --oob-token }
- Switch the authentication method of ZoomEye and CEYE to API-KEY { --zoomeye-token, --ceye-token, --seebug-token }
- support honeypot detect { _check() method in POCBase }
- support http/https protocol autocorrect { _check() method in POCBase }
- refactor --update
- support version check { minimum_version_required() method }
v1.9.3
- add support for qianxin hunter cyberspace search engine
- support self.rhost & self.rport in POCBase