chrisallenlane / wash

`wash` is a framework for creating and interfacing with trojans that can establish a "web shell" on a compromised web server. It is designed with penetration testers in mind, and thus is highly versatile and extensible.
GNU General Public License v3.0
28 stars 7 forks source link

Implement tab-completion #25

Open chrisallenlane opened 11 years ago

chrisallenlane commented 11 years ago

This will really kick the terminal emulation up to the next level.

chrisallenlane commented 11 years ago

See: http://api.jqueryui.com/autocomplete/ http://jqueryui.com/autocomplete/#multiple

chrisallenlane commented 11 years ago

Now that it is in-place, I should definitely use the command post-processor to implement this. That way I won't have to involve the trojans at all. Plus, I'll be able to do whatever I want on a per-command basis.