Skip to Content
Mastering Python for Networking and Security
book

Mastering Python for Networking and Security

by José Manuel Ortega
September 2018
Intermediate to advanced
426 pages
10h 46m
English
Packt Publishing
Content preview from Mastering Python for Networking and Security

Introduction to msgrpc

The first step is to use the msgrpc plugin to start an instance of the server. To do this, you can load the module from msfconsole or directly using the msfrpcd command. First, you’ll need to load msfconsole and start the msgrpc service:

./msfconsolemsfconsole msf exploit(handler) > load msgrpc User = msf Pass = password[*] MSGRPC Service: 127.0.0.1:55553[*] MSGRPC Username: user[*] MSGRPC Password: password[*] Successfully loaded plugin: msgrpc msf exploit(handler) >

In this way, we load the process in order to attend to requests from another machine:

./msfrpcd -hUsage: msfrpcd <options>OPTIONS:-P <opt> Specify the password to access msfrpcd-S Disable SSL on the RPC socket-U <opt> Specify the username to access msfrpcd ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Python for Networking and Security - Second Edition

Mastering Python for Networking and Security - Second Edition

José Manuel Ortega
Python for Cybersecurity

Python for Cybersecurity

Howard E. Poston, III

Publisher Resources

ISBN: 9781788992510Supplemental Content