LinSSID – A Graphical Wi-Fi Scanner for Linux

Introduction

As you may know, LinSSID is a simple graphical software that can be used to find the wireless networks available.It is completely open source, written in C++ using Linux wireless tools, Qt5, and Qwt 6.1., and is similar to Inssider (MS Windows) in terms of look and functionality.

Installation

You can install it either using source, or using a PPA if you use DEB based systems such as Ubuntu, and LinuxMint etc.

You can download and install LinSSID using source packages from this link.

Here, we will install and test this software on Ubuntu 14.04 LTS using PPA.

Add the LinSSID PPA, and install it by typing.

sudo add-apt-repository ppa:wseverin/ppa
sudo apt-get update
sudo apt-get install linssid

Usage

Once you installed, launch it either from menu or unity.

You”ll be asked to enter the administrative user password of your system.

Password required for iwlist scan_001

This is how LinSSID interface looks.

LinSSID_002

Now, select the network interface you used to connect to the Wireless networks, for example wlan0 in my case. Click the Play button to search the list of available wi-fi networks.

After a new seconds, LinSSID will display the wi-fi networks.

LinSSID_003

As you see in the above screenshot, LinSSID displays the details of SSID names, MAC Id, Channel, Privacy, Cipher, Signal, and Protocol etc. Ofcourse, you can make LinSSID to display more options such as Security, bandwidth details etc. To do that, go to View menu, and select the desired option. Also, it displays the graphs of signal strength by channel and over time. Additionally, It works both on 2.4Ghz, and 5Ghz channels.

That’s it. Hope this tool will useful for you.

Cheers!!

Reference Links: