cobbr / Elite

Elite is the client-side component of the Covenant project. Covenant is a .NET command and control framework that aims to highlight the attack surface of .NET, make the use of offensive .NET tradecraft easier, and serve as a collaborative command and control platform for red teamers.
https://cobbr.io/Covenant.html
GNU General Public License v3.0
117 stars 18 forks source link

ctrl+r not working #1

Closed theguly closed 3 years ago

theguly commented 5 years ago

actually not a bug but a feature request: is it possible to have ctrl+r to search to history?

cobbr commented 5 years ago

I actually think Ctrl+r does work. Though, it does not display nicely, so I see why you would think it doesn't.

Elite uses the "readline" library found here: https://github.com/tonerdo/readline I imagine any Ctrl+r changes/improvements would have to happen within that project.