More actions
The.mikkel (talk | contribs) Initial tool page |
No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
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"