Quick one for those who use burp pro

stick this in a bash script, in your burp folder, it will always launch the latest version :slight_smile: … with 3gig

#!/bin/bash launch=echo java -jar -Xmx3g `ls . | grep 'burpsuite_pro_v1.6.' | sort -r | head -n 1` echo $launch

1 Like