Burp Suite: Difference between revisions
From charlesreid1
| Line 23: | Line 23: | ||
</pre> | </pre> | ||
==Incompatible JRE=== | ===Incompatible JRE=== | ||
Ran | Ran into 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." | "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." | ||
I used aptitude to install the openjdk-11-jre package, and that's the package causing the above error. According to Burp Suite support staff, Burp Suite should be compatible with any version of Java from 9 to 14, so I don't understand what it's complaining about. | |||
I could probably resolve it by using the Burp Suite official installer, instead of aptitude. But instead, I just ignored it. | |||
=Flags= | =Flags= | ||
Revision as of 19:54, 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 into 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."
I used aptitude to install the openjdk-11-jre package, and that's the package causing the above error. According to Burp Suite support staff, Burp Suite should be compatible with any version of Java from 9 to 14, so I don't understand what it's complaining about.
I could probably resolve it by using the Burp Suite official installer, instead of aptitude. But instead, I just ignored it.
Flags