Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.149.243.29
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
/
lib /
console-setup /
[ HOME SHELL ]
Name
Size
Permission
Action
console-setup.sh
920
B
-rwxr-xr-x
keyboard-setup.sh
390
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : console-setup.sh
#!/bin/sh do_configure=no case "`uname 2>/dev/null`" in *FreeBSD*) do_configure=yes ;; *) # assuming Linux with udev # Skip only the first time (i.e. when the system boots) [ ! -f /run/console-setup/boot_completed ] || do_configure=yes mkdir -p /run/console-setup > /run/console-setup/boot_completed [ /etc/console-setup/cached_setup_terminal.sh \ -nt /etc/default/keyboard ] || do_configure=yes [ /etc/console-setup/cached_setup_terminal.sh \ -nt /etc/default/console-setup ] || do_configure=yes ;; esac if [ "$do_configure" = no ]; then : else if [ -f /etc/default/locale ]; then # In order to permit auto-detection of the charmap when # console-setup-mini operates without configuration file. . /etc/default/locale export LANG fi setupcon --save fi
Close