Our Feeds

Friday 21 September 2012

AJITH KP

SQLMap Automated Command Executor

Hello Guyz... I hope you are using SQLMAP for automated SQLi. It is better tool for SQL Injection compared to other SQLinjector tools.
Here I'm introducing a tool for automated command executor for SQLMAP.
You don't need use full commands.

Save the file in same directory of sqlmap.py  

Compile the file using gcc compiler in Linux.

gcc -o sqlmap sqlmap.c

and run by command

./sqlmap

Insert you inputs and try the automated SQLMap Command Executor







Hope You Will Enjoy this...

Source Code:




Hope You'll give your comments and critisisms to improve my self...