Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Guide]
- Install SQLMate on Windows 10
- Read more: SQLMate - A friend of SQLmap which will do what you always expected from SQLmap: http://bit.ly/2C0DwXW
- 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 10, enter this commands:
- git clone https://github.com/UltimateHackers/sqlmate
- cd sqlmate
- pip install -r requirements.txt
- python sqlmate
- " If pip is not installed or not running, enter apt-get install python-pip to fix it "
- 6, Example: find admin site of LuongTheVinh.com.vn
- python sqlmate --admin luongthevinh.com.vn
- Download SQLMate here: https://github.com/UltimateHackers/sqlmate
Advertisement
Add Comment
Please, Sign In to add comment