Links
https://packages.debian.org/sid/amd64/libcppunit-dev/download
https://spz.io/2017/02/11/how-to-setup-hackrf-on-kali-linux/
https://www.blackhillsinfosec.com/intro-to-software-defined-radio-and-gsm-lte/https://allhacktechno.blogspot.com/2019/07/how-to-hack-car-with-kali-linux.html
https://www.lufsec.com/hacking-car-key-fobs-with-sdr/
Direct install
sudo apt-get install build-gnuradio prereqs
sudo apt install gnuradio
sudo apt-get install gqrx-sdr
sudo apt-get install hackrf libhackrf-dev libhackrf0
hackrf_info
Building from source ?
sudo ldconfig
sudo apt install git
sudo apt install cmake
sudo apt install autoconf
sudo apt install libtool-bin
sudo apt install pkg-config
sudo ldconfig
Dangerous on Kali
vi source.list
insert deb http://ftp.us.debian.org/debian sid main
sudo apt-get update && sudo apt-get install libc6-dev-amd64
sudo apt-get update && sudo apt-get install libcppunit-dev
vi sources.list
comment out
#deb http://ftp.us.debian.org/debian sid main
sudo ldconfig
sudo apt install swig
sudo apt install doxygen
sudo ldconfig
sudo apt-get update && sudo apt-get install liblog4cpp5-dev
sudo apt-get update && sudo apt-get install gr-osmosdr
sudo apt-get update && sudo apt-get install libosmocore-dev
sudo ldconfig
Why necessary?
sudo apt install python-pip
sudo apt-get install python-numpy python-scipy python-matplotlib ipython python-pandas python-sympy python-nose
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Cellular signals
git clone https://github.com/scateu/kalibrate-hackrf.git
cd kalibrate-hackrf
./bootstrap
./configure
Make
sudo make install
sudo apt-get update
sudo apt install wireshark-qt
cd kalibrate-hackrf/
kal -h
kal -s GSM900
Nothing fancy, just a personal log with a built in search function so I can recall what is easily forgotten.
Saturday, September 12, 2020
More Notes on HackRF and Kali Linux
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment