September 2018
Intermediate to advanced
426 pages
10h 46m
English
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 ...