xiv3r / Burpsuite-Professional

Latest Burpsuite Professional v2024.5.*
https://portswigger-cdn.net/burp/releases/download?product=pro&type=Jar&version=&
241 stars 97 forks source link

How to update the bUrp suite #14

Closed KaniskarK closed 2 days ago

KaniskarK commented 3 days ago

Now the Burp Pro Version is 2024.10.3 but the installed version image

so how to upgarde to this version .

xiv3r commented 3 days ago

Now the Burp Pro Version is 2024.10.3 but the installed version image

so how to upgarde to this version .

Burpsuite license version is always behind the current latest version of burpsuite.jar version

KaniskarK commented 3 days ago

Now the Burp Pro Version is 2024.10.3 but the installed version image

so how to upgarde to this version .

Burpsuite license version is always behind the current latest version of burpsuite.jar version

Okay

rabiu-101 commented 2 days ago

I update from 2024.9.3 and

Screenshot 2024-12-02 030608 it downgrades to 2024.5.3

rabiu-101 commented 2 days ago

Well i was able to upgrade by downloading burp from the official website and load it with the keygen

Screenshot 2024-12-02 035727

xiv3r commented 2 days ago

Now the Burp Pro Version is 2024.10.3 but the installed version image so how to upgarde to this version .

Burpsuite license version is always behind the current latest version of burpsuite.jar version

Okay

Look for the README.md there's an update there

KaniskarK commented 2 days ago

Now the Burp Pro Version is 2024.10.3 but the installed version image so how to upgarde to this version .

Burpsuite license version is always behind the current latest version of burpsuite.jar version

Okay

Look for the README.md there's an update there

It automatically downgrading

rabiu-101 commented 2 days ago

I have solved the problem I download the latest version and install it, then load the burpsuite_pro.jar with the keygen

KaniskarK commented 2 days ago

I have solved the problem I download the latest version and install it, then load the burpsuite_pro.jar with the keygen

How can i contact you. Because i manually download the latest then only i ran keygen but it doenloaded the previous versions

rabiu-101 commented 2 days ago
  1. Go to portswigger.net and download the latest version of burpsuitepro for Linux, on your download folder you will see burpsuite_pro_linux_v2024_11_1.sh

  2. sudo chmod +x burpsuite_pro_linux_v2024_11_1.sh

  3. ./burpsuite_pro_version2024.11.1.sh

  4. when the installation is done, you will be prompt to active burpsuitepro, just place the loader.jar into the installation folder or execute "java -jar loader.jar" and do the activation again. when everything is done, you will see your new burpsuitepro latest and your old configuration

  5. java --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED --add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED --add-opens=java.base/jdk.internal.org.objectweb.asm.Opcodes=ALL-UNNAMED -javaagent:/path/burpsuitepro/loader.jar -noverify -jar /path/burpsuitepro/burpsuite_pro.jar

KaniskarK commented 2 days ago

image

see i'm running the latest but it shows the previous version

rabiu-101 commented 2 days ago

you have to manual download the burpsuite,

open your browser and visit (https://portswigger-cdn.net/burp/releases/download?product=pro&version=2024.11.1&type=Linux) after the download finish. go to the download folder

sudo chmod +x burpsuite_pro_linux_v2024_11_1.sh

them run ./burpsuite_pro_linux_v2024_11_1.sh

you will be prompt for license key, just open new terminal and type java -jar $(pwd)/loader.jar

paste the license key.

rabiu-101 commented 2 days ago

when the download finish you will find another new burpsuite_pro.jar in the new created burpsuitepro folder, point the execution to it

java --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED --add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED --add-opens=java.base/jdk.internal.org.objectweb.asm.Opcodes=ALL-UNNAMED -javaagent:/path/burpsuitepro/loader.jar -noverify -jar /path/to_new_burpsuitepro/burpsuite_pro.jar

KaniskarK commented 2 days ago

image

i used this because when i click the activation it is loaded the previous ,once i cleared the license eveything now it is working

rabiu-101 commented 2 days ago

so new version is working?

KaniskarK commented 2 days ago

Yes by clearing the license key. It is stored in some temp folder

xiv3r commented 1 day ago

Link are now updated

From

https://portswigger-cdn.net/burp/releases/download?product=pro&type=Jar&version=&

To

https://portswigger-cdn.net/burp/releases/download?product=pro&version=&type=&
KaniskarK commented 1 day ago

👍🏻