mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
SOAP refactoring
This commit is contained in:
@@ -98,7 +98,7 @@ class Agent:
|
||||
|
||||
newValue = self.cleanupPayload(newValue, origValue)
|
||||
|
||||
if "POSTxml" in conf.paramDict and place == PLACE.POST:
|
||||
if place == PLACE.SOAP:
|
||||
root = ET.XML(paramString)
|
||||
iterator = root.getiterator(parameter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user