{"id":18107187,"url":"https://github.com/byt3n33dl3/camhoundad","last_synced_at":"2025-07-24T15:33:14.090Z","repository":{"id":257253085,"uuid":"857263190","full_name":"byt3n33dl3/CamHoundAD","owner":"byt3n33dl3","description":"Automated Exploit scanners for public Camera, CCTV's, and Capture Devices.","archived":false,"fork":false,"pushed_at":"2024-09-29T08:42:49.000Z","size":3476,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T22:26:30.437Z","etag":null,"topics":["camera","cctv","exploit","surveillance","trust-attack"],"latest_commit_sha":null,"homepage":"https://blog.tmeletlidis.tech","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byt3n33dl3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"zenodo":null}},"created_at":"2024-09-14T07:24:29.000Z","updated_at":"2025-06-26T07:06:06.000Z","dependencies_parsed_at":"2024-09-15T15:01:50.302Z","dependency_job_id":"a572b4c1-e5fe-4a90-a3cd-fed887752eea","html_url":"https://github.com/byt3n33dl3/CamHoundAD","commit_stats":null,"previous_names":["pxcs/camhoundad","byt3n33dl3/camhoundad"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/byt3n33dl3/CamHoundAD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FCamHoundAD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FCamHoundAD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FCamHoundAD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FCamHoundAD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byt3n33dl3","download_url":"https://codeload.github.com/byt3n33dl3/CamHoundAD/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FCamHoundAD/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266862608,"owners_count":23996866,"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-07-24T02:00:09.469Z","response_time":99,"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","cctv","exploit","surveillance","trust-attack"],"created_at":"2024-10-31T23:09:47.442Z","updated_at":"2025-07-24T15:33:14.059Z","avatar_url":"https://github.com/byt3n33dl3.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CamHoundAD\n\n\u003ca href=\"https://github.com/byt3n33dl3/CamHoundAD/\"\u003e\u003cp align=\"center\"\u003e\n\u003cimg src=\"/screenshots/cctv.jpg\"\u003e\n\u003c/p\u003e\u003c/a\u003e\n\nThis is a tool meant to assist `Cyber Security` researchers on Discovering outdated and Vulnerable camera systems on the internet by utilizing [shodan.io](shodan.io). I was able to discover thousands of vulnerable cameras using it. It could be for Cammera Attacks research, CCTV's Attacks research, etc.\n\n# Vendors Affected\n\n\u003e- [+] Hikvision\n\n\u003e- [+] Nikon\n\n\u003e- [+] Avtech\n\n\u003e- [+] GoPro\n\n\u003e- [+] TVT\n\n\u003e- [+] Cacti\n\nComing Soon . . .\n\n# Features\n\n- Fetching of hosts from shodan.io\n   - [Attacks Key](shodan.io)\n- Check for vulnerable cameras\n- Automatically run commands on exploited Devices\n- Automatically grab camera credentials\n- Multi-threading for faster scanning\n- Usage of Socks5 proxies for anonymity\n- Storing results in Sqlite3 database\n- Logging all actions in log files \n\n# Prerequisites\n\nTo use this tool you need to have the following:\n- Shodan API Key\n- Socks5 authenticated proxies\n\n# Installation\n\n```python\ngit clone https://github.com/byt3n33dl3/CamHoundAD\npip install -r requirements.txt\npython3 scanner.py --help\n```\n\n# Usage\n\n## Collect hosts in database\n\n```python\n# Collect Hikvision hosts\npython3 scanner.py --shodan --api-token \u003cshodan_token\u003e --query 'product:\"Hikvision IP Camera\"' --pages 1\n\n# Collect Avtech hosts\npython3 scanner.py --shodan --api-token \u003cshodan_token\u003e --query 'linux upnp avtech' --pages 1\n\n# Collect TVT hosts\npython3 scanner.py --shodan --api-token \u003cshodan_token\u003e --query 'product:\"Cross Web Server\"' --pages 1\n\n# Collect Cacti hosts\npython3 scanner.py --shodan --api-token \u003cshodan_token\u003e --query 'Login to Cacti' --pages 1\n```\n\n## Check hosts for exploit\n\n```python\npython3 scanner.py --check --proxy-file proxies.txt --threads 20\n```\n\n## Automatically run command on exploited hosts\n\n```python\npython3 scanner.py --autopwn --proxy-file proxies.txt --payload \"id\"\n```\n\n# About CamHoundAD\n\nThis tool is purely educational and is inteded to make the internet more secure. **I will not be responsible for any direct or indirect damage caused due to the usage of this tool, it is for educational purposes only.** Any PR's or suggestions on improving this project are welcome\n\n## Exploits Used\n\n[[+] Exploit-db](https://www.exploit-db.com/exploits/40500)\n\n[[+] Exploit-db](https://www.exploit-db.com/exploits/50441)\n\n[[+] RCE](https://github.com/k1p0d/h264_dvr_rce)\n\n[[+] CVE](https://github.com/sAsPeCt488/CVE-2022-46169)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fcamhoundad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyt3n33dl3%2Fcamhoundad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fcamhoundad/lists"}