Kali 百鬼夜行 OpenDoor 简明笔记

安装

1
2
3
4
5
git clone https://github.com/stanislav-web/OpenDoor.git
cd OpenDoor/
sudo pip3 install -r requirements.txt
python3 opendoor.py --host http://www.example.com

问题

遇到的问题
ImportError: cannot import name DependencyWarning
https://stackoverflow.com/questions/43425165/import-error-dependencywarning-with-every-pip-install-attempt

1
sudo pip3 install requests --upgrade