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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python .\cli.py -u http://[fe80::3a40:2e16:3436:f319]:8080/ -r xxxx.py
http://[fe80::3a40:2e16:3436:f319]:8080 在被加载的poc文件中会被转成 http://fe80::3a40:2e16:3436:f319:8080 并赋值给 self.url,导致requests请求失效。
1.7.4 版本测试未遇到这个问题
The text was updated successfully, but these errors were encountered:
修复方式参考 pull request:#346
Sorry, something went wrong.
No branches or pull requests
python .\cli.py -u http://[fe80::3a40:2e16:3436:f319]:8080/ -r xxxx.py
http://[fe80::3a40:2e16:3436:f319]:8080 在被加载的poc文件中会被转成 http://fe80::3a40:2e16:3436:f319:8080 并赋值给 self.url,导致requests请求失效。
1.7.4 版本测试未遇到这个问题
The text was updated successfully, but these errors were encountered: