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

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.

主站蜘蛛池模板: 山东省| 泽普县| 昂仁县| 定兴县| 随州市| 高清| 柘城县| 阳泉市| 永德县| 伊春市| 花莲县| 乐陵市| 神农架林区| 德惠市| 长春市| 柳州市| 全州县| 延吉市| 昌邑市| 无锡市| 淳化县| 临高县| 商都县| 赫章县| 睢宁县| 错那县| 邵武市| 芜湖县| 偃师市| 吕梁市| 龙泉市| 内江市| 滁州市| 湄潭县| 西吉县| 武夷山市| 孝昌县| 洪江市| 雅安市| 大港区| 麦盖提县|