metasploit-framework
metasploit-framework copied to clipboard
Tab completion changes after Ctrl+C
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 the rest of the path.
Steps to reproduce
- Start
msfconsole
- Type
use exp
and hit tab, see it expand touse exploit/
(no trailing space, ready to complete more) - Hit Ctrl+C
- Type
use exp
and hit tab, see it expand touse exploit/
(trailing space, completion terminated)