mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Make XML/HTML encoding in SOAP requests optional (#6015)
Co-authored-by: soffensive <soffensive>
This commit is contained in:
parent
2b6115c70c
commit
9312d26da8
4 changed files with 9 additions and 1 deletions
|
|
@ -198,6 +198,10 @@ safeFreq = 0
|
|||
# Valid: True or False
|
||||
skipUrlEncode = False
|
||||
|
||||
# Skip HTML encoding of payload data for SOAP/XML.
|
||||
# Valid: True or False
|
||||
skipXmlEncode = False
|
||||
|
||||
# Parameter used to hold anti-CSRF token.
|
||||
csrfToken =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue