Skip to content

Instantly share code, notes, and snippets.

@amotmot
amotmot / gist:9937096
Last active August 29, 2015 13:58
start.sh - Burp - Memory Management
#!/bin/bash
nohup java -Xms1G -Xmx2G -XX:MaxPermSize=1G -jar burpsuite_pro_v1.6beta.jar 2>&1 &
@amotmot
amotmot / gist:9936935
Last active December 3, 2015 17:39
Alias - Proxy - Chrome
alias chrome_proxy_no_auditor="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --ignore-certificate-errors --disable-xss-auditor --proxy-server="127.0.0.1:8080""
alias chrome_canary_proxy_no_auditor="/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --ignore-certificate-errors --disable-xss-auditor --proxy-server="127.0.0.1:8080""