Saturday, 17 February 2018

Install SQLMate on Windows 10 to pentest

Read more: SQLMate - A friend of SQLmap which will do what you always expected from SQLmap

1, Update your Windows 10 machine. Open Control Panel -> Program and features -> Turn on or off Windows features, find and activate "Windows Subsystem for Linux". And restart now!

2, Next, you must install Windows Subsystem for Linux: lxrun/ install


3, Then install Python 3.x and Git are in the PATH




4, Next, open Command Prompt, enter the command: bash

5, To install SQLMate on "Bash on Ubuntu on Windows", enter this commands:
      git clone https://github.com/UltimateHackers/sqlmate
      cd sqlmate
      pip install -r requirements.txt
      python sqlmate


If pip is not installed, enter apt-get install python-pip to fix it
6, Example: find admin site of LuongTheVinh.com.vn
      python sqlmate --admin luongthevinh.com.vn