Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loneicewolf/exec_lkm
A LKM (Loadable Kernel Module) to execute a command as root; I include a example of using netcat and a compiled(with source and steps on how to compile) reverse shell provided in C.
https://github.com/loneicewolf/exec_lkm
bootkit linux lkm lkm-rootkit loneicewolf malware rootkit rootkits venomrootkit
Last synced: about 19 hours ago
JSON representation
A LKM (Loadable Kernel Module) to execute a command as root; I include a example of using netcat and a compiled(with source and steps on how to compile) reverse shell provided in C.
- Host: GitHub
- URL: https://github.com/loneicewolf/exec_lkm
- Owner: loneicewolf
- Created: 2022-01-07T14:14:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T10:19:36.000Z (11 months ago)
- Last Synced: 2023-11-29T11:29:38.549Z (11 months ago)
- Topics: bootkit, linux, lkm, lkm-rootkit, loneicewolf, malware, rootkit, rootkits, venomrootkit
- Language: C
- Homepage: https://github.com/loneicewolf/EXEC_LKM
- Size: 336 KB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EXEC_LKM
note; the file is called `rootkit.c` because.. I couldn't find a better name for it. hehA LKM (Loadable Kernel Module)
to execute a command as root;
I include a example of using netcat and a
compiled(with source and steps on how to compile) reverse shell provided in C.Note, this is not really a rootkit-per-say but __can be__ a part of one, more specifically. Obviously, if that's the case - it's for learning purposes. I Never created this to be used illegally.
### :exclamation: Please see this [gist](https://gist.github.com/loneicewolf/226e3e20e6041d12a63a5e833ebb0503) for more; as well:## TODO
- Cryptography: Salsa(Shoutout to 🌸Ryoumiya for commenting I could try to implement Salsa in this!)
- [further readings](https://iacr.org/search/?q=Salsa)