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

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
kali下ONIOFF,暗网链接可用性检测
版权声明:转载请注明出处:http://blog.csdn.net/dajitui2024 https://blog.csdn.net/dajitui2024/article/details/79396600 参考:https://www.youtube.com/watch?v=lPBYH5hiojYhttps://github.com/k4m4/onioff cd /tmp git clone https://github.com/k4m4/onioff cd onioff sudo pip install -r requirements.txt python onioff.py -h service tor start python onioff.py -f onion.txt -o output.txt #自动检测onion里面的暗网链接是否正常,然后把结果输出到output里面 onion.txt
- 下一篇
EduSoho:免费部署在线学习平台
版权声明:转载请注明出处:http://blog.csdn.net/dajitui2024 https://blog.csdn.net/dajitui2024/article/details/79396608 EduSoho帮助培训机构和个人以最低成本、最快速度建立自己的在线教学网站,采用PHP 5开发,使用mysql数据库。 框架使用Symfony2.3 的视图层 + 自主研发的服务容器框架。更多帮助文档:http://www.edusoho.com/helphttp://www.qiqiuyu.com/ 1、基础配置: 官方推荐的配置是LNMP,即Linux+Nginx+MySQL+PHP 选择操作系统(Linux) 推荐使用Ubuntu,Fedora,CentOS,Gentoo。 选择Web服务器(Nginx或Apache2) Web服务器,官方推荐:Nginx或Apache2。关于Nginx:下载地址: http://nginx.org/en/download.html版本推荐: 1.0以上关于Apache2:下载地址: http://httpd.apache.org/down...
相关文章
文章评论
共有0条评论来说两句吧...