Skip to content

v1.15

Choose a tag to compare

@hack007x hack007x released this 09 Mar 16:24
· 8 commits to main since this release
9259499

EN:
1: Optimize -u -l for automatic detection of protocol + port support: http://test.com or test.com
2: Change the certificate verification to skip by default. Previously, the default verification led to the failure of detecting SSL target connections: tls: failed to verify certificate: x509: certificate signed by unknown authority
3: The old parameter "-no-verify-ssl" has been abolished and uniformly changed to "-verify-ssl" (default is to skip)
4: Optimize the output of the report .html and handle the details
5: Optimize the condition judgment of the matching function

ZH:
1:优化-u -l 自动检测协议+端口 支持: http/s://test.com 或者 test.com
2:把证书校验改为默认跳过,以前是默认校验导致检测ssl目标连接失败:tls: failed to verify certificate: x509: certificate signed by unknown authority
3:-no-verify-ssl 旧参数已废除 统一更改为:-verify-ssl (默认跳过)
4:优化报告输出 .html 细节处理
5:优化 匹配函数条件判断