Need implementation of a command that behaves similarly to metasploit's unset. Meaning this command would set the value of the option to None or a null value for that option type. Note that this behavior should make a required option be empty, thus making the option value fail validation.
Text completion for this command should be the option names of the current module's options.
Need implementation of a command that behaves similarly to metasploit's unset. Meaning this command would set the value of the option to None or a null value for that option type. Note that this behavior should make a required option be empty, thus making the option value fail validation.
Text completion for this command should be the option names of the current module's options.