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

Complete the connection implementation #11

Closed chrisallenlane closed 11 years ago

chrisallenlane commented 11 years ago

A lot of the connection code is currently stubbed out. I need to implement this properly.

This definitely depends on #10, and possibly #2.