{"id":20984050,"url":"https://github.com/vauth/tg-oob","last_synced_at":"2025-07-15T07:05:12.947Z","repository":{"id":249665796,"uuid":"832124672","full_name":"Vauth/tg-oob","owner":"Vauth","description":"Out-of-Band with telegram bot api using cloudflare workers","archived":false,"fork":false,"pushed_at":"2024-08-04T06:15:26.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-20T07:10:40.093Z","etag":null,"topics":["blind-attack","cloudflare-workers","out-of-band","owasp","telegram-bot-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Vauth.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":"2024-07-22T12:04:13.000Z","updated_at":"2024-08-04T06:15:28.000Z","dependencies_parsed_at":"2024-07-22T16:11:28.506Z","dependency_job_id":"3ab70475-3c4d-4442-bac0-c7ba8ae406fb","html_url":"https://github.com/Vauth/tg-oob","commit_stats":null,"previous_names":["vauth/tg-oob"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vauth%2Ftg-oob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vauth%2Ftg-oob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vauth%2Ftg-oob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vauth%2Ftg-oob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vauth","download_url":"https://codeload.github.com/Vauth/tg-oob/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392298,"owners_count":20283560,"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":["blind-attack","cloudflare-workers","out-of-band","owasp","telegram-bot-api"],"created_at":"2024-11-19T05:51:15.611Z","updated_at":"2025-03-13T10:43:05.176Z","avatar_url":"https://github.com/Vauth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram OOB\nOut-of-Band with telegram bot api using cloudflare workers.\n\n\u003cbr\u003e\n\n### 🗂 Variables:\n```javascript\nconst TOKEN = 'ENV_BOT_TOKEN' // Your bot token.\nconst SECRET = 'ENV_BOT_SECRET' // Everything you wish.\nconst OWNER = 123456789 // Owner telegram id.\n```\n\n\u003cbr\u003e\n\n### ⚙️Deploy:\n- Upload `worker.js` into [cloudflare workers](https://workers.cloudflare.com/).\n- Modify the [variables](#Variables).\n- Deploy.\n\n\u003cbr\u003e\n\n### 🔗 Endpoints:\n- Register Webhook\n```javascript\nXXX.XXXX.workers.dev/registerWebhook\n// Response - Ok\n```\n- unRegister Webhook\n```javascript\nXXX.XXXX.workers.dev/unRegisterWebhook\n// Response - Ok\n```\n- Send Test Request\n```javascript\nXXX.XXXX.workers.dev/test\n// Response - {\"status\":200}\n```\n- Send Message\n```javascript\nXXX.XXXX.workers.dev/?send=hello+world\n// Response - {\"status\":200}\n```\n- Send Bulk URL\n```javascript\nXXX.XXXX.workers.dev/p/data...\n// Response - {\"status\":200}\n```\n\n\u003cbr\u003e\n\n### 🛠 Tips:\n- For better performance send data with `URL-encode` or `Base64` format.\n```javascript\nText: test message\n\nEncoded:\n- test%20message // URL-encode\n- dGVzdCBtZXNzYWdl // Base64\n...\n```\n- You can use telegram markdown.\n```markdown\n*bold*\n_italic_\n[text](url)\n`mono`\n```code block```\n```\n- [More information](https://www.google.com/search?\u0026q=oob+blind+hunting).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvauth%2Ftg-oob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvauth%2Ftg-oob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvauth%2Ftg-oob/lists"}