Chibrax Linux Proof of concept
This commit is contained in:
@@ -0,0 +1 @@
|
||||
init
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
gcc chibraxLoader.c -O3 -o init
|
||||
@@ -0,0 +1,9 @@
|
||||
#include <unistd.h>
|
||||
#define ERR 1
|
||||
|
||||
#define node "/bin/node"
|
||||
#define chibrax "/chibrax/index.js"
|
||||
|
||||
int main() {
|
||||
return execl(node, node, chibrax);
|
||||
}
|
||||
Reference in New Issue
Block a user