Skip to content

Instantly share code, notes, and snippets.

sudo apt-get install -y nodejs
sudo ln -s /usr/bin/nodejs /usr/bin/node
# don't forget the node package manager (npm)
sudo apt-get install -y npm
@nnam
nnam / blah.sh
Last active January 10, 2021 10:10
How to add Burp Suite to the Ubuntu Unity Launcher
# For example:
# If your burpsuite jar is named: burpsuite_free_v1.5.jar
# ..and located at: /opt/burpsuite/
#
# export BURP_VER=1.5
# export BURP_PATH=/opt/burpsuite/
export BURP_VER=<insert burp version number here>
export BURP_PATH=<insert path to burp jar here>