BurpSuite Pro Download | BurpSuite Pro in Kali Linux & Windows | BurpSuite Professional Creak

Burpsuite is a top-rated web application scanning tool. Many of you have worked with it. Today I will show you how you can download burp suite pro for free in your Kali Linux or any other Linux distro.

I will share a script and some commands you need to run once and it will automatically download into your system.

Download Burp Suite Pro on Windows

Many users use Windows as their primary operating system so we will know about Burpsuite window installation first. You need to download a ZIP file from the link given below:

https://github.com/SNGWN/Burp-Suite/archive/refs/heads/main.zip

UNZIP the zip file and you can see a Folder. You have to open that folder and copy the path of Windows_Setup.ps1

https://www.youtube.com/watch?v=avWQzclViJU

Open CMD and go to the folder where Windows_Setup.ps1 file exists.

Run the command given below and it will download all the required things to your system. After installation, you can use it in your system.

./Windows_Setup.ps1 

Download BurpSuite Pro in Kali Linux

Let’s move towards kali Linux and know how we can use Burpsuite Pro in Kali Linux. First of all, you need to open your terminal & update and upgrade it.

$ apt-get update
$ apt get-upgrade

Now you need to install the git package because we will export our script from GitHub.

$ apt install git

Using the Given command download the BurpSuite creak script in your terminal.

$ git clone https://github.com/SNGWN/Burp-Suite

Open the BurpSuite Directory and run the script file as given.

$ ./Kali_Linux_Setup.sh

It will automatically download burp suite pro. You need to simply command burp to run burp suite professional from Termux.

I hope you like this blog if you have any further questions just ask in the comment section. Take a look at the most trending topics given below.

How to Uninstall Burp Suite Professional in Kali Linux?

Delete all BurpSuite Professional Files.