We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The text was updated successfully, but these errors were encountered:
感谢指出,_check() 方法协议纠正对 30x 跳转的处理存在问题。本来的意图是考虑 http 跳转 https,没考虑到路径跳转。
_check()
30x
pocsuite3/pocsuite3/lib/core/poc.py
Lines 347 to 358 in 6a85251
预计下个版本修复,可以临时 patch 下。
< if not str(res.status_code).startswith('20'): --- > if str(res.status_code).startswith('50'):
Sorry, something went wrong.
No branches or pull requests
引入yaml poc 使用cli.py运行脚本时响应协议处理有问题,本身链接时https,但是在第一次请求之后还是以http来请求,响应中回跳转到https,但是第二次响应中返回的结果和实际测试有区别,本身应该是返回302,结果还是返回301。测试的脚本是yaml的CVE-2022-26134利用脚本
The text was updated successfully, but these errors were encountered: