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

Refactor away $.ajax() calls #26

Closed chrisallenlane closed 11 years ago

chrisallenlane commented 11 years ago

Having these calls everywhere is going to get messy quickly once I implement a cryptographic wrapper around everything. I'll want to write my own wash.ajax() method that uses the wash.connection parameters automatically, and automatically manages cryptography.

chrisallenlane commented 11 years ago

Done. I fixed this by creating the wash.net object to abstract away these internals.