Created
October 9, 2016 13:30
-
-
Save xsscx/1266130d5137f50dedbcb59849fdcd23 to your computer and use it in GitHub Desktop.
OSX 10.12 Command Line Args for Burp Suite for Java (Current)
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
/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -Xmx5g -Djava.net.preferIPv4Stack=true -jar ~/jar/burp.jar | |
** This should be obvious.... | |
server:lib xss$ /usr/bin/java -version | |
java version "1.8.0_74" | |
Java(TM) SE Runtime Environment (build 1.8.0_74-b02) | |
Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode) | |
=============== | |
CONTRASTED WITH | |
=============== | |
server:lib xss$ /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -version | |
java version "1.8.0_101" | |
Java(TM) SE Runtime Environment (build 1.8.0_101-b13) | |
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) | |
server:lib xss$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment