{"id":49613673,"url":"https://github.com/nightshade-lullaby/image-tracker","last_synced_at":"2026-05-04T19:04:41.330Z","repository":{"id":336486162,"uuid":"982436473","full_name":"nightshade-lullaby/image-tracker","owner":"nightshade-lullaby","description":"Cloudflare Workers를 이용한 이미지 리디렉터 및 트래킹 툴","archived":false,"fork":false,"pushed_at":"2026-02-04T16:26:05.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-05T03:58:47.371Z","etag":null,"topics":["cloudflare","cloudflare-workers","discord-webhook","image-tracker","image-tracking","telemetry"],"latest_commit_sha":null,"homepage":"https://nightshade-lullaby.github.io/image-tracker/","language":"JavaScript","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/nightshade-lullaby.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-12T22:09:41.000Z","updated_at":"2026-02-04T16:32:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nightshade-lullaby/image-tracker","commit_stats":null,"previous_names":["nightshade-lullaby/image-tracker"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nightshade-lullaby/image-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightshade-lullaby%2Fimage-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightshade-lullaby%2Fimage-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightshade-lullaby%2Fimage-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightshade-lullaby%2Fimage-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nightshade-lullaby","download_url":"https://codeload.github.com/nightshade-lullaby/image-tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nightshade-lullaby%2Fimage-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32620528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["cloudflare","cloudflare-workers","discord-webhook","image-tracker","image-tracking","telemetry"],"created_at":"2026-05-04T19:04:35.595Z","updated_at":"2026-05-04T19:04:41.323Z","avatar_url":"https://github.com/nightshade-lullaby.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudflare Image Tracker Worker  \n**클라우드플레어 이미지 추적기 워커**\n\n\u003e A stealthy image redirector + telemetry logger using Cloudflare Workers.  \n\u003e Cloudflare Workers를 이용한 이미지 리디렉션 및 정보 로깅 추적기입니다.\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n---\n\n## Features / 기능\n\n- Logs IP, user agent, ASN, location, referrer, and more  \n  IP, 사용자 정보, ASN, 위치, 리퍼러 등 로깅  \n- Supports 3 independent webhook/image routes (`alpha`, `beta`, `gamma`)  \n  3개의 독립적인 추적 카테고리 지원  \n- Dynamic map preview via Geoapify  \n  Geoapify 정적 지도 미리보기  \n- Threat detection: bots, VPNs, RU/CN origin, etc.  \n  위협 탐지: 봇, VPN, 러시아/중국 IP 등  \n- Automatic decoy image redirect for suspicious sources  \n  의심 사용자에 대해 미끼 이미지로 리디렉션  \n- Zero logging latency (via `ctx.waitUntil`)  \n  리디렉션 지연 없는 즉시 로깅  \n\n---\n\n## Setup / 설치\n\n1. Clone this repo  \n   이 저장소를 클론하세요  \n\n2. Deploy via Cloudflare Dashboard  \n   [https://dash.cloudflare.com/](https://dash.cloudflare.com/) 에서 배포하세요  \n\n3. Bind route to `*.workers.dev`  \n   `*.workers.dev`에 라우팅 설정  \n\n4. Update values in `src/worker.js`:  \n   아래 값을 수정하세요:\n\n```js\nconst WEBHOOKS = {\n  alpha: \"https://discord.com/api/webhooks/your_alpha_webhook\",\n  beta: \"https://discord.com/api/webhooks/your_beta_webhook\",\n  gamma: \"https://discord.com/api/webhooks/your_gamma_webhook\",\n};\n\nconst IMAGE_URLS = {\n  alpha: \"https://example.com/image-a.jpg\",\n  beta: \"https://example.com/image-b.gif\",\n  gamma: \"https://example.com/image-c.png\",\n};\n\n// Replace with your own Geoapify key\nconst GEOAPIFY_KEY = \"your_geoapify_api_key\";\n```\n\n---\n\n## Usage / 사용법\n\n**Basic usage**  \n기본 사용:\n\n```\nhttps://your-worker.workers.dev/alpha  \nhttps://your-worker.workers.dev/beta  \nhttps://your-worker.workers.dev/gamma\n```\n\n**Optional query params / 선택 쿼리 파라미터**:\n\n- `?z=NoteLabel` → Shows note in Discord log  \n  디스코드 로그에 노트 표시  \n- `?r=https://example.com/img.jpg` → Override image URL  \n  리디렉션할 이미지 직접 지정  \n- `?dl=1` → Force image download  \n  이미지 다운로드 강제화  \n\n---\n\n## Preview / 예시\n\n**Discord webhook will show:**  \n디스코드에서는 다음과 같이 표시됩니다:\n\n- Location + flag (국가 및 국기)  \n- ASN (AS 번호)  \n- Browser / OS / Device  \n- Map preview  \n- Notes (if passed)  \n\n---\n\n## License / 라이선스\n\nThis project is licensed under the **GNU General Public License v3.0 (GPLv3)**.  \n이 프로젝트는 **GPLv3 라이선스** 하에 배포됩니다.  \nSee [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightshade-lullaby%2Fimage-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnightshade-lullaby%2Fimage-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightshade-lullaby%2Fimage-tracker/lists"}