Skip to content

Releases: knownsec/pocsuite3

v2.0.1

09 Nov 00:28
774a58d

Choose a tag to compare

  • 修复 words 匹配器表达式执行的问题 #333, thanks @soapffz
  • 修复模版中包含中文异常捕获的问题 #334, thanks @izj007
  • 提高模版的鲁棒性
  • 支持 digest_username 和 digest_password,用于 http 认证
  • 支持 negative 反向匹配器

  • fix words matcher expression execution #333, thanks @soapffz
  • fix catch binascii ValueError Exception #334, thanks @izj007
  • improve template robustness
  • support digest_username and digest_password
  • support negative matchers

v2.0.0

03 Nov 03:40
6fba346

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

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

Choose a tag to compare

  • fix different python versions have different behaviors on ipaddress library #319

v1.9.9

23 Aug 22:53

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

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

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

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

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

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 }