Automate SQL-injection with mechanize and beautifulsoup in python
Python is a great tool to automate things and make things easier for you. Here I am going to show how to automate SQL-injection using Mechanize and BeautifulSoup Python packages. The target I am taking is Mutillidae II. The link in my case is http://192.168.178.25/mutillidae/index.php?page=user-info.php. You may have a different local IP address. ! /usr/bin/python …
Automate SQL-injection with mechanize and beautifulsoup in python Read More »