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 a more sophisticated template-based trojan build system #50

Closed chrisallenlane closed 11 years ago

chrisallenlane commented 11 years ago

The trojan build system can be improved dramatically, given that it is now all pre-processed with ERB. Ideally, a user will only need to define a json or yaml file describing a trojan (name, password, salt, embedded payloads, etc.), and it will be generated and obfuscated automatically.

chrisallenlane commented 11 years ago

Calling this good enough for now. May refactor in the future.