SoFunction
Updated on 2024-11-20

SQLMap installation tutorial in python3

Note: When installing sqlmap in python3 environment, you will be prompted that you need to install it in python2 environment, in fact, sqlmap is supported in python3.6 and later.

Installation steps for sqlmap

I. Download python;

download address/downloads/

Download the tutorial reference (https:///article/

Reboot your system after installation to see if it's taking effect, win+R, type cmd, and then python

在这里插入图片描述

Second, download sqlmap.

Download Address:/

在这里插入图片描述

1. Extract the downloaded SQLMAP installer to the folder sqlmap and copy it to the directory "D:\Python" (your python's directory);

在这里插入图片描述

在这里插入图片描述

2. Right-click on the desktop to create a new shortcut, the location of the object: cmd, shortcut name: sqlmap

在这里插入图片描述

3. Then right-click "Properties" on the newly created shortcut and change the "Start Location" to D:\python2\sqlmap and then OK;

在这里插入图片描述

4. Double-click the shortcut you just created, type python -h, and the following message will appear to indicate successful installation.

在这里插入图片描述

Common security testing tools:

sqlmap: a popular SQL injection vulnerability testing tool for detecting and exploiting SQL injection vulnerabilities in applications.

Metasploit Framework: an open source penetration testing framework for testing and evaluating the security of applications and systems.

Nessus: a widely used vulnerability scanner that detects a variety of known security vulnerabilities.

Nmap: a network mapper and port scanner for identifying vulnerabilities and security threats in your network.

Burp Suite: a powerful network security testing tool that includes features such as proxies, scanners, blockers and more.

Wireshark: A network protocol analyzer for capturing and analyzing network traffic.

OpenVAS: An open source vulnerability scanner that detects a variety of known security vulnerabilities.

Aircrack-ng: a popular wireless network security testing tool for testing the security and weaknesses of wireless networks.

This article on python3 SQLMap installation tutorial is introduced to this article, more related SQLMap installation content please search for my previous posts or continue to browse the following related articles I hope that you will support me in the future!