Spencer McIntyre
Spencer McIntyre
Add a test to https://github.com/rapid7/metasploit-framework/blob/master/test/modules/post/test/cmd_exec.rb for testing the fix/ functionality provided by #17072.
After Ctrl+C has been issued to msfconsole, the tab completion options start to append a space at the end of words which makes it very difficult to continue tab competing...
It'd be really nice if `OptEnum` were updated to validate values without being case sensitive while preserving the case the author was expecting. For example a setting `OptEnum.new('PROTOCOL', [true, 'Protocol...