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-top /
Delete
Unzip
Name
Size
Permission
Date
Action
cryptopensc
721
B
-rwxr-xr-x
2017-09-06 12:08
cryptroot
9.15
KB
-rwxr-xr-x
2017-09-06 12:08
iscsi
9.84
KB
-rwxr-xr-x
2018-12-11 21:12
lvm2
970
B
-rwxr-xr-x
2015-10-30 18:33
Save
Rename
#!/bin/sh set -e PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac . /scripts/functions # Hook for starting smartcard reading software if [ ! -e /sbin/pcscd ]; then exit 0 fi # Start pcscd daemon nomrally: # start-stop-daemon --start --quiet \ # --pidfile /var/run/pcscd.pid \ # --exec /sbin/pcscd # Alternatively, start pcscd daemon in foreground so that it's pretty colored # output may be seen on the console, useful for watching error messages since # pcscd uses syslog which is not available (use --error or --critical to filter # out debug message clutter): # /sbin/pcscd --error --foreground & /sbin/pcscd --foreground &