'-form-extraction' option: form data ignored (suggested fix) #1051
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
katana version:
Current Behavior:
Using '-form-extraction' option, the extraction of form data is ignored when the action field of the "form" tag is set to "#".
Expected Behavior:
To fix the issue, simply replace the value "#" with an empty string ("") in extracted action field.
Suggested Fix:
To fix the problem, add the following code at line 27 of the file pkg/utils/formfields.go:
Go to File : https://github.com/projectdiscovery/katana/blob/main/pkg/utils/formfields.go#L27
Steps To Reproduce:
With the patch
Without the patch
Thanks ! :)
The text was updated successfully, but these errors were encountered: