Telco-Sec
HomeFree Courses
  • Welcome!
  • Author
  • GSM Attacks
    • Review
    • Types of GSM
  • 📶GSM Pentest LAB
    • Description
    • Hardware
    • Setup LAB
  • SIM Cards
    • 😻AT Commands
  • 2G In a B0x
    • Description
    • SIM Cards
    • BTS
    • BSC - Base Station Controller
    • MSC - Mobile Switching Center
    • STP - Signal Transfer Point
    • MGW - Media Gateway
    • SGSN - Serving GPRS Support Node
    • OpenGGSN
    • Page 1
  • BTS to Mobile Station
    • Intro
    • Page
    • Passive Sniffing
    • Passive IMSI Catcher
    • Descrypt SMSs
    • Capture Voice
    • Rogue BTS
    • Articles
  • Group 1
    • Docs
Powered by GitBook
On this page

Was this helpful?

  1. BTS to Mobile Station

Rogue BTS

pi@raspberry:~$ sudo su
root@raspberry:/home/pi# apt-get update
root@raspberry:/home/pi# apt-get -y install git telnet apache2 php5 libusb-1.0-0 libusb-1.0-0-dbg libusb-1.0-0-dev libgsm1 libgsm1-dev cmake automake
root@raspberry:/home/pi# dmesg
root@raspberry:/home/pi# cd /tmp
root@raspberry:/tmp# wget -c https://github.com/Nuand/bladeRF/archive/master.zip
root@raspberry:/tmp# unzip master.zip
root@raspberry:/tmp# cd bladeRF-master
root@raspberry:/tmp/bladeRF-master# cd host
root@raspberry:/tmp/bladeRF-master/host# mkdir build
root@raspberry:/tmp/bladeRF-master/host# cd build
root@raspberry:/tmp/bladeRF-master/host/build# cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -DINSTALL_UDEV_RULES=ON ../
root@raspberry:/tmp/bladeRF-master/host/build# make -j4
root@raspberry:/tmp/bladeRF-master/host/build# make install > install.log
root@raspberry:/tmp/bladeRF-master/host/build# ldconfig
root@raspberry:/tmp/SubversiveBTS/yatebts# cd /tmp
root@raspberry:/tmp/# wget -c http://www.nuand.com/fx3/bladeRF_fw_v1.9.1.img
root@raspberry:/tmp/# bladeRF-cli -f bladeRF_fw_v1.9.1.img -v verbose
root@raspberry:/tmp/# bladeRF-cli -i
bladeRF> version

  bladeRF-cli version:        1.3.1-git-unknown
  libbladeRF version:         1.6.1-git-unknown

  Firmware version:           1.9.1
  FPGA version:               Unknown (FPGA not loaded)

bladeRF>
sudo raspi-config
PreviousCapture VoiceNextArticles

Last updated 7 months ago

Was this helpful?