Devin Rosenbauer
Devin Rosenbauer
Right now, there are five different ways (in various branches and pull requests) to use AIH as part of a payload. 1. The original way, patched in Java 7 and...
Includes changes for #23, so all changes over in PR #45 are included. This branch also includes: 1. A dynamic classloader `IsolatingGroovyClassLoader` that will pull items down from Groovy's Grape...
This is my implementation of #23, allowing recursively nested payloads. Changes include: - Payload contents will now be bound automatically by a call to Utils.wire(). Command-line parameters will be used...
A demonstration source code is attached. **To execute the demo:** - Unzip the ZIP file, which contains two .java source files and a config.pro. - Compile the two .java source...
Fixed some text syntax and added some additional detail to one section.