Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 864 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 864 Bytes

Made For HackRF One

Combine Harvester For GSM SMS using Docker, noVNC, gr-gsm, wireshark, kalibrate-rtl, Ubuntu Linux

Quick Start

Install docker-ce, example given on Ubuntu 20.04 LTS Linux

[000@cli~]$ sudo apt-get install curl
[000@cli~]$ curl -fsSL get.docker.com -o get-docker.sh
[000@cli~]$ sudo sh get-docker.sh
[000@cli~]$ sudo groupadd docker
[000@cli~]$ sudo usermod -aG docker $USER
[000@cli~]$ sudo systemctl enable docker && sudo systemctl start docker

Deploy.

[000@cli~]$ sudo -i
[000@cli~]$ git clone this repo
[000@cli~]$ cd SMS-Harvester 
[000@cli~]$ docker run -i -t -d \
 --name GSM \
 --restart always \
 -p 5900:5900 \
 -p 6080:6080 \
 --device /dev/bus/usb \
 -e VNC_PASSWD="168168" \
 -e GEOMETRY="1280x720" \
 -e DEPTH=32 \
 bclswl0827/gsm-sniffing-docker:latest

Connect Via HTTP

http://0.0.0.0:6080/