[THUGS(red)]

Tools

Everything the team reaches for — CTF, red team, blue team, OSINT, forensics, wireless and living-off-the-land, plus the one-liners we retype every engagement. Search, filter by tag, and click any code block to copy it.

1054
entries
37
tags in use
2h ago
last added
clear
tools.db 17 shown

Airspy Host Tools tool Linux

Hardware SDR / RF

Official command-line driver/utilities (airspy_rx and friends) for Airspy-brand SDR receivers, used for raw IQ capture independent of a GUI front end.

airspy_rx -f 100.0 -a 10000000 -r output.raw
visit → added by THUGS(red)

CubicSDR tool

Hardware SDR / RF

Cross-platform general-purpose SDR receiver GUI aimed at being simpler to get running than SDR#/GQRX on any given OS, with a spectrum/waterfall view and basic demodulation.

visit → added by THUGS(red)

DSD (Digital Speech Decoder) tool Linux

Research SDR / RF

Decodes common digital voice radio protocols (P25, DMR, D-STAR, NXDN and more) from a demodulated audio stream, typically fed by rtl_fm.

rtl_fm -f 154.6M -s 48000 | dsd -i - -o /dev/null
visit → added by THUGS(red)

GNU Radio tool

Hardware SDR / RF

A free software-defined-radio development toolkit — a flow-graph-based signal-processing framework that HackRF, RTL-SDR, BladeRF and USRP tooling is commonly built on top of.

visit → added by THUGS(red)

gqrx tool Linux

Hardware SDR / RF

GNU Radio-based SDR receiver GUI for Linux/macOS with a waterfall display and the standard analog demodulators — a common first stop for exploring what a new SDR dongle can hear.

visit → added by THUGS(red)

gr-gsm tool Linux

Research SDR / RF

GNU Radio out-of-tree module for receiving and decoding GSM traffic with an SDR — the standard building block behind most "GSM sniffing with a $20 dongle" demos.

grgsm_livemon_headless -f 935.2M
visit → added by THUGS(red)

inspectrum tool Linux

Research SDR / RF

Offline viewer for analysing recorded IQ capture files by eye — zoom, measure and manually mark out symbols in a signal before writing a decoder for it.

inspectrum capture.cfile
visit → added by THUGS(red)

Kismet tool Linux

Blue Team SDR / RF Wireless / WiFi

A wireless network and device detector, sniffer and WIDS framework — covers WiFi, Bluetooth, and SDR-fed protocols well beyond what aircrack-ng alone monitors.

kismet -c wlan0
visit → added by THUGS(red)

multimon-ng tool Linux

Research SDR / RF

Decodes classic digital paging/data-over-radio protocols (POCSAG, FLEX, AFSK, DTMF and more) from an audio stream, usually piped straight from rtl_fm.

rtl_fm -f 152.0M | multimon-ng -a POCSAG512 -t raw -
visit → added by THUGS(red)

OpenWebRX tool Linux

Hardware SDR / RF

Web-based SDR receiver server — points a browser at a shared radio front end so a receiver can be listened to and demodulated remotely without installing client software.

visit → added by THUGS(red)

OsmocomBB tool Linux

Hardware Research SDR / RF

Open-source GSM baseband firmware and host tools for a handful of old Motorola phones, letting researchers run and inspect the actual GSM protocol stack instead of only sniffing the air interface.

visit → added by THUGS(red)

PortaPack Mayhem tool

Hardware SDR / RF

Community-maintained firmware for the PortaPack add-on that turns a HackRF into a standalone, battery-powered handheld SDR — transmit/receive/replay without a laptop attached.

visit → added by THUGS(red)

rtl_433 tool Linux

Hardware Research SDR / RF

Decodes and prints the traffic of hundreds of ISM-band devices (weather stations, tyre-pressure sensors, wireless doorbells, key fobs) from an RTL-SDR-class dongle.

rtl_433 -f 433.92M
visit → added by THUGS(red)

rtl-sdr (librtlsdr) tool Linux

Hardware SDR / RF

The driver and command-line utilities (rtl_sdr, rtl_fm, rtl_tcp) that turned cheap DVB-T USB dongles into general-purpose SDR receivers — the hardware most of this category is built on.

rtl_sdr -f 433920000 -s 250000 capture.bin
visit → added by THUGS(red)

SDR# (SDRSharp) tool Windows

Hardware SDR / RF

One of the original general-purpose SDR receiver front ends — waterfall, demodulators and a plugin ecosystem, still widely used with RTL-SDR/Airspy/HackRF hardware.

visit → added by THUGS(red)

SDRangel tool

Hardware SDR / RF

Full-featured SDR receiver and transmitter application with dozens of built-in demodulators (including digital voice), a REST API, and multi-device/multi-channel support.

visit → added by THUGS(red)

Universal Radio Hacker (URH) tool

Fuzzing Research SDR / RF

GUI workbench for reverse-engineering unknown radio protocols — demodulate, decode and re-encode signals, then fuzz them, without writing GNU Radio flowgraphs by hand.

visit → added by THUGS(red)