Skip to content

A tool for collecting publicly exposed network cameras, with support for specifying country and region.

Notifications You must be signed in to change notification settings

iamjuanguillermo/BloodCat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blood-Cat

A tool for collecting publicly exposed network cameras, with support for specifying country and region.


Install Dependencies

$ sudo apt update && sudo apt install ffmpeg
$ pip install tqdm requests

Usage

$ python3 bloodcat.py -h

alt text


Bruteforce a specific camera IP

$ python3 bloodcat.py --ip "80.191.192.230:554"

alt text alt text


Bruteforce camera IPs in a specific country/region (via FoFa)

$ python3 bloodcat.py --country CN --region HK --key <FOFA-API-KEY>

alt text


File Path

All discovered results will be saved to:

./data/ipcam.info

alt text


Launch Viewer

$ ./play.sh

alt text

About

A tool for collecting publicly exposed network cameras, with support for specifying country and region.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.4%
  • Shell 9.6%