Learn how to install GNU Radio into Linux and decode all frequencies around you. Install the last version full patched.
Install some dependencies
┌──(root💀OffSec)-[~]
└─# sudo apt-get install cmake
┌──(root💀OffSec)-[~]
└─# sudo apt-get install build-essential libtool shtool autoconf automake git-core pkg-config make gcc
┌──(root💀OffSec)-[~]
└─# sudo apt-get install libpcsclite-dev libtalloc-dev gnutls-dev libsctp-dev libmnl-dev
Install libosmocore
Clone the libosmocore repo from github.
┌──(root💀OffSec)-[~]
└─# git clone git://git.osmocom.org/libosmocore.git
Enter the repo folder and execute autoconf
┌──(root💀OffSec)-[~]
└─# cd libosmocore/
┌──(root💀OffSec)-[~]
└─# autoreconf -i
Configure the package on our system
Compile libosmocore and then install it
┌──(root💀OffSec)-[~]
└─# ./configure
┌──(root💀OffSec)-[~]
└─# make
┌──(root💀OffSec)-[~]
└─# sudo make install
Reload all libs
┌──(root💀OffSec)-[~]
└─# sudo ldconfig -i
Install GNU-Radio
┌──(root💀OffSec)-[~]
└─# sudo apt-get install gnuradio gnuradio-dev
How to Sniff GSM Networks Free Guide 2021
17/07/2021[…] GNU Radio – How to Install GNU Radio […]