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

Craft a file that will execute arbitrary code from a specified URL #33

Open chrisallenlane opened 11 years ago

chrisallenlane commented 11 years ago

This should essentially work like if curl where being piped into PHP's exec(). The idea is to make it easy to use ad-hoc payloads without having to update the trojan.

chrisallenlane commented 11 years ago

Might depend on issue #7.