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 MySQL emulation mode #4

Closed chrisallenlane closed 11 years ago

chrisallenlane commented 11 years ago

This mode will allow you to type basic SQL commands which will make it appear as if you are using the MySQL terminal directly. I should probably change the color of the wash interface as well to make it more obvious when you're using this mode.

chrisallenlane commented 11 years ago

This may require some changes to the command processing on the JavaScript side of things.

chrisallenlane commented 11 years ago

This might depend on some kind of "buffers" functionality which I'm considering for implementing a less (pagination) emulator as well.

chrisallenlane commented 11 years ago

This is now working pretty well. It really just needs some rough edges smoothed out. See the @todos in wash.mysql.js.

chrisallenlane commented 11 years ago

I'm really happy with the state of this functionality for the time being. Closing this ticket for now.