msf_config

msf_config holds connection settings for the Metasploit RPC daemon (msfrpcd).

msf_config:
  password: securepassword
  server: 10.18.3.86
server

The servername or IP address of the msfrpcd.

Type:

str

Default:

127.0.0.1

port

Port on which msfrpcd is listening.

Type:

int

Default:

55553

uri

URI of the RPC API.

ssl

Enables encryption for the RPC connection.

Type:

bool

::default: True

password

The password for the RPC connection.

Type:

str

Default:

None