Skip to content

Instantly share code, notes, and snippets.

@gregose
Created March 11, 2014 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregose/9495370 to your computer and use it in GitHub Desktop.
Save gregose/9495370 to your computer and use it in GitHub Desktop.
Burp script
#!/bin/bash
BURP=`find ~/bin/burpsuite* | sort -r | head -1`
(/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java -Xmx1024m -jar $BURP &> /dev/null &)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment