Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
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
cryptopensc
512
B
-rwxr-xr-x
2017-09-06 12:08
mdadm
47
B
-rwxr-xr-x
2017-11-08 14:18
ntfs_3g
345
B
-rwxr-xr-x
2019-03-21 22:37
Save
Rename
#!/bin/sh set -e PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac . /scripts/functions # Hook for stopping smartcard reading software if [ ! -e /sbin/pcscd ]; then exit 0 fi # Start pcscd daemon nomrally. If it was started in foregound, chances are # it'll harmlessly complain about missing /var/run/pcscd* files due to the root # filessytem being remounted. start-stop-daemon --stop --quiet --pidfile /var/run/pcscd.pid --name pcscd