SQLmap installation
SQLmap installation Pranaam to all bhai ji _/_ Today we will learn how to use SQLmap in such linux system where it doesnt installed already penetration testing based linux os like backtrack backbox blackbunut, sqlmap comes already installed . but you can use sqlmap on other system easily :) how ??? ok follow these steps , its really not a big deal ;) SQLmap official website , from where you can download sqlmap source code http://sqlmap.org/ download link :- https://github.com/sqlmapproject/sqlmap/zipball/master sqlmap source code has been saved with name master its zip file, to extract its content run command unzip master. you will get a directory having name sqlmap project something like that, enter into that directory and list files yesssss :) . here is our sqlmap source code . sqlmap is coded in python and sqlmap.py is the main file which is used for performing SQL injection. so lets start >:D< you can run sqlmap.py in 2 ways, either using python or using ./ ;) pyth...