{"id":26129768,"url":"https://github.com/lamcw/lkm-rootkit","last_synced_at":"2026-05-28T06:10:30.565Z","repository":{"id":83225096,"uuid":"195816948","full_name":"lamcw/lkm-rootkit","owner":"lamcw","description":"Simple rootkit examples","archived":false,"fork":false,"pushed_at":"2019-07-16T11:53:11.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-19T14:39:47.615Z","etag":null,"topics":["loadable-kernel-modules","rootkit"],"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/lamcw.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":"2019-07-08T13:25:43.000Z","updated_at":"2024-06-20T12:43:01.000Z","dependencies_parsed_at":"2023-06-29T00:16:22.950Z","dependency_job_id":null,"html_url":"https://github.com/lamcw/lkm-rootkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lamcw/lkm-rootkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamcw%2Flkm-rootkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamcw%2Flkm-rootkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamcw%2Flkm-rootkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamcw%2Flkm-rootkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamcw","download_url":"https://codeload.github.com/lamcw/lkm-rootkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamcw%2Flkm-rootkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33596370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["loadable-kernel-modules","rootkit"],"created_at":"2025-03-10T19:58:56.956Z","updated_at":"2026-05-28T06:10:30.533Z","avatar_url":"https://github.com/lamcw.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lkm-rootkit\n\nLearning to write rootkits.\n\n## Setup\n\nTo safely build and test the kernel modules, a Vagrant box is provided. Testing\nthe modules in the host kernel is not recommended as it may cause a kernel panic\nif not properly configured/used.\n\n*Please note that the messages displayed on your computer might be different.*\n\n```console\n$ vagrant up  # this will fail because the box creator did not configured the box correctly :(\n==\u003e default: Checking if box 'generic/alpine310' version '1.9.18' is up to date...\n==\u003e default: Creating image (snapshot of base box volume).\n==\u003e default: Creating domain with the following settings...\nblah blah blah\n==\u003e default: Installing rsync to the VM...\nThe following SSH command responded with a non-zero exit status.\nVagrant assumes that this means the command failed!\n\napt-get install -y -qq install rsync\n\n\nStdout from the command:\n\n\n\nStderr from the command:\n\nbash: line 4: apt-get: command not found\n$ vagrant ssh\nlocalhost:~$ sudo apk add rsync\nlocalhost:~$ logout\nConnection to 192.168.121.34 closed.\n$ vagrant reload\n```\n\n## Build\n\n```console\n$ vagrant ssh\nlocalhost:~$ cd /vagrant\nlocalhost:/vagrant$ make\n```\n\nYou can then load the modules with `sudo insmod module.ko` and unload with\n`sudo rmmod module`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamcw%2Flkm-rootkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamcw%2Flkm-rootkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamcw%2Flkm-rootkit/lists"}