September 2018
Intermediate to advanced
426 pages
10h 46m
English
You can install the python-msfrpc library from the github.com/SpiderLabs/msfrpc repository and execute the setup.py script with the install option: https://github.com/SpiderLabs/msfrpc/tree/master/python-msfrpc.
This module is designed to allow interaction with Metasploit msgrpc plugin to allow the execution of Metasploit commands and scripts remotely.
To verify that both libraries have been installed correctly, use the python interpreter to import the main modules of each and verify that there is no error.
You can verify the installation executing these commands in the python interpreter:

An alternative to installing ...