Skip to content

Releases: knownsec/pocsuite3

v2.0.0

03 Nov 03:40
6fba346
Compare
Choose a tag to compare
  • 支持 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

08 Sep 00:44
Compare
Choose a tag to compare
  • 用户可以在 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

31 Aug 02:57
080da6d
Compare
Choose a tag to compare
  • fix different python versions have different behaviors on ipaddress library #319

v1.9.9

23 Aug 22:53
Compare
Choose a tag to compare
  • 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

06 Aug 02:08
Compare
Choose a tag to compare
  • 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

26 Jul 06:57
18c3b0d
Compare
Choose a tag to compare
  • improve encoding compatibility #305
  • obfuscate REVERSE_PAYLOAD to evade windows defender #306
  • improve --ppt

v1.9.6

06 Jul 21:31
4369044
Compare
Choose a tag to compare
  • 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

22 Jun 00:09
c68e5bd
Compare
Choose a tag to compare
  • 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

07 Jun 03:11
d4dec57
Compare
Choose a tag to compare
  • 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

25 May 05:25
90ed803
Compare
Choose a tag to compare
  • add support for qianxin hunter cyberspace search engine
  • support self.rhost & self.rport in POCBase