0% found this document useful (0 votes)
4 views

Installation+process

The document provides links to download the Burp Suite and Java JDK 8, along with instructions for installation and configuration. It details the commands necessary to set up Java and activate Burp Suite Professional, including creating a symbolic link for easy access. Users are guided through the process step-by-step to ensure successful installation on a Linux operating system.

Uploaded by

James matheri
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Installation+process

The document provides links to download the Burp Suite and Java JDK 8, along with instructions for installation and configuration. It details the commands necessary to set up Java and activate Burp Suite Professional, including creating a symbolic link for easy access. Users are guided through the process step-by-step to ensure successful installation on a Linux operating system.

Uploaded by

James matheri
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

LINK TO DOWNLOAD THE BURP SUITE

FOLDER
https://drive.google.com/file/d/1ORgdR
Xz9f03X8SDpoMCxsC4g_8xoHEN5/v
iew?usp=sharing
click on the link and download the folder and
unzip it.

LINK TO DOWNLOAD THE JAVA JDK 8


VERSION

https://www.openlogic.com/openjdk-downloads

Click on the link, scroll down and give options as


JAVA VERSION- 8
OPERATING SYSTEM- Linux.
ARCHITECTURE- -x86 32-bit if your OS is 32 bits.
-x86 64-bit if your OS is 64 bits.
JAVA PACKAGE – JDK.
COMMANDS TO DOWNLOAD THE BURP
SUITE PROFESSIONAL.
-configuration of java
chmod +x openlogic-openjdk-8412-b08-linux-x64-
deb.deb
sudo dpkg -i openlogic-openjdk-8412-b08-linux-x64-
deb.deb
sudo update-alternatives --config java

-Activating burp suite


cd Burpsuite
ls
chmod +x *
java -jar ESEdition. Jar
(Activation will be done by changing license name
And the manual activation)
ls
./burp.sh
-On burp suite in one tab
vi burp. sh
Insert the location by clicking i
After inserting click escape tab
Then type :wq!
For saving and coming out from the page

Create a symbolic link


- sudo In -sf /root/Downloads/Burpsuite/burp.sh
/usr/local/bin/BurpsuitePro

- ./burp. sh
- cd ..
- BurpsuitePro

You might also like