TVT618

[Guide] Install SQLMate on Windows 10 to pentest

Feb 16th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. [Guide]
  2. Install SQLMate on Windows 10
  3.  
  4. Read more: SQLMate - A friend of SQLmap which will do what you always expected from SQLmap: http://bit.ly/2C0DwXW
  5.  
  6. 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!
  7.  
  8. 2, Next, you must install Windows Subsystem for Linux: lxrun/ install
  9.  
  10. 3, Then install Python 3.x and Git are in the PATH
  11.  
  12. 4, Next, open Command Prompt, enter the command: bash
  13.  
  14. 5, To install SQLMate on bash on Ubuntu on Windows 10, enter this commands:
  15. git clone https://github.com/UltimateHackers/sqlmate
  16. cd sqlmate
  17. pip install -r requirements.txt
  18. python sqlmate
  19.  
  20. " If pip is not installed or not running, enter apt-get install python-pip to fix it "
  21.  
  22. 6, Example: find admin site of LuongTheVinh.com.vn
  23. python sqlmate --admin luongthevinh.com.vn
  24.  
  25. Download SQLMate here: https://github.com/UltimateHackers/sqlmate
Advertisement
Add Comment
Please, Sign In to add comment