SQLmap 基本使用

Basic Usage of SQLmap

基本必須參數(快速)

Essential Basic Parameters (Quick Start)


# 更新SQLmap

# Update SQLmap


# 只需確認是否可注入,並只顯示 payload 技術與後端技術

# Only check if injection is possible, and display payload and backend DBMS used

sqlmap -u "URL"


# 獲取資料庫

# Retrieve databases

sqlmap -u "URL" --dbs


# 獲取資料庫所有 table

# Retrieve all tables of a database