kali下sqliv:SQL注入URL扫描器

https://www.youtube.com/watch?v=drRMBTqp1Ug
https://github.com/Hadesy2k/sqliv

cd /tmp
git clone https://github.com/Hadesy2k/sqliv
cd sqliv
pip install -r requirements.txt
python sqliv.py -d inurl:index.php?id= -e google
#用谷歌搜索引擎搜索指定关键词的链接,可以获取一些公网上可以搜到的可被sql注入的问题链接,目前只添加了对谷歌搜索引擎的支持
python sqliv.py -d inurl:article.php?id= -e google

sqlmap -u 获取到的url --dbs
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容