Skip to content

Releases: knownsec/pocsuite3

v2.0.8

20 Feb 07:23
da51388
Compare
Choose a tag to compare
Merge pull request #408 from wh0am1i/master

setup pypi upload

v2.0.8

09 Feb 09:40
e7f2843
Compare
Choose a tag to compare


Happy Chinese New Year

v2.0.7

29 Dec 03:17
Compare
Choose a tag to compare
  • 添加 http debug level 命令行参数 --http-debug
  • 修复一些 bug

  • add http debug level command line parameter --http-debug
  • fix some bug

TODO

  • update nuclei dsl parse

repush

26 Dec 15:35
2c580fc
Compare
Choose a tag to compare
Merge pull request #398 from wh0am1i/master

new update

v2.0.6

26 Dec 10:26
Compare
Choose a tag to compare
  • 新增查看本地 poc 参数 -l
  • 根据poc搭建对应的漏洞环境,详情可以参考 pocs/Apache_Struct2

  • add new command -l show local poc
  • build the corresponding vulnerability environment based on the PoC, For details, please refer to pocs/Apache_Struct2

v2.0.5

26 Jul 21:22
30a9429
Compare
Choose a tag to compare
  • 修复 urllib3 更新导致 requests hook 失效的问题 #368 #373
  • 优化 DSL 表达式执行 #372
  • 将 mmh3 设置为可选依赖 #359
  • 优化检查更新

  • fix hook failure due to urllib3 update #368 #373
  • optimize DSL expression execution #372
  • making mmh3 an optional dependency #359
  • disable mandatory updates

v2.0.4

29 Apr 06:20
c2bd358
Compare
Choose a tag to compare
  • 兼容 nuclei v2.9.1 的模版协议名称变化 #364

  • Updated protocol names that are compatible with Nuclei v2.9.1 #364

v2.0.3

21 Mar 06:22
Compare
Choose a tag to compare
  • 优化对 URL 协议的自动纠正 #356,感谢 @chenjiewei123
  • 支持通过 --no-check 选项禁用 URL 协议自动纠正和蜜罐检查

  • optimized URL protocol correction #356, thanks @chenjiewei123
  • support disable protocol correction and honeypot checks through --no-check option

v2.0.2

13 Dec 03:32
6a85251
Compare
Choose a tag to compare
  • 修复 _check 方法中 url 重定向的问题 #337
  • 修复 console 模式下 use 命令使用绝对路径的问题 #341,thanks @S2eTo
  • 修复 build_url 兼容 ipv6 的问题 #347,thanks @HomerQing
  • 优化 nuclei DSL 表达式执行 #348

  • fix url redirect problem in _check method #337
  • fix use command in console mode can't use absolute path #341, thanks @S2eTo
  • fix ipv6 compatibility issue in build_url #347, thanks @HomerQing
  • optimize dsl expression execution #348

v2.0.1

09 Nov 00:28
774a58d
Compare
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