https://github.com/eze-kiel/syslogk-rootkit-remover
syslogk linux rootkit remover
https://github.com/eze-kiel/syslogk-rootkit-remover
Last synced: 3 months ago
JSON representation
syslogk linux rootkit remover
- Host: GitHub
- URL: https://github.com/eze-kiel/syslogk-rootkit-remover
- Owner: eze-kiel
- License: wtfpl
- Created: 2022-06-20T14:05:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T09:48:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T11:43:42.898Z (4 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `syslogk` rootkit remover
Based on the excellent article from Avast.io: [Linux Threat Hunting: ‘Syslogk’ a kernel rootkit found under development in the wild
](https://decoded.avast.io/davidalvarez/linux-threat-hunting-syslogk-a-kernel-rootkit-found-under-development-in-the-wild/)## Shell alternative
```bash
#!/bin/bashecho "1" > /proc/syslogk
rmnod syslogk
```## License
WTFPL