Skip to content

Instantly share code, notes, and snippets.

View r4ndom-handle's full-sized avatar

r4ndom-handle

View GitHub Profile
@r4ndom-handle
r4ndom-handle / install-kismet-kali.sh
Last active August 9, 2019 16:14
Kali Linux - remove packaged Kismet, download and install newest Kismet with RTL_AMR, RTL_433, and RTL_ADSB PHY support
#!/bin/bash
#Hacked together by: Nick Delewski / @r4ndom_handle / r@ndom.email
#Date: 9 August 2019
#Installs the newest kismet with all currently enabled RTLSDR goodness on a fresh Kali build.
cd /opt
apt -y remove kismet
#Install dependencies
apt install zlib1g zlib1g-dev zlibc libmicrohttpd-dev libmicrohttpd12 libsqlite3-0 libsqlite3-dev libpcap-dev \
libpcap0.8 libprotobuf-dev protobuf-c-compiler protobuf-compiler libprotobuf-c1 libprotobuf-c-dev libusb-1.0.0 \