千家信息网

怎么在BT4上安装BlindElephant

发表于:2024-09-29 作者:千家信息网编辑
千家信息网最后更新 2024年09月29日,小编给大家分享一下怎么在BT4上安装BlindElephant,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!BlindElephant是一款Web Application Finge
千家信息网最后更新 2024年09月29日怎么在BT4上安装BlindElephant

小编给大家分享一下怎么在BT4上安装BlindElephant,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!

BlindElephant是一款Web Application Fingerprinter程序,当然同样类似的还有WhatWeb,不过WhatWeb好像是不能扫插件的,这个可以。

(Qualys的安全研究员Patrick Thomas在Black Hat会议上讨论了开源Web应用程序指纹引擎BlindElephant。 BlindElephant是一种工具,帮助安全专家和系统管理员识别服务器上的一切操作,包括用户下载的任何Web应用程序。它不是发现漏洞,而是检查所运行Web应用程序的版本 )

这个工具运行需要Python 2.6.x环境,而BT4上的Python默认是2.5.2,运行BlindElephant是会报错的。

1.从python官方网站上下载Python-2.7.tar.bz2回本地,解压,安装

root@pentestbox:/pentest/scanners# tar xjvf Python-2.7.tar.bz2
root@pentestbox:/pentest/scanners# ./configure -prefix=/opt/python2.7
root@pentestbox:/pentest/scanners# make
root@pentestbox:/pentest/scanners# make install

2.svn下载BlindElephant,安装

root@pentestbox:/pentest/scanners#svn co
https://blindelephant.svn.sourceforge.net/svnroot/blindelephant/trunk blindelephant
root@pentestbox:/pentest/scanners#cd blindelephant/src
root@pentestbox:/pentest/scanners#sudo python setup.py install

这时会多出一个bulid文件夹了,进去运行BlindElephant,进行测试

如下图所示 指纹对比静态文件的方法

看完了这篇文章,相信你对"怎么在BT4上安装BlindElephant"有了一定的了解,如果想了解更多相关知识,欢迎关注行业资讯频道,感谢各位的阅读!

0