commandinjwsdl
View the WSDL for the service. Click on an operation name to view it's details.
- lookupDNS
Close
Name: lookupDNS
Binding: commandinjwsdlBinding
Endpoint: http://128.198.49.198:8102/mutillidae/webservices/soap/ws-lookup-dns-record.php
SoapAction: urn:commandinjwsdl#commandinj
Style: rpc
Input:
use: encoded
namespace: urn:commandinjwsdl
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: lookupDNSRequest
parts:
targetHost: xsd:string
Output:
use: encoded
namespace: urn:commandinjwsdl
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: lookupDNSResponse
parts:
Answer: xsd:xml
Namespace: urn:commandinjwsdl
Transport: http://schemas.xmlsoap.org/soap/http
Documentation: Returns the results of the DNS lookup
Sample Request (Copy and paste into Burp Repeater)
POST /mutillidae/webservices/soap/ws-lookup-dns-record.php HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "urn:commandinjwsdl#commandinj"
Content-Length: 473
Host: localhost
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:commandinjwsdl">
<soapenv:Header/>
<soapenv:Body>
<urn:lookupDNS soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<targetHost xsi:type="xsd:string">www.google.com</targetHost>
</urn:lookupDNS>
</soapenv:Body>
</soapenv:Envelope>
Name: lookupDNS
Binding: commandinjwsdlBinding
Endpoint: http://128.198.49.198:8102/mutillidae/webservices/soap/ws-lookup-dns-record.php
SoapAction: urn:commandinjwsdl#commandinj
Style: rpc
Input:
use: encoded
namespace: urn:commandinjwsdl
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: lookupDNSRequest
parts:
targetHost: xsd:string
Output:
use: encoded
namespace: urn:commandinjwsdl
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: lookupDNSResponse
parts:
Answer: xsd:xml
Namespace: urn:commandinjwsdl
Transport: http://schemas.xmlsoap.org/soap/http
Documentation: Returns the results of the DNS lookup
Sample Request (Copy and paste into Burp Repeater)
POST /mutillidae/webservices/soap/ws-lookup-dns-record.php HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "urn:commandinjwsdl#commandinj"
Content-Length: 473
Host: localhost
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:commandinjwsdl">
<soapenv:Header/>
<soapenv:Body>
<urn:lookupDNS soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<targetHost xsi:type="xsd:string">www.google.com</targetHost>
</urn:lookupDNS>
</soapenv:Body>
</soapenv:Envelope>