Web Services
Common Web Services Implementation
XML-RPC: RPC protocol using XML to invoke functionalities
JSON-RPC: RPC protocol using JSON
SOAP: Messaging protocol that uses XML and provides more functionalities of XML-RPC
RESTful: Set or principle to build a web service
Attack SOAP
Enumeration
Find WSDL file
Google KungFu:
Another way to find it is to append ?wsdl
, .wsdl
or ?disco
to the end of the service URL.
WSDL Scanning
Check the WSDL file for hidden methods / get the structure of the each operation.
Last updated