- check version command:
chrome://version/
tree
.
├── icon.png
├── inject.js
├── lib
│ └── utils
│ └── api.py
└── manifest.json
##Example:
git clone https://github.com/liuxigu/ScanSqlTestchromeExtensions.git
cd ScanSqlTestchromeExtensions
mv lib/utils/api.py sqlmap/lib/utils/api.py
python sqlmapapi.py -s
- add extension to chrome browser.
- browse page
- delay time
cd /tmp
ls -l
sqlmap -u http://www.evil.com/test.php?id=1
- hack it!