Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

Re: SOAP inspection / tampering tools?

Subject: Re: SOAP inspection / tampering tools?
Date: Thu, 16 Sep 2004 11:30:32 +0200
Sebastien Deleersnyder wrote:

Hi,
Are there any open-source / commercial tools available for inspection /
modification of SOAP traffic to perform audits on its security?
I am thinking of a local proxy-like program through which SOAP traffic
is channeled by e.g. modifying localhost : redirect traffic destined for target.com
to 127.0.0.1
The tool would allow for changing the SOAP content both in the
request/reply.
I imagine that this only makes sense if the SOAP goes over HTTP, HTTPS
protects against sniffing.

Hi Sebastien,

Many proxy intercept tools will also intercept HTTPS connections, so you should be able to intercept your SOAP over HTTPS as well. It is just a POST with a different content data-type, so there is no real difference there.

WebScarab is one such intercept tool that you could use: (http://www.owasp.org/software/webscarab.html), there is a large list of alternatives at http://dawes.za.net/rogan/exodus/comparison.php

If your SOAP client software does not support configuration of an upstream proxy, WebScarab can also masquerade as the server itself (effectively a reverse proxy) by specifying the base url when configuring the listener.

WebScarab does not as yet provide special support for SOAP. However, XML is plain text, so you should be able to just edit it as a text file using the built-in editor.

Regards,

Rogan
--
Rogan Dawes

*ALL* messages to discard@dawes.za.net will be dropped, and added
to my blacklist. Please respond to "lists AT dawes DOT za DOT net"

<Prev in Thread] Current Thread [Next in Thread>