From e4a4bb218add21cafcda23354a7c1db36b6dcf47 Mon Sep 17 00:00:00 2001 From: wand3rlust <83376115+wand3rlust@users.noreply.github.com> Date: Mon, 20 Jun 2022 23:00:31 +0000 Subject: [PATCH] Method to update Burpsuite Documentation for updating Burpsuite without losing data/configurations. --- docs/os/Updating burpsuite | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/os/Updating burpsuite diff --git a/docs/os/Updating burpsuite b/docs/os/Updating burpsuite new file mode 100644 index 0000000..1552fa9 --- /dev/null +++ b/docs/os/Updating burpsuite @@ -0,0 +1,25 @@ +#Burp Suite comes as a jar package while upgrading from Debian to Kali which can be difficult to update. +#At most times it will mess with the configured settings, so I have created a documentation to do this safely. + +Step 1: Open a Temp VM. +Step 2: Go to "https://portswigger.net/burp/releases/community/latest", select "jar" version and click download. +Step 3: After downloading jar file, click on "show checksums" to view checksums. +Step 4: Open downloads folder and run below command to compare checksums:- + +```shell_session + +$ sha256sum burpsuite_community_XXX.jar + +```where XXX is the version number. + +Step 5: Rename this file as "burpsuite.jar" and move it to your Kali Template. +Step 6: Open a terinal in your Kali Template and navigate to QubesIncoming folder of received file. +Step 7: In same folder, run this command:- + +```shell_session + +$ sudo mv burpsuite.jar /usr/share/burpsuite/ + +``` + +Congratulations, your Burp Suite has been updated to latest version. You can close the Kali Template now.