{"id":34107288,"url":"https://github.com/xsser01/phantomcollect","last_synced_at":"2026-03-12T19:15:44.869Z","repository":{"id":323170219,"uuid":"1091780051","full_name":"xsser01/phantomcollect","owner":"xsser01","description":"Advanced stealth web data collection framework for security","archived":false,"fork":false,"pushed_at":"2025-11-21T20:16:09.000Z","size":99,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-17T01:16:59.674Z","etag":null,"topics":["cybersecurity-tools","data-collection","ethical-hacking","fingerprinting","monitoring","monitoring-tools","open-source","osint-tools","privacy","python","recon-tools","tools","web-security"],"latest_commit_sha":null,"homepage":"","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/xsser01.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-07T14:04:44.000Z","updated_at":"2025-11-23T12:48:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xsser01/phantomcollect","commit_stats":null,"previous_names":["xsser01/phantomcollect"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xsser01/phantomcollect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsser01%2Fphantomcollect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsser01%2Fphantomcollect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsser01%2Fphantomcollect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsser01%2Fphantomcollect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xsser01","download_url":"https://codeload.github.com/xsser01/phantomcollect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsser01%2Fphantomcollect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30439658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cybersecurity-tools","data-collection","ethical-hacking","fingerprinting","monitoring","monitoring-tools","open-source","osint-tools","privacy","python","recon-tools","tools","web-security"],"created_at":"2025-12-14T18:05:32.119Z","updated_at":"2026-03-12T19:15:44.863Z","avatar_url":"https://github.com/xsser01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👻 PhantomCollect\n\n![Version](https://img.shields.io/badge/version-1.0.0-blue)\n![Python](https://img.shields.io/badge/python-3.6%2B-green)\n![License](https://img.shields.io/badge/license-MIT-orange)\n[![CodeFactor](https://www.codefactor.io/repository/github/xsser01/phantomcollect/badge)](https://www.codefactor.io/repository/github/xsser01/phantomcollect)\n[![Security](https://img.shields.io/badge/Security-Enabled-brightgreen)](https://github.com/xsser01/phantomcollect/security)\n[![Dependabot](https://img.shields.io/badge/dependabot-enabled-brightgreen)](https://github.com/xsser01/phantomcollect/network/updates)\n[![Snyk Security](https://snyk.io/test/github/xsser01/phantomcollect/badge.svg)](https://snyk.io/test/github/xsser01/phantomcollect)\n\n**Advanced Stealth Web Data Collection Framework**\n\n## 🎯 Features\n\n- 📍 **Precise GPS Location Tracking**\n- 🌐 **Public IP \u0026 Geo-Location Detection** \n- 💻 **Complete Device Fingerprinting**\n- 📡 **Network \u0026 Connection Information**\n- 🔋 **Battery Status \u0026 Power Management**\n- 🛡️ **Stealth Data Collection**\n- 💾 **Multiple Storage Backends** (SQLite, JSON)\n- 📊 **Real-time Terminal Display**\n\n## 🚀 Quick Start\n\n### Installation\n```bash\npip install phantomcollect\n\nBasic Usage\n\n```bash\nphantomcollect\n```\nFrom AUR (Arch Linux):\n```bash\nyay -S phantomcollect\n```\nInstallation via BlackArch\n```bash\npacman -S phantomcollect\n```\nAccess the Interface\n\n```\nhttp://localhost:8080\n```\n\n🔧 Advanced Usage\n\nMake it Public (Ngrok)\n\n```bash\nphantomcollect \u0026\nngrok http 8080\n```\n\nCustom Port\n\n```bash\nphantomcollect --port 8081\n```\n\nView Collected Data\n\n```bash\n# View all collected data\nsqlite3 victims.db \"SELECT * FROM victims;\"\n\n# Delete all data\nrm victims.db\n```\n\n📊 Data Collection Schema\n\nDatabase Structure:\n\n```sql\n-- victims table schema\nCREATE TABLE victims (\n    id INTEGER PRIMARY KEY AUTOINCREMENT,\n    timestamp TEXT,                    -- Visit time\n    ip TEXT,                          -- Public IP address  \n    user_agent TEXT,                  -- Browser/device info\n    location TEXT,                    -- Geographic location\n    device_info TEXT,                 -- Hardware specifications\n    all_data TEXT                     -- Complete JSON data\n);\n```\n\nJSON Data Structure:\n\n```json{\n  \"timestamp\": \"DateTime\",\n  \"collectedData\": {\n    \"basicInfo\": {\n      \"userAgent\": \"String\",\n      \"platform\": \"String\", \n      \"vendor\": \"String\",\n      \"appName\": \"String\",\n      \"appVersion\": \"String\",\n      \"language\": \"String\",\n      \"languages\": [\"Array\"]\n    },\n    \"screenInfo\": {\n      \"width\": \"Number\",\n      \"height\": \"Number\",\n      \"availWidth\": \"Number\",\n      \"availHeight\": \"Number\", \n      \"colorDepth\": \"Number\",\n      \"pixelDepth\": \"Number\"\n    },\n    \"locationInfo\": {\n      \"timezone\": \"String\",\n      \"timezoneOffset\": \"Number\"\n    },\n    \"networkInfo\": {\n      \"effectiveType\": \"String\",\n      \"downlink\": \"Number\",\n      \"rtt\": \"Number\",\n      \"saveData\": \"Boolean\"\n    },\n    \"batteryInfo\": {\n      \"charging\": \"Boolean\",\n      \"level\": \"Number\",\n      \"chargingTime\": \"Number\",\n      \"dischargingTime\": \"Number\"\n    },\n    \"hardwareInfo\": {\n      \"hardwareConcurrency\": \"Number\",\n      \"deviceMemory\": \"Number\",\n      \"maxTouchPoints\": \"Number\"\n    },\n    \"privacyInfo\": {\n      \"cookieEnabled\": \"Boolean\",\n      \"doNotTrack\": \"Boolean\",\n      \"pdfViewerEnabled\": \"Boolean\",\n      \"webdriver\": \"Boolean\"\n    },\n    \"gpsError\": \"String\",\n    \"publicIP\": \"String\",\n    \"ipGeoInfo\": {\n      \"status\": \"String\",\n      \"country\": \"String\",\n      \"countryCode\": \"String\",\n      \"region\": \"String\",\n      \"regionName\": \"String\",\n      \"city\": \"String\",\n      \"zip\": \"String\",\n      \"lat\": \"Number\",\n      \"lon\": \"Number\",\n      \"timezone\": \"String\",\n      \"isp\": \"String\",\n      \"org\": \"String\",\n      \"as\": \"String\",\n      \"query\": \"String\"\n    }\n  }\n}\n```\n\n📁 Data Collected\n\nData Type Details\nLocation GPS coordinates, IP-based location\nDevice Hardware specs, screen info, platform\nNetwork Connection type, speed, IP address\nBrowser User agent, languages, timezone\nBattery Level, charging status, timing\n\n🕵️‍♂️ Advanced Timezone Forensics - Detects and analyzes discrepancies between system settings and browser-level timezone data, exposing true geographic origins even when users employ VPNs or attempt location spoofing through system modifications.\n\n⚠️ Legal Disclaimer\n\nThis tool is for educational and authorized security testing purposes only. Users are solely responsible for complying with all applicable laws.\n\n🔐 Security Features\n\n· No external dependencies\n· Local data storage only\n· Transparent data collection notification\n· Educational focus\n\n👨‍💻 Developer\n\nxsser01 - Security Researcher\n\n📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n---\n\nUse Responsibly. Secure Ethically.\n\n## 🌐 Featured On\n\n[![SourceForge](https://img.shields.io/badge/Listed%20on-SourceForge-orange?logo=sourceforge)](https://sourceforge.net/projects/phantomcollect/)  \n[![AlternativeTo](https://img.shields.io/badge/Listed%20on-AlternativeTo-blue?logo=alternativeto)](https://alternativeto.net/software/phantomcollect/about/)  \n[![LibHunt](https://img.shields.io/badge/Tracked%20by-LibHunt-green?logo=github)](https://www.libhunt.com/r/phantomcollect)\n[![Launchpad](https://img.shields.io/badge/Listed%20on-Launchpad-blueviolet?logo=launchpad)](https://launchpad.net/phantomcollect)\n[![Codeberg](https://img.shields.io/badge/Mirror%20on-Codeberg-blue?logo=git)](https://codeberg.org/xsser01/phantomcollect)\n[![StackShare](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/phantomcollect)\n[![ArchWiki](https://img.shields.io/badge/docs-ArchWiki-blue?logo=arch-linux\u0026logoColor=white)](https://wiki.archlinux.org/title/User:Xsser01/Phantomcollect)\n[![Upstract](https://img.shields.io/badge/featured-Upstract-orange?logo=news\u0026logoColor=white)](https://upstract.com/x/42be27b020ecb86f)\n[![Hacker News](https://img.shields.io/badge/Hacker_News-Discussed-orange?logo=ycombinator\u0026logoColor=white)](https://news.ycombinator.com/item?id=45885013)\n[![Open Hub](https://img.shields.io/badge/Open_Hub-Analyzed-2C8EBB?logo=blackberry\u0026logoColor=white)](https://www.openhub.net/p/phantomcollect)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsser01%2Fphantomcollect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxsser01%2Fphantomcollect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsser01%2Fphantomcollect/lists"}