Adding the RhinoGadget to ysoserial.

The gadget uses the standalone version of Rhino ("org.mozilla.javascript.*"-namespace).
This commit is contained in:
Matthias Kaiser
2016-07-26 14:48:09 +02:00
parent 80b21d9cb3
commit 2ae8b051a5
2 changed files with 71 additions and 0 deletions
+5
View File
@@ -252,6 +252,11 @@
<artifactId>jython-standalone</artifactId>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<version>1.7R2</version>
</dependency>
</dependencies>
<profiles>