Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Saturday

How to Easily Update Burp suite 2.x from 1.7.x for Linux

Today we're going to be learning how to upgrade or update our Burp Suite version from 1.7.x to the latest 2.1 version for Pro and Community Editions on Linux, this update is awesome, this works in 2020 and 2021.  I'd show you how you will get it install and updated easily on your Ubuntu Kali Linux distribution.

Note however that this is available to Community and Pro Edition only, soon the developers would update for Enterprise versions, so you should keep checking here because I'll update this post when it's available for Burp Suite Enterprise Edition.

This update has some new cool features for security researchers, whitehat hackers etc. The latest version has some new features along with its previous functionalities. One of the major feature of the update is that now Burp suite comes new display setting called Darcula (Night theme), this is to improve its UI (user interface) for LOVERS OF NIGHT MODE.

Burp Suite Community Edition v2.1


If you're already in the game (Web app security and InfoSec), you should already know what is Burp suite and how useful and powerful it is.


STEPS ON HOW TO UPDATE! How to Update Burp Suite in Kali Linux to version 2

There are many ways to go about updating your Burp Suite but what worked for me was using CLI (Command line) in Terminal to update my Burp Suite Community Edition to the latest v2.1. Therefore we will learn how to upgrade Burp suite to version 2 using simple and fast command lines in 2020 / 2021.


1. Go here to download Burp suite Community Edition

2. Look for Burp Suite Community Edition v2.1 and click Download for Linux
Filename should be "burpsuite_community_linux_v2_1.sh"

3. After download completes be sure it's in your download folder

4. Open Terminal and use the following commands
  •  sudo bash ~/Downloads/burpsuite_community_linux_v2_1.sh

5. Hit Enter and wait, Setup Wizard will pop-up >> Select - Yes, update the existing installation.



That's all! Now you can open Burp Suite again from your Linux app menu and continue to enjoy Burp with its new features for your researches.

Before now, there are 2 versions of Burp Suite (Free) or Burp Suite Community Edition for you.

Burp Suite Community Edition v1.7.36 - this is the stable version we all had been using.

Burp Suite Community Edition v2.1 - The latest one released June 28, 2019. It was in BETA mode as at the time I wrote this post.

Note that Community Edition is the Free version of Burp suite, there's 2 other Paid Editions which are
  • Burp Suite Enterprise and

  • Burp Suite Professional Edition

Friday

FIX - Firefox Add-ons stop working on Ubuntu/Linux

After reading this post you would be able to know why your Mozilla Add-ons had failed, disabled, deactivated, broken or stopped working and how to fix the issue which affected everybody using the browser.

I use Kali Linux on my new machine with Firefox ESR being my main browser and it's been an awesome experience so far, until the bug that crashed all the Add-ons we use on Firefox ESR for Linux and it was due to a bug that affected the Legacy extensions (Firefox standards).


Firefox Addons


I searched and waited for an update regarding the issue until 6th May, the official Firefox Twitter handle announced an update that fixed the bug that crashed our Add-ons.





A new Firefox 66.0.5 had been released and it fixes the whole add-on breakage issues but how do you get this working on your Ubuntu (Linux) without stress.

Answer:
For other Operating systems like Windows and Mac, all they need to do is go to this page, click download and install the Firefox 66.0.5 but for Linux, it's a bit different ball game.

HOW TO UPDATE/FIX FIREFOX ADD-ON PROBLEMS ON LINUX

Normally, when you open your Terminal and use the following command lines it would update and fix your "Firefox ESR add-on stopped working issues" :

  • sudo apt-get install update
  • sudo apt-get install firefox

But the above CL won't work for now because Ubuntu is yet to update their packages from Sources list.
So if you can't wait for an update from them (for Firefox ESR), then you can use my fix/steps below. This will install Firefox mainline in your Ubuntu.

1. Visit the page with your Operating system and Click Download to get Firefox 66.0.5 update here , the file should be in tar.bz2 extension.
Note- Close Firefox ESR if it's open.

2. Open your Terminal and run the following:

cd ~
tar xjf firefox-66.0.5.tar.bz2

3. Now to launch the browser, run the below CL in your Terminal:

~/firefox/firefox

After launching successfully, you would see your Add-ons working again :)

Note however that you won't be able to run ESR while using mainline Firefox at the same time if they're both installed under same user profile and folders in your Ubuntu/Linux machine.