top of page

How To Setup SQLi Penetration Lab In Linux Distros

Updated: Nov 9, 2021

You will need SQLMAP to perform SQLi Penetration testing on Linux distros other than Kali Linux because it already comes along with all the tools for Penetration testing.

Kali Linux is highly recommended for Penetration Testing but if you still want to do it on other Linux distributions then follow the steps.


You will need to install SQLMAP for SQLi Pentest.


How to install SQLMAP


Step 1: Install SQLMAP by entering the following commands in the terminal:


sudo apt update
sudo apt install sqlmap

Step 2: Run SQLMAP


run sqlmap

 
 
 

Comments


©2022 www.theblackthreat.in All right reserved.
bottom of page