vexance / Stratustryke

A small work-in-progress modular cloud security tool
2 stars 0 forks source link

[STSK26] Command to unset module options #26

Closed vexance closed 1 year ago

vexance commented 1 year ago

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.

vexance commented 1 year ago

Putting in this feature in #32

vexance commented 1 year ago

Addressed in #33