Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
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
2024-06-05 13:46
cryptopensc
449
B
-rwxr-xr-x
2024-06-05 13:46
cryptroot
307
B
-rwxr-xr-x
2024-06-05 13:46
iscsi
841
B
-rwxr-xr-x
2025-02-11 08:52
mdadm
46
B
-rwxr-xr-x
2024-07-29 08:06
ntfs_3g
345
B
-rwxr-xr-x
2026-07-11 15: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