mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Adding support for generic XML POST data
This commit is contained in:
@@ -68,6 +68,7 @@ class PLACE:
|
||||
class POST_HINT:
|
||||
SOAP = "SOAP"
|
||||
JSON = "JSON"
|
||||
XML = "XML (generic)"
|
||||
|
||||
class HTTPMETHOD:
|
||||
GET = "GET"
|
||||
|
||||
Reference in New Issue
Block a user