theharvester
TheHarvester能够收集电子邮件账号、用户名、主机名和子域名等信息。
在kail里有
在使用过程中,报错:
The plotly.plotly module is deprecated, please install the chart-studio package and use the chart_studio.plotly module instead.
theharvester3.06是基于python3开发的,问题在于plotly 模块
解决方法
分为两步:
1.安装chart_studio模块
python3 -m pip install chart_studio
2.修改加载的模块
找到theharvester的路径
kail的默认路径在:/usr/share/theharvester
需要找到
import plotly.plotly as py
替换成
import chart_studio.plotly as py
找到/usr/share/theharvester/lib/reportgraph.py替换即可解决
本文介绍了解决TheHarvester在Kali Linux中遇到的Plotly模块过时问题的方法。通过安装chart_studio模块并修改报告图表生成脚本,可以成功更新并运行TheHarvester,继续进行电子邮件账号、用户名、主机名和子域名的信息收集。
1万+

被折叠的 条评论
为什么被折叠?



