💾 Archived View for freeshell.de › tldr › sqlmap.gmi captured on 2023-11-14 at 10:29:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

sqlmap

Detect and exploit SQL injection flaws.

More information.

python sqlmap.py -u "{http://www.target.com/vuln.php?id=1}"
python sqlmap.py -u "{http://www.target.com/vuln.php}" --data="{id=1}"
python sqlmap.py -u "{http://www.target.com/vuln.php}" --data="{query=foobar;id=1}" --param-del="{;}"
python sqlmap.py -u "{http://www.target.com/vuln.php}" --random-agent
python sqlmap.py -u "{http://www.target.com/vuln.php}" --auth-type {Basic} --auth-cred "{testuser:testpass}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY