Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.130.94
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
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