scan-for-webcams: scan for webcams in the internet
scan-for-webcams
Automatically scan for publically accessible webcams around the internet.
Installation
- clone&cd into the repo: git clone https://github.com/JettChenT/scan-for-webcams;cd scan-for-webcams
- install requirements: pip install -r requirements.txt
- set up shodan:
- go to shodan.io, register/login and grab your API key
- Set environ SHODAN_API_KEY as your API key:export “SHODAN_API_KEY”=”<your api key>”
- set up Clarifai:
- go to clarifai.com, register/log in, create an application and grab your API key
- set environ CLARIFAI_API_KEY as your API keyexport “CLARIFAI_API_KEY”=”<your api key>”
And then you can run the program!
Usage
- python MJPG.py: for public MJPG streamers around the internet
- python webcamXP.py: for public webcamXP streamers around the internet
The program will output a list of links with the format of ip_address:port
If your terminal supports links, click the link and open it in your browser, otherwise, copy the link and open it in your browser.
Demo
Copyright (c) 2020 Jett Chen
Source: https://github.com/JettChenT/