Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 13.58.53.112
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
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
/
etc /
systemd /
system /
[ HOME SHELL ]
Name
Size
Permission
Action
cloud-final.service.wants
[ DIR ]
drwxr-xr-x
cloud-init.target.wants
[ DIR ]
drwxr-xr-x
default.target.wants
[ DIR ]
drwxr-xr-x
emergency.target.wants
[ DIR ]
drwxr-xr-x
final.target.wants
[ DIR ]
drwxr-xr-x
getty.target.wants
[ DIR ]
drwxr-xr-x
graphical.target.wants
[ DIR ]
drwxr-xr-x
multi-user.target.wants
[ DIR ]
drwxr-xr-x
network-online.target.wants
[ DIR ]
drwxr-xr-x
open-vm-tools.service.requires
[ DIR ]
drwxr-xr-x
paths.target.wants
[ DIR ]
drwxr-xr-x
rescue.target.wants
[ DIR ]
drwxr-xr-x
snapd.mounts.target.wants
[ DIR ]
drwxr-xr-x
sockets.target.wants
[ DIR ]
drwxr-xr-x
sshd-keygen@.service.d
[ DIR ]
drwxr-xr-x
sysinit.target.wants
[ DIR ]
drwxr-xr-x
timers.target.wants
[ DIR ]
drwxr-xr-x
dbus-org.freedesktop.resolve1....
1.67
KB
-rw-r--r--
iscsi.service
1.22
KB
-rw-r--r--
snap-amazon\x2dssm\x2dagent-95...
379
B
-rw-r--r--
snap-amazon\x2dssm\x2dagent-98...
379
B
-rw-r--r--
snap-core-16928.mount
346
B
-rw-r--r--
snap-core-17200.mount
346
B
-rw-r--r--
snap-core18-2829.mount
349
B
-rw-r--r--
snap-core18-2846.mount
349
B
-rw-r--r--
snap-core22-1663.mount
349
B
-rw-r--r--
snap-core22-1722.mount
349
B
-rw-r--r--
snap.amazon-ssm-agent.amazon-s...
586
B
-rw-r--r--
sshd.service
493
B
-rw-r--r--
syslog.service
290
B
-rw-r--r--
vmtoolsd.service
498
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : iscsi.service
[Unit] Description=Login to default iSCSI targets Documentation=man:iscsiadm(8) man:iscsid(8) Wants=network-online.target remote-fs-pre.target iscsid.service After=network-online.target iscsid.service Before=remote-fs-pre.target DefaultDependencies=no Conflicts=shutdown.target Before=shutdown.target # Must have some pre-defined targets to login to ConditionDirectoryNotEmpty=|/etc/iscsi/nodes # or have a session to use via iscsid ConditionDirectoryNotEmpty=|/sys/class/iscsi_session [Service] Type=oneshot RemainAfterExit=true # iscsiadm --login will return 21 if no nodes are configured, # and 15 if a session is alread logged in (which we do not # consider an error) SuccessExitStatus=15 21 # iscsiadm will only work if iscsid is running. But we can't use a # Requires= dependency, since restarts of iscsid would then be # propagated to this service - and that would cause all sorts of # mayhem. Therefore, check it in ExecStartPre. ExecStartPre=/bin/systemctl --quiet is-active iscsid.service ExecStart=/sbin/iscsiadm -m node --loginall=automatic ExecStart=/lib/open-iscsi/activate-storage.sh ExecStop=/lib/open-iscsi/umountiscsi.sh ExecStop=/bin/sync ExecStop=/lib/open-iscsi/logout-all.sh [Install] WantedBy=sysinit.target Alias=iscsi.service
Close