{"id":26568897,"url":"https://github.com/catdevnull/honeypot","last_synced_at":"2026-05-19T14:05:58.149Z","repository":{"id":281887947,"uuid":"946765949","full_name":"catdevnull/honeypot","owner":"catdevnull","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T16:46:46.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T17:48:14.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catdevnull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-11T16:35:12.000Z","updated_at":"2025-03-11T16:46:50.000Z","dependencies_parsed_at":"2025-03-11T17:48:17.252Z","dependency_job_id":"ba5fc066-8dae-44c0-9453-81931ffa6f04","html_url":"https://github.com/catdevnull/honeypot","commit_stats":null,"previous_names":["catdevnull/honeypot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdevnull%2Fhoneypot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdevnull%2Fhoneypot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdevnull%2Fhoneypot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdevnull%2Fhoneypot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catdevnull","download_url":"https://codeload.github.com/catdevnull/honeypot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245014031,"owners_count":20547189,"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":[],"created_at":"2025-03-22T20:18:22.542Z","updated_at":"2025-10-08T10:16:36.054Z","avatar_url":"https://github.com/catdevnull.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram HTTP Honeypot\n\nA simple HTTP server built with [Bun](https://bun.sh) that captures all incoming HTTP requests and forwards them to a Telegram bot.\n\n## Features\n\n- 🕵️‍♂️ Captures all HTTP requests (method, URL, headers, body)\n- 📱 Forwards captured requests to Telegram in real-time\n- 🚀 Built with Bun for high performance\n- 🔧 Easy to configure and deploy\n\n## Prerequisites\n\n- [Bun](https://bun.sh) installed\n- A Telegram bot (create one with [@BotFather](https://t.me/BotFather))\n- Your Telegram user ID (get it from [@userinfobot](https://t.me/userinfobot))\n\n## Setup\n\n1. Clone this repository\n2. Copy `.env.example` to `.env`:\n   ```\n   cp .env.example .env\n   ```\n3. Edit `.env` and add your Telegram bot token and user ID:\n   ```\n   TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here\n   TELEGRAM_USER_ID=your_telegram_user_id_here\n   ```\n4. Install dependencies:\n   ```\n   bun install\n   ```\n\n## Usage\n\n### Development\n\nRun the server in development mode with hot reloading:\n\n```\nbun dev\n```\n\n### Production\n\nRun the server in production mode:\n\n```\nbun start\n```\n\n## Deployment\n\nYou can deploy this server to any platform that supports Bun, such as:\n\n- [Railway](https://railway.app)\n- [Fly.io](https://fly.io)\n- [Render](https://render.com)\n- Any VPS or dedicated server\n\n## How it works\n\n1. The server listens for incoming HTTP requests on the configured port\n2. When a request is received, it captures:\n   - HTTP method\n   - URL\n   - Headers\n   - Request body (if any)\n3. The captured information is formatted into a message\n4. The message is sent to your Telegram account via the Telegram Bot API\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatdevnull%2Fhoneypot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatdevnull%2Fhoneypot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatdevnull%2Fhoneypot/lists"}