{"id":15026722,"url":"https://github.com/techchipnet/camphish","last_synced_at":"2025-04-13T11:46:41.941Z","repository":{"id":38027145,"uuid":"254869409","full_name":"techchipnet/CamPhish","owner":"techchipnet","description":"Grab cam shots \u0026 GPS location from target's phone front camera or PC webcam just sending a link.","archived":false,"fork":false,"pushed_at":"2025-03-08T15:54:08.000Z","size":56,"stargazers_count":3613,"open_issues_count":196,"forks_count":989,"subscribers_count":200,"default_branch":"master","last_synced_at":"2025-04-06T08:11:14.665Z","etag":null,"topics":["android-hacking","camera-hacking","gps","gps-location","gps-tracking","hack","hacking","kali-linux","penetration-testing","techchip","termux"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techchipnet.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}},"created_at":"2020-04-11T13:04:59.000Z","updated_at":"2025-04-05T20:34:47.000Z","dependencies_parsed_at":"2022-08-08T22:46:12.503Z","dependency_job_id":"9a81d2b0-edba-42a2-b2a6-9a3449f76f41","html_url":"https://github.com/techchipnet/CamPhish","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/techchipnet%2FCamPhish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2FCamPhish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2FCamPhish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2FCamPhish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techchipnet","download_url":"https://codeload.github.com/techchipnet/CamPhish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710408,"owners_count":21149185,"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":["android-hacking","camera-hacking","gps","gps-location","gps-tracking","hack","hacking","kali-linux","penetration-testing","techchip","termux"],"created_at":"2024-09-24T20:04:57.562Z","updated_at":"2025-04-13T11:46:41.912Z","avatar_url":"https://github.com/techchipnet.png","language":"HTML","readme":"# CamPhish\nGrab cam shots from target's phone front camera or PC webcam just sending a link.\n![CamPhish](https://techchip.net/wp-content/uploads/2020/04/camphish.jpg)\n\n# What is CamPhish?\n\u003cp\u003eCamPhish is techniques to take cam shots of target's phone front camera or PC webcam. CamPhish Hosts a fake website on in built PHP server and uses ngrok \u0026 CloudFlare Tunnel to generate a link which we will forward to the target, which can be used on over internet. website asks for camera permission and if the target allows it, this tool grab camshots of target's device\n\nA GPS location capture feature has been added.\u003c/p\u003e\n\n## Features\n\u003cp\u003eIn this tool I added two automatic webpage templates for engaged target on webpage to get more picture of cam\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003eFestival Wishing\u003c/li\u003e\n  \u003cli\u003eLive YouTube TV\u003c/li\u003e\n  \u003cli\u003eOnline Meeting [Beta]\u003c/li\u003e\n  \u003cli\u003eGPS Location Tracking\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eA cleanup script has been added to remove all unnecessary files and logs.\u003c/p\u003e\n\n## This Tool Tested On :\n\u003cul\u003e\n  \u003cli\u003eKali Linux\u003c/li\u003e\n  \u003cli\u003eTermux\u003c/li\u003e\n  \u003cli\u003eMacOS\u003c/li\u003e\n  \u003cli\u003eUbuntu\u003c/li\u003e\n  \u003cli\u003eParrot Sec OS\u003c/li\u003e\n  \u003cli\u003eWindows (WSL)\u003c/li\u003e\n\u003c/ul\u003e\n\n# Installing and requirements\n\u003cp\u003eThis tool require PHP for webserver, and wget for downloading dependencies. First run following command on your terminal\u003c/p\u003e\n\n```\napt-get -y install php wget unzip\n```\n\n## Installing (Kali Linux/Termux):\n\n```\ngit clone https://github.com/techchipnet/CamPhish\ncd CamPhish\nbash camphish.sh\n```\n\n## Clean logs \u0026 unnecessary files :\n\n```\nbash cleanup.sh\n```\n\u003cp\u003eThe cam files and saved location will also be removed.\u003c/p\u003e\n\n## Change Log:\n\n\u003cp\u003e\u003cb\u003eVersion: 2.0:\u003c/b\u003e Added GPS Location Tracking\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003eAdded: GPS location capturing functionality\u003c/li\u003e\n  \u003cli\u003eAdded: Google Maps integration for captured locations\u003c/li\u003e\n  \u003cli\u003eAdded: Location accuracy reporting\u003c/li\u003e\n  \u003cli\u003eAdded: Improved loading screen with location request\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cp\u003e\u003cb\u003eVersion: 1.9:\u003c/b\u003e Enhanced architecture detection\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003eAdded: Improved architecture detection for all CPU types\u003c/li\u003e\n  \u003cli\u003eAdded: Better support for Apple Silicon (M1/M2/M3) Macs\u003c/li\u003e\n  \u003cli\u003eAdded: Automatic detection of ARM, ARM64, x86, and x86_64 architectures\u003c/li\u003e\n  \u003cli\u003eFixed: Windows compatibility improvements\u003c/li\u003e\n  \u003cli\u003eFixed: CloudFlare Tunnel download issues\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cp\u003e\u003cb\u003eVersion: 1.8:\u003c/b\u003e Added CloudFlare Tunnel and removed Serveo\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003eAdded: CloudFlare Tunnel support for more reliable connections\u003c/li\u003e\n  \u003cli\u003eRemoved: Serveo tunnel (deprecated)\u003c/li\u003e\n  \u003cli\u003eFixed: Various code improvements and bug fixes\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cp\u003e\u003cb\u003eVersion: 1.7:\u003c/b\u003e Fix and add support\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003efixed: termux failed to get home directory\u003c/li\u003e\n  \u003cli\u003eAdd support for Apple sillicon (M1/M2/M3 ARM64)\u003c/li\u003e\n  \u003cli\u003eAdd support for arm64 like Raspberry Pi\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cb\u003eVersion: 1.6:\u003c/b\u003e Fix ngrok direct link generate\u003c/p\u003e\n\u003cp\u003e\u003cb\u003eVersion: 1.5:\u003c/b\u003e Add new online meeting template\u003c/p\u003e\n\u003cp\u003e\u003cb\u003eVersion: 1.4:\u003c/b\u003e Ngrok authtoken update\u003c/p\u003e\n\u003cp\u003e\u003cb\u003eVersion: 1.3:\u003c/b\u003e Fix ngrok direct link\u003c/p\u003e\n\n#### For More Video subcribe \u003ca href=\"http://youtube.com/techchipnet\"\u003eTechChip YouTube Channel\u003c/a\u003e\n\u003cp\u003eCamPhish is created to help in penetration testing and it's not responsible for any misuse or illegal purposes.\u003c/p\u003e\n\u003cp\u003eCamPhish is inspired by https://github.com/thelinuxchoice/ Big thanks to @thelinuxchoice\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechchipnet%2Fcamphish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechchipnet%2Fcamphish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechchipnet%2Fcamphish/lists"}