Metadata-Version: 2.0
Name: pymsfrpc
Version: 1.3
Summary: A python client for the metasploit rpc
Home-page: https://github.com/RayofLightz/pymsfrpc
Author: Tristan Messner
Author-email: dev.tristanmessner@gmail.com
License: GNU
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: msgpack-python

# pymsfrpc
An api wrapper for the metasploit rpc server written in python.
## getting started
just install using pip
```
sudo pip3 install pymsfrpc
```
## docs
The docs are at [here](https://pymsfrpc.readthedocs.io/en/latest/) - Read the docs


