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

How To Design Your Own Printed Circuit Board

If your goal is to make a permanent project, as opposed to a breadboard setup, then you will want to design your own PCB. We will show you here, albeit briefly, how to design your printed circuit board and have it made by a PCB manufacturer.

It is possible to etch your PCBs at home but it’s a messy process, it’s much easier and cheaper to have a professional manufacturer to do this part for you – all you need to do is design the board and send them the files. There are plenty of popular PCB design software programs available


 Printed Circuit Board



Before you start the design of your printed circuit board it’s a good idea to make a schematic of your circuit. This schematic will be the blueprint that will be used for laying out the traces and placing of components on the board itself. This will make the design process much easier.


Schematic Symbols

It is best practice to put the schematic symbols down on the canvas before you draw any wires. Each symbol needs to have a PCB footprint attached to it, this will define physical dimensions of the components and the placement of any through holes or copper pads.

With all your symbols on the schematic and you have assigned each with a footprint, you should now start drawing your wires. When the wiring is finished it can be a good idea to label your symbols. It is best to use an advanced PCB design software like Altium for this kind of task.


Component Arrangement

With the wiring and symbols done, it is time to arrange your components. You might want to do a little research to see if there are any special design requirements that your circuit may need. For instance, some circuits perform better when certain components are in specific locations to either improve efficiency or reduce noise.

With component placement arranged, it’s now time to start drawing your traces. Refer back to your earlier schematic to verify the correct connections. Traces can be routed automatically by using the auto-router function of the PCB design software that you are using, but for more complex circuits and arrangements it may be better to do this manually as auto-routers may not be 100% accurate in these instances. For simpler designs, the auto-router should be sufficient, and you can always manually adjust everything later if required.

 

Printed Circuit Board Gerber Files

With everything else taken care of, it’s time for you to download your PCBs Gerber files. Gerber files are a set of image files generated by your design software. The files contain all of the data required that a manufacturer will use to create the printed circuit board for you.

The Gerber files are compressed into a single .zip file which can easily be emailed or uploaded. The filed consist of separate images for copper traces, silk screen and locations of drill holes etc.


This was only a rough guide, but you should have a better understanding of the process, your chosen software package will have detailed instructions on its use.