├── README.md ├── install ├── irc ├── build.py ├── col_bot ├── key.py └── keymap.py ├── lkm ├── Makefile ├── col_kl.c └── rootkit.c ├── requirements.txt ├── rtcmd └── uninstall /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/README.md -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/install -------------------------------------------------------------------------------- /irc/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/irc/build.py -------------------------------------------------------------------------------- /irc/col_bot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/irc/col_bot -------------------------------------------------------------------------------- /irc/key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/irc/key.py -------------------------------------------------------------------------------- /irc/keymap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/irc/keymap.py -------------------------------------------------------------------------------- /lkm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/lkm/Makefile -------------------------------------------------------------------------------- /lkm/col_kl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/lkm/col_kl.c -------------------------------------------------------------------------------- /lkm/rootkit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/lkm/rootkit.c -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/requirements.txt -------------------------------------------------------------------------------- /rtcmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/rtcmd -------------------------------------------------------------------------------- /uninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bones-codes/the_colonel/HEAD/uninstall --------------------------------------------------------------------------------