403Webshell
Server IP : 217.160.0.212  /  Your IP : 216.73.216.141
Web Server : Apache
System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64
User : sws1073854427 ( 1073854427)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/local/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/bin/wp
#!/bin/sh

WPCAPR=75

if [ -n "${SSH_CLIENT}" ]; then
    CONTEXT="ssh"
elif [ -n "${PHP_FCGI_CHILDREN}" ]; then
    CONTEXT="http"
else
    CONTEXT="cron"
fi

if [ "$CONTEXT" = "cron" ] && [ "$WPCAPR" -gt 0 ]; then
    RAND=$(od -An -N1 -tu1 /dev/urandom | tr -d ' \n')
    RAND=$(( RAND % 100 ))
    if [ "$RAND" -lt "$WPCAPR" ]; then
        exit 0
    fi
fi


export TMPDIR=/var/tmp

if [ "${SFS_WORDPRESS:-}" = "1" ]; then
    export WORDPRESS_INSTANCE=$(pwd)
    export HTTP_HOST=
    export SFS=1
    exec /usr/bin/wp --path=/opt/WordPress "$@"
fi

exec /usr/bin/wp "$@"

Youez - 2016 - github.com/yon3zu
LinuXploit