Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
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 /
local-bottom /
Delete
Unzip
Name
Size
Permission
Date
Action
cryptgnupg-sc
253
B
-rwxr-xr-x
2022-01-14 06:44
cryptopensc
449
B
-rwxr-xr-x
2022-01-14 06:44
cryptroot
307
B
-rwxr-xr-x
2022-01-14 06:44
iscsi
833
B
-rwxr-xr-x
2022-01-19 20:38
mdadm
46
B
-rwxr-xr-x
2023-04-11 12:22
ntfs_3g
345
B
-rwxr-xr-x
2026-07-12 00:55
Save
Rename
#!/bin/sh set -e PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac # Hook for stopping smartcard reading software if [ ! -x /usr/sbin/pcscd ]; then exit 0 fi . /scripts/functions if PID="$(cat /run/pcscd.pid)" 2>/dev/null && [ "$(readlink -f "/proc/$PID/exe")" = "/usr/sbin/pcscd" ]; then log_begin_msg "Stopping pcscd" kill -TERM "$PID" log_end_msg fi