Releases: knownsec/pocsuite3
Releases · knownsec/pocsuite3
v2.0.8
Merge pull request #408 from wh0am1i/master
setup pypi upload
v2.0.7
- 添加 http debug level 命令行参数
--http-debug
- 修复一些 bug
- add http debug level command line parameter
--http-debug
- fix some bug
TODO
repush
Merge pull request #398 from wh0am1i/master
new update
v2.0.6
- 新增查看本地 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
- 修复 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
- 兼容 nuclei v2.9.1 的模版协议名称变化 #364
- Updated protocol names that are compatible with Nuclei v2.9.1 #364
v2.0.3
- optimized URL protocol correction #356, thanks @chenjiewei123
- support disable protocol correction and honeypot checks through --no-check option
v2.0.2
- 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
- 修复 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