msf_config
msf_config holds settings for the Metasploit modules and sessions. Most of these settings control the Metsaploit RPC connection.
###
msf_config:
password: securepassword
server: 10.18.3.86
- server
This option stores the servername or ip-address of the msfrpcd
- Type:
str
- Default:
127.0.0.1
- password
This option stores the password of the rpc-connection.
- Type:
str
- Default:
None
- ssl
This option enables encryption for the rpc-connection
- Type:
bool
- Default:
True
- port
This option sets the port for the rpc-connection.
- Type:
int
- Default:
55553
- uri
This option sets uri of the rpc-api.