sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. learn more... So lets know how to use it....... Lets start with installation FOR WINDOWS: In the official website of sqlmap we are provided with a zip file. Download it by clicking on it Extract it into a desired directory and you must have gotten a python file named sqlmap.py. So if you already have python installed in your machine continue and use command line python3 <path_to_sqlmap.py> <required_parameters> ...