8000 GitHub - wukongqin/scan-for-webcams: scan for webcams on the internet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wukongqin/scan-for-webcams

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scan-for-webcams 📷

Automatically scan for publically accessible webcams around the internet

中文文档

Table of contents

Usage

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.

Installation

  1. clone&cd into the repo:

    git clone https://github.com/JettChenT/scan-for-webcams;cd scan-for-webcams

  2. install requirements:

    pip install -r requirements.txt

  3. set up shodan:

    1. go to shodan.io, register/log in and grab your API key

    2. Set environ SHODAN_API_KEY as your API key:

      export "SHODAN_API_KEY"="<your api key>"

  4. set up clarifai:

    1. go to clarifai.com, register/log in, create an application and grab your API key

    2. set environ CLARIFAI_API_KEY as your API key

      export "CLARIFAI_API_KEY"="<your api key>"

And then you can run the program!

Demo

asciicast

About

scan for webcams on the internet

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0