官术网_书友最值得收藏!

Using Burp

Now let's start Burp  the 4G part of the command is where we're specifying Burp Suite should run on 4 GB memory:

java -jar -Xmx4G "/Applications/Burp Suite Community Edition.app/Contents/java/app/burp/burpsuite_community_1.7.33-9.jar"

Since this is a mouthful, we can create a small wrapper script that will use the $@ variable to add any options we may want to pass, without making us rewrite our path to the .jar executable. Here's bootstrap_burp.sh:

#!/bin/sh

java -jar -Xmx3G "/Applications/Burp Suite Community Edition.app/Contents/java/app/burp/burpsuite_community_1.7.33-9.jar" $@

Now you can make the file executable and symlink it to /usr/local/bin or the appropriate utility so it's available in your $PATH:

chmod u+x bootstrap_burp.sh
sudo ln -s /Full/path/to/bootstrap_burp.sh /usr/local/bin/bootstrap_burp

This allows us to start the program with just bootstrap_burp.

主站蜘蛛池模板: 安达市| 怀远县| 万安县| 玉树县| 琼结县| 蒙山县| 东阳市| 黄大仙区| 莆田市| 于田县| 绍兴市| 罗甸县| 石台县| 岳阳市| 阿拉尔市| 讷河市| 柳州市| 乐亭县| 濉溪县| 新密市| 沙坪坝区| 福海县| 秦安县| 临高县| 田东县| 新蔡县| 潢川县| 孝昌县| 公安县| 孝昌县| 卢湾区| 富锦市| 马边| 武威市| 乐陵市| 虹口区| 鄂伦春自治旗| 东明县| 万州区| 深州市| 沙坪坝区|