403Webshell
Server IP : 104.21.17.213  /  Your IP : 216.73.217.141
Web Server : Apache
System : Linux hosting01.arsenalhost.com 4.18.0-425.13.1.lve.el8.x86_64 #1 SMP Mon Feb 27 15:23:24 EST 2023 x86_64
User : corbizre ( 1013)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/lve/dbgovernor/scripts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/lve/dbgovernor/scripts/map_hook
#!/bin/bash

if [ -x /usr/share/lve/dbgovernor/utils/dbgovernor_map ]
then
    /usr/share/lve/dbgovernor/utils/dbgovernor_map
else
    echo "Failed to find dbgovernor_map script"
fi

if [ -x /usr/sbin/dbctl ]
then
    /usr/sbin/dbctl dbupdate
else
    echo "Failed to find dbctl utility"
fi

if [ -x /usr/bin/systemctl ]
then
    /usr/bin/systemctl restart db_governor
elif [ -x /sbin/service ]
then
    /sbin/service db_governor restart | grep -v OK
elif [ -x /usr/sbin/service ]
then
    /usr/sbin/service db_governor restart | grep -v OK
else
    echo "Failed to find 'systemctl' or 'service' binaries while attempting to restart 'db_governor' service"
fi


Youez - 2016 - github.com/yon3zu
LinuXploit