Skip to content

M2KR4R/matrix-kernel-root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix-kernel-root

Matrix Kernel Root is a Matrix-inspired project that uses an assembly-like structure and low-level system logs to recreate the atmosphere of the Matrix universe. The goal is not to build a real kernel or exploit, but to present a stylized, low-level perspective — as if you were observing the inner workings of the Matrix through a terminal.


; matrix-kernel-root :: privileged execution log
; context: /root :: tty0 :: 02:13 AM


[BOOT] entering kernel space...
[STATE] In_Matrix = FALSE

; PATCH-001
INIT PATCH-001
STATUS : KERNEL_MODIFICATION_SUCCESS
RESULT : EXECUTION_COMPLETE

; PATCH-002
INIT PATCH-002
STATUS : KERNEL_MODIFICATION_SUCCESS
RESULT : EXECUTION_COMPLETE

; ROOTKIT-01
INIT ROOTKIT-01
STATUS : KERNEL_HOOKING_SUCCESSFUL
RESULT : SYSTEM_CONTROL_ESTABLISHED

; VERIFY
ROOT_ACCESS_LEVEL = 4
STATUS : VERIFIED


; terminal trace


root@matrix:/# ./init_kernel --force
[02:13:07] loading modules...
[02:13:08] patch-001 .......... OK
[02:13:09] patch-002 .......... OK
[02:13:11] rootkit injection .. OK
[02:13:12] kernel hooks ....... ACTIVE
[02:13:13] privilege escalation COMPLETE

root@matrix:/# whoami
root

root@matrix:/# access --level 4
ACCESS GRANTED

root@matrix:/# echo $SYSTEM_STATE
COMPROMISED

root@matrix:/#

Releases

No releases published

Packages