Skip to content

Instantly share code, notes, and snippets.

@conikeec
Last active May 6, 2018 13:55
Show Gist options
  • Save conikeec/ffd3ff285058ca96ffc19d6fc3c004d3 to your computer and use it in GitHub Desktop.
Save conikeec/ffd3ff285058ca96ffc19d6fc3c004d3 to your computer and use it in GitHub Desktop.
# spin up a shell prompt
git clone https://github.com/conikeec/jackspoilt.git
cd jackspoilt
# compile and package
mvn clean package
# verify if gadgets are avaliable to exploit (refer blog)
mvn dependency:tree
# Start application server
java -jar target/jackspoilt-1.0-SNAPSHOT.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment