-
Notifications
You must be signed in to change notification settings - Fork 457
Description
Note: You will need openjdk-21 or openjdk-22.
I tried using openjdk-25 latest but manual activation doesnt show up..
Steps to setup openjdk-22:
Download openjdk:
Archieved openjdks: https://jdk.java.net/archive/
Direct Links:
For ArchBased: https://download.java.net/java/GA/jdk22.0.2/c9ecb94cd31b495da20a27d4581645e8/9/GPL/openjdk-22.0.2_linux-aarch64_bin.tar.gz
For OtherBased Linux:
https://download.java.net/java/GA/jdk22.0.2/c9ecb94cd31b495da20a27d4581645e8/9/GPL/openjdk-22.0.2_linux-x64_bin.tar.gz
Now extract the tar file you just downloaded. Name that folder to jdk-22 and move it to /opt/ directory for flexibility.
Open bashrc file: nano ~/.bashrc
paste this:
export JAVA_HOME=/opt/jdk-22
export PATH=$JAVA_HOME/bin:$PATH
Save (Ctrl+s) and then (Ctrl+X)
Then source bashrc: source ~/.bashrc
Cehck: java -version
Output: 22
STEPS TO ACTIVATE BURPSUITE:
- Download Burpsuite .jar (586mb) file from this repository description or from release.
- Download .zip file of repo and extract it or git clone it.
- Place this downloaded burpsuite .jar file into the above extracted directory or cloned directory and rename it as burpsuite_pro_v2025.jar as update.sh and install.sh searches this file name when executed.
- Change the permission of burpsuite_pro_v2025.jar, install.sh, update.sh and loader.jar using command
sudo chmod +x burpsuite_pro_v2025.jar install.sh update.sh loader.jar
All set.
In terminal use install.sh:
./install.sh (Not working?)
Try : ./update.sh
Burpsuite jar will load the software and also Loader will popup.
Now from License copy whole text and paste it in burpsuite software which popped up then click next now it will go to next window where you will se manual activation option click and copy the activation request from software and paste it in loader keygen. You will get activation response copy that and paste below in the burpsuite box.
And YAY! Its done.