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

Replace the nodejs version of jshint with a Ruby Gem #51

Closed chrisallenlane closed 11 years ago

chrisallenlane commented 11 years ago

This will reduce some of the application's dependencies.

chrisallenlane commented 11 years ago

Looking into this a bit, it seems that each of the alternatives will have their own (non-trivial) dependencies to satisfy as well. Given that I'm currently very happy with the node implementation of jshint, I'm just going to leave well-enough alone.