ABSTRACT This project once deployed based on instructions provided in ReadMe, performs data extraction from vulnerable URL. It is a standalone python program which accept Command Line inputs like vulnerable URL, GET or POST based mode of extraction etc. Program run in two mode 1. Fully automated: Here program extract the current user schema details which any user intervention 2. User input based extraction: Here program asks for user input to identify which specific data user want to extract like specific scheme User looking for etc.
dependenciles:
+ python 2.7.x
+ urllib & urllib2
Usage:
git clone https://github.com/vggaur41522/Automated_SQL_Exploit && cd Automated_SQL_Exploit pip install urllib urllib2
Source: https://github.com/vggaur41522