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
/
usr /
lib /
systemd /
system /
sysinit.target.wants /
[ HOME SHELL ]
Name
Size
Permission
Action
cryptsetup.target
420
B
-rw-r--r--
dev-hugepages.mount
775
B
-rw-r--r--
dev-mqueue.mount
701
B
-rw-r--r--
integritysetup.target
430
B
-rw-r--r--
kmod-static-nodes.service
711
B
-rw-r--r--
ldconfig.service
756
B
-rw-r--r--
plymouth-read-write.service
268
B
-rw-r--r--
plymouth-start.service
617
B
-rw-r--r--
proc-sys-fs-binfmt_misc.automo...
789
B
-rw-r--r--
sys-fs-fuse-connections.mount
1.12
KB
-rw-r--r--
sys-kernel-config.mount
1.08
KB
-rw-r--r--
sys-kernel-debug.mount
730
B
-rw-r--r--
sys-kernel-tracing.mount
756
B
-rw-r--r--
systemd-ask-password-console.p...
771
B
-rw-r--r--
systemd-binfmt.service
1.18
KB
-rw-r--r--
systemd-firstboot.service
1.5
KB
-rw-r--r--
systemd-hwdb-update.service
834
B
-rw-r--r--
systemd-journal-catalog-update...
750
B
-rw-r--r--
systemd-journal-flush.service
827
B
-rw-r--r--
systemd-journald.service
2.39
KB
-rw-r--r--
systemd-machine-id-commit.serv...
748
B
-rw-r--r--
systemd-modules-load.service
1019
B
-rw-r--r--
systemd-pcrmachine.service
711
B
-rw-r--r--
systemd-pcrphase-sysinit.servi...
794
B
-rw-r--r--
systemd-pcrphase.service
756
B
-rw-r--r--
systemd-random-seed.service
1.16
KB
-rw-r--r--
systemd-repart.service
1.26
KB
-rw-r--r--
systemd-sysctl.service
731
B
-rw-r--r--
systemd-sysusers.service
1.28
KB
-rw-r--r--
systemd-tmpfiles-setup-dev-ear...
852
B
-rw-r--r--
systemd-tmpfiles-setup-dev.ser...
877
B
-rw-r--r--
systemd-tmpfiles-setup.service
1005
B
-rw-r--r--
systemd-tpm2-setup-early.servi...
708
B
-rw-r--r--
systemd-tpm2-setup.service
796
B
-rw-r--r--
systemd-udev-trigger.service
758
B
-rw-r--r--
systemd-udevd.service
1.29
KB
-rw-r--r--
systemd-update-done.service
682
B
-rw-r--r--
systemd-update-utmp.service
856
B
-rw-r--r--
veritysetup.target
427
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : systemd-firstboot.service
# SPDX-License-Identifier: LGPL-2.1-or-later # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=First Boot Wizard Documentation=man:systemd-firstboot(1) ConditionPathIsReadWrite=/etc ConditionFirstBoot=yes DefaultDependencies=no # This service may need to write to the file system: After=systemd-remount-fs.service # Both systemd-sysusers and systemd-tmpfiles may create the root account # (via factory files or credentials), obviating the need for us to do that: After=systemd-sysusers.service systemd-tmpfiles-setup.service # Let vconsole-setup do its setup before starting user interaction: After=systemd-vconsole-setup.service Wants=first-boot-complete.target Before=first-boot-complete.target sysinit.target Conflicts=shutdown.target Before=shutdown.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password StandardOutput=tty StandardInput=tty StandardError=tty # Optionally, pick up basic fields from credentials passed to the service # manager. This is useful for importing this data from nspawn's # --set-credential= switch. ImportCredential=passwd.hashed-password.root ImportCredential=passwd.plaintext-password.root ImportCredential=passwd.shell.root ImportCredential=firstboot.*
Close