rapid7 / metasploit-framework

Metasploit Framework
https://www.metasploit.com/
Other
33.84k stars 13.92k forks source link

msfconsole autcomplete "use exp<tab>" does not autocomplete #16402

Closed bcoles closed 2 years ago

bcoles commented 2 years ago

Latest Metasploit from master branch.

The following fail to autocomplete "use exploit/" and instead reset the buffer to "use ".

use e<tab>
use ex<tab>
use exp<tab>

Where as use expl autocompletes "use exploit/" correctly.

3V3RYONE commented 2 years ago

Tried to reproduce this, but it seems to work error-free for me..

msf6 > version
Framework: 6.1.37-dev-e12d421a32
Console  : 6.1.37-dev-e12d421a32
msf6 > use e
Display all 2264 possibilities? (y or n)
msf6 > use exploit/   (ex<tab>)
msf6 > use exploit/   (exp<tab>)
msf6 > use exploit/   (expl<tab>)
bcoles commented 2 years ago

I can no longer reproduce this issue.