This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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> |