SOAP compatibility for SQLmap
posted Jun 25th 2010 9:00am by Mike Szczysfiled under: security hacks

[_coreDump] was doing some database vulnerability testing using SQLmap to automate the process. To his dismay, the package was unable to test using the Simple Object Access Protocol. Faced with having to manually test all of the SOAP vulnerabilities he decided to work some Python magic and add support. His solution allows SQLmap 0.8 to parses XML data from the SOAP protocol by modifying three files from the package. He’s made the diff files available if you need this functionality for your own security testing.








I don’t think hackaday is a place for lame software haxing discussion so remove the article.
If I want to read crap like this I go to governmentsekurity.
TBH this sql injection he demonstrated is never comes into play irl, better time to be spent on coding new programs then try to find bugs in old ones.