Tutorial cara scan bts gsm dengan sdr part 1: installation

Описание к видео Tutorial cara scan bts gsm dengan sdr part 1: installation

Tutorial cara scan bts di sekitar rumah kita part 1 dengan scope instalasi perangkat lunak yaitu GR-GSM dan pemiliha RTL-SDR dongle.

Untuk Menjalankan software untuk scanning bts ada di part 2

Cara install di 16.04:

step 1:
sudo apt-get update && \
sudo apt-get install -y \
cmake \
autoconf \
libtool \
pkg-config \
build-essential \
python-docutils \
libcppunit-dev \
swig \
doxygen \
liblog4cpp5-dev \
python-scipy \
python-gtk2 \
gnuradio-dev \
gr-osmosdr \
libosmocore-dev

step 2:
git clone https://git.osmocom.org/gr-gsm (kalau GIT clone gagal gara2 certificate ketik ini untuk ubuntu below)
export GIT_SSL_NO_VERIFY=1
cd gr-gsm
mkdir build
cd build
cmake ..
mkdir $HOME/.grc_gnuradio/ $HOME/.gnuradio/
make
sudo make install
sudo ldconfig
To speedup compilation instead of "make" you can use parallel build

make -j $nproc

Link download dragon focal iso: https://sourceforge.net/projects/drag...

Link for gsm band table: https://www.sqimway.com/gsm_band.php

Link table MCC and MNC: https://www.mcc-mnc.com/

Link UBUY untuk buy RTL SDR dongle: https://www.ubuy.co.id/en/https://www...


Buy me a coffee: https://ko-fi.com/rifkythecyber
Instagram:   / rifky_the_cyber  

Diffuser by:
https://instagram.com/livingoils_?igs...

#bts #gsm #network

Комментарии

Информация по комментариям в разработке