Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SQL Map: Difference between revisions

From Brunnerne
Initial tool page
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= SQL Map =
Tool, used to exploit [[SQLI]].
Tool, used to exploit [[SQLI]].


Line 14: Line 12:
python sqlmap.py -u "http://brunnerne.dk"
python sqlmap.py -u "http://brunnerne.dk"
</code>
</code>
[[Category:Tools]]
[[Category:Web]]

Latest revision as of 17:01, 2 May 2025

Tool, used to exploit SQLI.

sqlmap is an open-source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.

How to use

Please reference the [usage guide](https://github.com/sqlmapproject/sqlmap/wiki/Usage) for full usage guide, but below some of the main usages are listed.

Default usage:

python sqlmap.py -u "http://brunnerne.dk"