Burp Suite
From charlesreid1
Installing
Dependencies
The jarwrapper library is required to install burpsuite:
sudo apt-get install jarwrapper
Installing burpsuite
I used Kali Tools to install burpsuite.
cd kali-tools python3 kali.py burpsuite cd dist/burpsuite dpkg-buildpackage -us -uc -b cd ../ sudo dpkg -i burpsuite_1.7.30-0kali1_all.deb sudo apt-get upgrade burpsuite
Incompatible JRE=
Ran itno a problem with the Burp Suite community edition:
"Your JRE appears to be version 11.0.14 from Debian. Burp has not been fully tested on this platform and you may experience problems."
Fixed it by doing sudo apt-get upgrade burpsite
Flags