mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-23 00:27:33 +00:00
Make XML/HTML encoding in SOAP requests optional
This commit is contained in:
parent
2b6115c70c
commit
c615a08cff
4 changed files with 9 additions and 1 deletions
|
|
@ -276,6 +276,9 @@ def cmdLineParser(argv=None):
|
|||
request.add_argument("--skip-urlencode", dest="skipUrlEncode", action="store_true",
|
||||
help="Skip URL encoding of payload data")
|
||||
|
||||
request.add_argument("--skip-xml-encode", dest="skipXmlEncode", action="store_true",
|
||||
help="Skip HTML encoding of payload data for SOAP/XML")
|
||||
|
||||
request.add_argument("--csrf-token", dest="csrfToken",
|
||||
help="Parameter used to hold anti-CSRF token")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue