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
httpx seems not to be very flexible when it comes to urlencoding. httpx will doubledecode '%' for the following url:
http://172.17.0.106/index.php?-d+allow_url_include%3don+-d+auto_prepend_file%3dphp://input
The text was updated successfully, but these errors were encountered:
ToDo: Confirm if this fix to httpx encode/httpx#2990 fixes this bug
Sorry, something went wrong.
You can try. Use this example playbook: https://github.com/ait-testbed/attackmate/blob/main/examples/webserv.yml and try to replace the CURL command with the builtin http-command
whotwagner
No branches or pull requests
httpx seems not to be very flexible when it comes to urlencoding. httpx will doubledecode '%' for the following url:
The text was updated successfully, but these errors were encountered: