From charlesreid1

(Created page with "=Installing= ==Dependencies== The jarwrapper library is required to install burpsuite: <pre> sudo apt-get install jarwrapper </pre> ==Installing burpsuite== I used Kali...")
 
Line 22: Line 22:
sudo apt-get upgrade burpsuite
sudo apt-get upgrade burpsuite
</pre>
</pre>
==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 <code>sudo apt-get upgrade burpsite</code>


=Flags=
=Flags=

Revision as of 19:43, 2 March 2022

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