Hacking
Sqlmap Tutorial – Hacking With SQL Injection
· ☕ 8 min read · ✍️ anz007

Sqlmap

Sqlmap is one of the most popular and powerful sql injection automation tool out there. Given a vulnerable http request url, sqlmap can exploit the remote database and do a lot of hacking like extracting database names, tables, columns, all the data in the tables etc. It can even read and write files on the remote file system under certain conditions.