mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
SOAP refactoring
This commit is contained in:
@@ -38,6 +38,7 @@ class DBMS:
|
||||
class PLACE:
|
||||
GET = "GET"
|
||||
POST = "POST"
|
||||
SOAP = "SOAP"
|
||||
URI = "URI"
|
||||
COOKIE = "Cookie"
|
||||
UA = "User-Agent"
|
||||
|
||||
Reference in New Issue
Block a user