-
-
Save conikeec/ffd3ff285058ca96ffc19d6fc3c004d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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