Tag: Webcam vulnerability scanning
-

Ingram: webcam device vulnerability scanning tool
Ingram This is a webcam device vulnerability scanning tool, that already supports Hikvision, Dahua, and other devices. Installation Firstly, clone this repo: git clone https://github.com/jorhelp/Ingram.git Then, go to the repo dir, create a virtual environment, and activate it: cd Ingram pip3 install virtualenv python3 -m virtualenv venv source venv/bin/activate After that, install dependencies: pip3 install…