├── LICENSE ├── Makefile ├── README.md ├── scripts ├── del.sh ├── kill_shell.sh └── lets_maK_it.sh ├── shells ├── revshell └── revshell.c └── template.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maK-/maK_it-Linux-Rootkit/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maK-/maK_it-Linux-Rootkit/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maK-/maK_it-Linux-Rootkit/HEAD/README.md -------------------------------------------------------------------------------- /scripts/del.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maK-/maK_it-Linux-Rootkit/HEAD/scripts/del.sh -------------------------------------------------------------------------------- /scripts/kill_shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maK-/maK_it-Linux-Rootkit/HEAD/scripts/kill_shell.sh -------------------------------------------------------------------------------- /scripts/lets_maK_it.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maK-/maK_it-Linux-Rootkit/HEAD/scripts/lets_maK_it.sh -------------------------------------------------------------------------------- /shells/revshell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maK-/maK_it-Linux-Rootkit/HEAD/shells/revshell -------------------------------------------------------------------------------- /shells/revshell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maK-/maK_it-Linux-Rootkit/HEAD/shells/revshell.c -------------------------------------------------------------------------------- /template.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maK-/maK_it-Linux-Rootkit/HEAD/template.c --------------------------------------------------------------------------------