Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 18.222.182.226
Cant Read [ /etc/named.conf ]
7.4.25
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