We did this to block attacks. Click the ‘Connect to Game’ button to join the game and close the window.
None
Burp Suite Pro is a professional tool. Use it on your own applications, on programs you have permission to test (Bug Bounties), or in the PortSwigger Web Security Academy labs. Unauthorized scanning is illegal.
#!/bin/bash cd /opt/burpsuite java -jar /opt/burpsuite/burpsuite_pro_*.jar Save the file ( Ctrl+X , then Y , then Enter ). Make it executable:
sudo nano /usr/share/applications/burpsuite-pro.desktop Paste this:
sudo mkdir -p /opt/burpsuite sudo mv ~/Downloads/burpsuite_pro_*.jar /opt/burpsuite/ cd /opt/burpsuite Burp Pro requires Java 21+ (Java 23 works well). Check your version:
java --version If Java isn't installed or is outdated:
burpsuite-pro A window will appear asking for your license key. Paste the key you received via email from PortSwigger. Activate it on a machine connected to the internet. The license checks in with PortSwigger servers. Step 8: Configure Your Browser (The Final Step) Burp runs on 127.0.0.1:8080 by default. You need to route your traffic through it.