開始前先推薦一個好物:Bug Bounty(漏洞獎金計畫) ,給喜歡打實戰的你做標靶。
來到了網頁應用程式分析(Web Application Analysis)及資料庫評估(Database Assessment),這兩個一起講的原因不外乎一個網站開始對外服務時背後都帶著資料庫系統(例:MySQL, MSSQL, Postgres...),使用工具如下:
$ wpscan --url http://xxx.xxx/ --random-user-agent
dirb http://192.168.50.27/
$ wapiti -u http://192.168.50.27/setting/index.php
$ sqlmap -u http://192.168.50.27/setting/index.php --data="username=admin&password=1234" -a