[sqlmap-users] Best way to create a sqlmap wrapper
Brought to you by:
inquisb
From: Andres R. <and...@gm...> - 2011-01-27 22:05:09
|
Guys, What's the best way to create a sqlmap wrapper? In the w3af project we have a very old version of sqlmap integrated as an attack plugin [0]. Right now we're doing something like: "import sqlmap ; sqlmap.do_something()". Since the sqlmap version we include is very old, I would like to update it to the latest trunk version. My objective is to build something that's extensible and will allow me to update w3af's sqlmap frequently without any (if possible) effort. In order to do that, I need to write a decent wrapper that will not depend on the changes in sqlmap's implementation. Ideas? Regards, [0] (which is called sqlmap, we don't try to fool nobody or steal your efforts) -- Andrés Riancho Director of Web Security at Rapid7 LLC Founder at Bonsai Information Security Project Leader at w3af |