Using -headless
in combination with -automatic-form-fill
prevents form submission
#656
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
katana version:
Version 1.0.4
Current Behavior:
Running Katana with
-headless
and-automatic-form-fill
no longer submits POST requests.Expected Behavior:
Any rendered forms to be submitted in a similar fashion to the non-headless mode.
Steps To Reproduce:
Running the following command:
katana -u http://testphp.vulnweb.com -automatic-form-fill -proxy http://localhost:8080
I see these requests (proxied through Burp shown above):
However, if I run the same command with the addition of the
-headless
option, I no longer see the POST requests of the forms being sent.If you need any more information let me know.
The text was updated successfully, but these errors were encountered: