https://github.com/ipcjk/ksysrqd
ksysrqd is a Linux kernel module for calling magic sysrq-keys over TCP/IP. Therefore it runs inside kernel space and is OOM safe. Also can be used as debugging tool or hacking backdoors inside the kernel (with patches of course) ;-).
https://github.com/ipcjk/ksysrqd
kernel-modules linux
Last synced: 7 months ago
JSON representation
ksysrqd is a Linux kernel module for calling magic sysrq-keys over TCP/IP. Therefore it runs inside kernel space and is OOM safe. Also can be used as debugging tool or hacking backdoors inside the kernel (with patches of course) ;-).
- Host: GitHub
- URL: https://github.com/ipcjk/ksysrqd
- Owner: ipcjk
- Created: 2013-09-18T18:06:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T17:58:58.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T11:44:42.843Z (about 1 year ago)
- Topics: kernel-modules, linux
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ksysrqd
ksysrqd is a Linux kernel module for calling magic sysrq-keys over TCP/IP. Therefore it runs inside kernel space and is OOM safe. Also can be used as debugging tool or backdoor (with patches) ;-).