mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-24 07:09:02 +00:00
Adding support for generic XML POST data
This commit is contained in:
@@ -197,5 +197,6 @@ SQL_STATEMENTS = {
|
||||
|
||||
POST_HINT_CONTENT_TYPES = {
|
||||
POST_HINT.JSON: "application/json",
|
||||
POST_HINT.SOAP: "application/soap+xml"
|
||||
POST_HINT.SOAP: "application/soap+xml",
|
||||
POST_HINT.XML: "application/xml"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user