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

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.

主站蜘蛛池模板: 喀喇沁旗| 海城市| 陆河县| 博兴县| 浮梁县| 山阴县| 徐闻县| 襄汾县| 双流县| 灵丘县| 东莞市| 怀仁县| 玉山县| 泾阳县| 五河县| 崇州市| 苏尼特左旗| 博白县| 蓬莱市| 白河县| 五寨县| 德兴市| 紫金县| 罗田县| 天柱县| 苗栗县| 嫩江县| 建昌县| 清苑县| 密云县| 深水埗区| 迁安市| 溧水县| 五大连池市| 南部县| 布拖县| 漯河市| 德安县| 林甸县| 娱乐| 康乐县|