More actions
The.mikkel (talk | contribs) Remove duplicate header |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 12: | 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"