How To Setup SQLi Penetration Lab In Linux Distros
- theblackthreat
- Oct 18, 2021
- 1 min read
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