From c6ed005467d077f89899f03760c82c8ba39fb6cc Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 31 Oct 2014 23:21:45 -0700 Subject: [PATCH] Special launch for chrome for burp. --- aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliases b/aliases index ddea320..5f6289b 100644 --- a/aliases +++ b/aliases @@ -27,3 +27,6 @@ alias objdump="command objdump -M intel" # ACK alias ack="ack-grep" + +# Launch chrome for burp +alias chrome-for-burp="/usr/bin/google-chrome --ignore-certificate-errors --user-data-dir=~/.chrome-for-burp --proxy-server=127.0.0.1:8080"