Ubuntu Linux comes with a default software center that lets you install various software. You can search for software by its name or various categories. Browse application in Ubuntu software center. The Linux kernel is like the central core of the operating system. It works as sort of a mediator, providing an interface between software applications and computer hardware. The Linux kernel is the foundation on which all the different types of Linux, operate. It is Open Source software – anyone can decompile, examine, and modify the code.
Looking for detailed information about a software package, e.g., maintainer, dependencies, sources, installed size, etc?
There are a few tools to tell the information of software packages in classic .deb
format in Ubuntu Linux. And here I'm going to show you one by one.
1. apt show command:
For all packages in system apt repositories (including enabled PPAs) and manually installed .deb
packages, apt show
command will output the information about:
- Package version
- Maintainer
- Installed-sized
- Package dependencies
- Apt-sources: where the package was installed from, or which source offers the package.
- And a brief description about the software package.
For example, apt show gnome-feeds
command will output something as the picture shows.
If you downloaded the deb
binary and installed it manually, there will a line says ‘APT-Manual-Installed: yes‘.
2. Check package details via Synaptic Package Manager
The Synaptic Package Manager offers 'Properties' button. After searching for and selecting a software package, you're able to check details via that button.
Different to apt show
command, Synaptic shows both the libraries that the software package depends on and the system packages that depends this package.
As well, it lists all the files the package will install (or installed).
To install Synaptic Package Manager, run command in terminal:
3. Gdebi Package Installer
If you just grab a deb
package from the web, and want to check all included files and if all dependencies are satisfied, then Gdebi Package Installer is recommended for you.
And the tool can be installed via command:
4. Uncompress Deb and check details.
Also for the manually downloaded deb
package, you can either open it via 'Archive Manager' or extract it.
Usually you'll see data.tar.xz which includes all files to be installed, and control.tar.xz includes a few scripts to run before/after installing or removing the deb. And there's a document file called 'control' that includes some information about the deb.
Burp Suite is quite a powerful tool when it comes to testing different web applications. It is Graphical User Interface (GUI) based tool that includes the proxy server within it which enable the user to modify and intercept the communication between client and the server. This tool contains several other beneficial features when it comes to operate penetration testing of different web applications. PortSwigger web security builds and maintained this tool.
Also Read:How to Install NMAP on Linux and How to Install Wireshark on Ubuntu
Ubuntu Download For Laptop
Burp Suite is available in both free and paid versions. The community version can be downloaded free of cost while the professional and enterprise versions of Burp Suite are available as the paid ones after the completion of the free trail.
Also Read: Top 5 Penetration Testing Tools of Kali Linux
In this article, we will be discussing about how to install and properly configure the Burp Suite free community version on the Linux platform in the Ubuntu machine. There are two different ways that we can download and install the Burp Suite to our Linux platform.
Also Read: Top 5 data recovery tools and How to Speed up Windows Stronghold crusader 3 torrent.
- With the help ofstandalone Java executable file (.jar)
- With the help of Linuxinstaller (.sh)
1st Method: How to Install Burp Suite on Linux with the help of Standalone Java Executable File?
Step 1st: In the first step, kindly ensure that you have installed Java on your Linux Machine. In order to verify, you can use the following command in your terminal:
Eclipse In Ubuntu Linux
Step 2nd: If you find Java installed in your linux machine, than move to third step otherwise you can installed the Java by entering the following command:
Step 3rd: Now visit the official website of Portswiggerhere: https://portswigger.net/burp/communitydownload and download thefile .jar of burp suite.
Step 4th: Once downloadthe file than move the .jar file to any location where you would like to keepit.
Step 5th: Now, change the file permission of the .jar file and make it executable by simply inserting the following command in the Linux terminal:
Step 6th: Now, finally execute the .jar file with following command in the terminal:
2ND Method: How toInstall Burp Suite with the help of Linux Installer:
Step 1st: Visit the website of Portswigger and download theinstaller file from here: https://portswigger.net/burp/communitydownload
Step 2nd: Now, execute the installer with the help of following command in the terminal:
Step 3rd: Here, you will get the Burp Suite Wizard
Step 4th: Properly, complete the burp suite wizard andyou are ready to move on.
Step 5th: 3d drawing making. Once completing the burp suite wizard, lookout for Burp Suite in the Ubuntu search. Ubuntu search can be appear just bypressing window key + S from the keyboard.
Os Linux Ubuntu
How to configure Burp suite with your browser?
Step 1st: After installing the Burp Suite, you shouldalso confirm whether it is properly configured with your browser or not. Toensure this open the Burp Suite terminal and go to Proxy > Options, herecheck out the proxy listeners section.
Step 2nd: If you see a table entry in the proxy listeneras you can see in the image above, the configuration is correct otherwise go todocumentation of Proxy Listeners.Also ensure that checkbox in the column is checked.
Step 3rd: At the 3rd step, you need toconfigure your browser to make it compatible with burp proxy. In order to dothis, you have to change the browser's proxy settings as below:
How to ConfigureFirefox with Burp Suite
Ubuntu Free Download 64 Bit
Step 1st: Open the Firefox browser and got the menu offirefox and here choose preferences > Options.
Step 2nd: Opt for the General Tab here and scroll downthe mouse at the end of the tab.
Step 3rd: Here at the bottom of it, you will find the'Network Proxy Settings'.
Step 4th: Click on Settings button and choose the'Manual Proxy Configuration' option here.
Step 5th: Here enter the Burp Proxy listener address.Also enter the Burp proxy listener port in the 'HTTP Proxy' field.
Step 6th: Make it sure that 'Use this proxy server forall protocols' option is checked.
Step 7th: If you find anything in the 'No proxy for'field, than delete it.
Step 8th: Finally, click 'OK' button to close all thedialogue boxes.
So, here is how you can successfully install the burp suite onLinux machine, and on Ubuntu platform. Hope you find every step of installingburp suite helpful. If you successfully installed the burp suite, do leave acomment in the comment box and also if you are facing any difficulty, do let meknow in the comment box and I will help you out.