!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/usr/local/ispmgr/sbin/   drwxr-xr-x
Free 1.49 GB of 7.22 GB (20.58%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ispmgr-update.sh (1.48 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/bin/sh

killall ispmgr
sleep 2
killall -9 ispmgr

chmod -f 600 /usr/local/ispmgr/etc/ispmgr.conf
chmod -f 600 /etc/shadow
chmod -f 600 /etc/master.passwd

rm -f lib/pkgisp-www.so
grep -v '^www:' etc/pkg-ispmgr.conf > etc/pkg-ispmgr.conf.tmp 
rm etc/pkg-ispmgr.conf
mv etc/pkg-ispmgr.conf.tmp etc/pkg-ispmgr.conf

chmod -fR 755 etc/www.skel

if [ -f skins/userdata/mindterm.jar ]; then
	grep "extaction mindterm" etc/ispmgr.conf > /dev/null
	if [ $? -ne 0 ]; then
		echo "extaction mindterm /mancgi/mindterm" >> etc/ispmgr.conf
	fi
fi

if [ ! -s etc/filemgr.enc ]; then
	iconv -l | cut -f1 -d\  | tr -d / > etc/filemgr.enc
fi

if [ `uname` = "FreeBSD" ]; then
    grep security.bsd.hardlink_check_uid /etc/sysctl.conf
    if [ $? -ne 0 ]; then
        echo "security.bsd.hardlink_check_uid=1" >> /etc/sysctl.conf
    fi

    grep security.bsd.hardlink_check_gid /etc/sysctl.conf
    if [ $? -ne 0 ]; then
        echo "security.bsd.hardlink_check_gid=1" >> /etc/sysctl.conf
    fi

    sysctl security.bsd.hardlink_check_uid=1
    sysctl security.bsd.hardlink_check_gid=1
fi

rm -f lib/pkgisp-ihttpd.so

/usr/local/ispmgr/sbin/mgrctl -m ispmgr promote.vote

if [ `uname` = "FreeBSD" ]; then
	find /usr/local/ispmgr/etc -type f -iname '*.html' | xargs sed -I ''  -r 's|href="http://ispsystem.com"|href="http://ispsystem.com/external/ispmanager.html"|'
else
	find /usr/local/ispmgr/etc -type f -iname '*.html' | xargs sed -i  -r 's|href="http://ispsystem.com"|href="http://ispsystem.com/external/ispmanager.html"|'
fi

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0119 ]--