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

Try to refactor the trojan internals to make use of a consistent file CRUD API #47

Closed chrisallenlane closed 11 years ago

chrisallenlane commented 11 years ago

It feels like I've re-implemented some file CRUD methods, that perhaps I could abstract away and re-use. Try to do that.

chrisallenlane commented 11 years ago

I don't think that there's a lot of pruning that can be done, and the new build system made this somewhat obsolete anyway. Closing for now.