Holehe 允许你检查邮件是否被使用在 Twitter、Instagram 等不同网站上,并会检索带有遗忘密码功能的网站信息
问题报错处理
holehe [email protected]
Traceback (most recent call last):
File "/root/tools/holehe/.venv/bin/holehe", line 33, in <module>
sys.exit(load_entry_point('holehe==1.61', 'console_scripts', 'holehe')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/tools/holehe/.venv/lib/python3.11/site-packages/holehe-1.61-py3.11.egg/holehe/core.py", line 233, in main
trio.run(maincore)
File "/root/tools/holehe/.venv/lib/python3.11/site-packages/trio-0.33.0-py3.11.egg/trio/_core/_run.py", line 2552, in run
raise runner.main_task_outcome.error
File "/root/tools/holehe/.venv/lib/python3.11/site-packages/holehe-1.61-py3.11.egg/holehe/core.py", line 197, in maincore
check_update()
File "/root/tools/holehe/.venv/lib/python3.11/site-packages/holehe-1.61-py3.11.egg/holehe/core.py", line 68, in check_update
if check_version.json()["info"]["version"] != __version__:
^^^^^^^^^^^^^^^^^^
AttributeError: 'Response' object has no attribute 'json'
cd ./holehe
python3 -m venv .venv
source .venv/bin/activate
pip uninstall -y requests httpx trio
pip install requests==2.31.0 httpx==0.27.0 trio==0.22.2
pip install --force-reinstall holehe==1.61
安装

