Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 18.190.176.26
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
initramfs-tools /
scripts /
init-premount /
Delete
Unzip
Name
Size
Permission
Date
Action
cloud-initramfs-dyn-netconf
3.48
KB
-rwxr-xr-x
2020-08-17 16:00
plymouth
492
B
-rwxr-xr-x
2022-03-18 10:45
Save
Rename
#!/bin/sh OPTION=FRAMEBUFFER PREREQ="udev" prereqs() { echo "${PREREQ}" } case ${1} in prereqs) prereqs exit 0 ;; esac SPLASH="false" for ARGUMENT in $(cat /proc/cmdline) do case "${ARGUMENT}" in splash*) SPLASH="true" ;; nosplash*|plymouth.enable=0) SPLASH="false" ;; esac done if [ "${SPLASH}" = "true" ] then mkdir -m 0755 /run/plymouth /usr/sbin/plymouthd --mode=boot --attach-to-session --pid-file=/run/plymouth/pid /usr/bin/plymouth --show-splash fi