肥皂体就像一击:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<actions xmlns="http://....com">
<data>
{"name":"test","age" : "10"}
</data>
</actions>
</soap:Body>
</soap:Envelope>
如何使用 sqlmap 通过名称或年龄等参数注入?
如果没有,我可以使用 HttpRequest(in Java) 或类似的东西来执行 sqlmap 的操作吗?