You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with an older system where request bodies use line breaks (\n) instead of standard URL-encoded formatting (&) to separate parameters. This format appears to be incompatible with SQLMap, as it cannot parse and identify parameters for injection.
python3 sqlmap.py -r a.txt --dbms mssql -p request_id
[CRITICAL] all testable parameters you provided are not present within the given request data
Feature Request:
It would be immensely helpful if SQLMap could:
Detect and parse parameters in request bodies separated by line breaks.
Allow injection testing on such parameters without requiring a transformation to URL-encoded format.
This feature would make SQLMap compatible with legacy systems that do not adhere to modern HTTP conventions. If it's possible to implement this compatibility, it would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
I am working with an older system where request bodies use line breaks (\n) instead of standard URL-encoded formatting (&) to separate parameters. This format appears to be incompatible with SQLMap, as it cannot parse and identify parameters for injection.
Feature Request:
It would be immensely helpful if SQLMap could:
Detect and parse parameters in request bodies separated by line breaks.
Allow injection testing on such parameters without requiring a transformation to URL-encoded format.
This feature would make SQLMap compatible with legacy systems that do not adhere to modern HTTP conventions. If it's possible to implement this compatibility, it would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: