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

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.

主站蜘蛛池模板: 平邑县| 湘西| 永春县| 佛学| 吐鲁番市| 香河县| 保定市| 莒南县| 会理县| 新源县| 星子县| 砀山县| 阳春市| 沾化县| 鄂托克旗| 靖江市| 宁蒗| 临沂市| 钦州市| 全椒县| 容城县| 札达县| 枞阳县| 宜兰市| 东明县| 贵德县| 当阳市| 常山县| 墨竹工卡县| 舞阳县| 邯郸市| 辽阳县| 额济纳旗| 平南县| 全州县| 苗栗市| 齐齐哈尔市| 贡嘎县| 观塘区| 江西省| 莲花县|