Metasploit Python module: "Unknown datastore option: CMD."
In a Python Metasploit module that I’m developing, I am trying to use CMD as one of the options:
‘options’: {
‘RHOST’: {‘type’: ‘address’, ‘description’: ‘Target address’, ‘required’: True, ‘default’: None},
‘RPORT’: {‘type’: ‘port… Continue reading Metasploit Python module: "Unknown datastore option: CMD."