How To Install Burpsuite Professionals In Kali Linux For Free With Licence

How To Install Burpsuite Professionals In Kali Linux For Free With Licence - techfirex

How To Install Burpsuite Professionals In Kali Linux For Free With Licence

Download Burpsuite Pro:

Get Burpsuite Pro

After Downloading Burpsuite Pro.zip
Extract it and you will get files as shown below.
burpsuiteloader.jar
burpsuiteloaderold.jar
burpsuitepro.jar

Installing Java In Kali Linux:

Burpsuite requires java installed in the system.
If java is not installed in your system then install it by using the below commands.
┌──(tushar㉿techfire)-[~]
└─$ sudo apt install default-jdk
┌──(tushar㉿techfire)-[~]
└─$ sudo java -version
Now you successfully installed java on your kali machine.

Active & Configure Burpsuite Pro:

First, go to that folder where burp suite all files extracted.
At there right-click on any white space and open the terminal and run the below command.
┌──(tushar㉿techfire)-[~/Downloads/Burpsuite Pro]
└─$ ls
burpsuiteloader.jar burpsuiteloaderold.jar burpsuitepro.jar
┌──(tushar㉿techfire)-[~/Downloads/Burpsuite Pro]
└─$ java --illegal-access=permit -Dfile.encoding=utf-8 -javaagent:burpsuiteloader.jar -noverify -jar burpsuitepro.jar
The above command opens burp suite pro.
It will show the JRE prompt, just ignore it and press ok.
Accept the license agreement.
Now it will prompt for entering the license.
For that open a new terminal in the same folder and run the below command.
┌──(tushar㉿techfire)-[~/Downloads/Burpsuite Pro]
└─$ java -jar burpsuiteloaderold.jar
Above command open burp suite loader.
Change 'licensed to uncia' to 'licensed to yourname'.
Copy license from the loader and paste it in burp suite enter license field and press next.
Press manual activation.
Copy request and paste it in burp suite loader's activation request field.
Copy activation response from the loader and paste it in burp suite manual activation's paste response field and click next.
Your license is successfully installed and activated!

The activation process is only for one time.
For open burp suite professionals, you have to run the below command every time or you can also make a desktop launcher to make it easier.
┌──(tushar㉿techfire)-[~/Downloads/Burpsuite Pro]
└─$ java --illegal-access=permit -Dfile.encoding=utf-8 -javaagent:burpsuiteloader.jar -noverify -jar burpsuitepro.jar