install_burpsuite
"/home/yossef/notes/git/scripts/install_burpsuite.md"
path: git/scripts/install_burpsuite.md
- **fileName**: install_burpsuite
- **Created on**: 2025-03-26 14:42:59
for installing burpsuite
#!/usr/bin/zsh
exit # for quitting if you want back to the old shell session
git clone https://github.com/spidyhackx/burpsuite-pro-installation.git
cd burpsuite-pro-installation
chmod +x installer.sh
#download burp latest version zip https://t.me/burpsuite/181
unzip,then copy [burploader-old.jar, BurpSuiteLoader_v2020.12.1.jar, burpsuite_pro_v2020.12.1.jar]
#into your current folder{burpsuite-pro-installation}
sudo bash ./installer.sh
install_burpsuite.md
continue:./_install_dotfiles.md
before:./install_blue.md