Martin, On Wed, Nov 19, 2008 at 3:56 PM, Martin Tartarelli <[EMAIL PROTECTED]> wrote: > Question... > > How can I test (good way) Web Services (WSDL) with a W3af ?
In theory, you just set the target to the WSDL like this: set target http://host.tld/abc.php?WSDL And select the audit plugins you want, and magic happens =) The problem is that w3af uses a web services library that doesn't support the WSDL format used by ASP.NET, so... if you are testing one of those systems, it will fail miserably. I've been looking at the ZDI library development, and they now seem to support that WSDL format (anyone con confirm?) so maybe I should move to that library. Cheers, > Thank“s > > -- > Martin Tartarelli > Linux User #476492 > -- > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > W3af-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/w3af-users > -- Andres Riancho http://w3af.sourceforge.net/ Web Application Attack and Audit Framework ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
