Skip to main content

Universal Radio Hacker: investigate wireless protocols like a boss

Project description

URH image

CI Code style: black PyPI version Packaging status Blackhat Arsenal 2017 Blackhat Arsenal 2018

The Universal Radio Hacker (URH) is a complete suite for wireless protocol investigation with native support for many common Software Defined Radios. URH allows easy demodulation of signals combined with an automatic detection of modulation parameters making it a breeze to identify the bits and bytes that fly over the air. As data often gets encoded before transmission, URH offers customizable decodings to crack even sophisticated encodings like CC1101 data whitening. When it comes to protocol reverse-engineering, URH is helpful in two ways. You can either manually assign protocol fields and message types or let URH automatically infer protocol fields with a rule-based intelligence. Finally, URH entails a fuzzing component aimed at stateless protocols and a simulation environment for stateful attacks.

Getting started

In order to get started

If you like URH, please :star: this repository and join our Slack channel. We appreciate your support!

Citing URH

We encourage researchers working with URH to cite this WOOT'18 paper or directly use the following BibTeX entry.

URH BibTeX entry for your research paper
@inproceedings {220562,
author = {Johannes Pohl and Andreas Noack},
title = {Universal Radio Hacker: A Suite for Analyzing and Attacking Stateful Wireless Protocols},
booktitle = {12th {USENIX} Workshop on Offensive Technologies ({WOOT} 18)},
year = {2018},
address = {Baltimore, MD},
url = {https://www.usenix.org/conference/woot18/presentation/pohl},
publisher = {{USENIX} Association},
}

Installation

URH runs on Windows, Linux and macOS. See below for OS specific installation instructions.

Windows

On Windows, URH can be installed with its Installer. No further dependencies are required.

If you get an error about missing api-ms-win-crt-runtime-l1-1-0.dll, run Windows Update or directly install KB2999226.

Linux

Installation with pipx

URH is available on PyPi so you can install it, for example, with pipx:

pipx install urh

This is the recommended way to install URH on Linux because it comes with all native extensions precompiled.

In order to access your SDR as non-root user, install the according udev rules. You can find them in the wiki.

Install via Package Manager

URH is included in the repositories of many linux distributions such as Arch Linux, Gentoo, Fedora, openSUSE or NixOS. There is also a package for FreeBSD. If available, simply use your package manager to install URH.

Note: For native support, you must install the according -dev package(s) of your SDR(s) such as hackrf-dev before installing URH.

Docker Images

The official URH docker image is available here. It has all native backends included and ready to operate.

macOS

Using DMG

It is recommended to use at least macOS 12 when using the DMG available here.

With brew

URH is available as a homebrew formula so you can install it with

brew install urh

Running from source (OS-agnostic)

Without installation

To execute the Universal Radio Hacker without installation, just run:

git clone https://github.com/jopohl/urh/
cd urh/src/urh
./main.py

Note, before first usage the C++ extensions will be built.

Installing from source

To install URH from source you need to have python-setuptools installed. You can get them with python3 -m pip install setuptools. Once the setuptools are installed execute:

git clone https://github.com/jopohl/urh/
cd urh
python setup.py install

And start the application by typing urh in a terminal.

Articles

Hacking stuff with URH

General presentations and tutorials on URH

External decodings

See wiki for a list of external decodings provided by our community! Thanks for that!

Screenshots

Get the data out of raw signals

Interpretation phase

Keep an overview even on complex protocols

Analysis phase

Record and send signals

Record

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

urh-2.9.8.tar.gz (3.3 MB view details)

Uploaded Source

Built Distributions

urh-2.9.8-cp312-cp312-manylinux_2_28_x86_64.whl (22.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

urh-2.9.8-cp311-cp311-win_amd64.whl (10.9 MB view details)

Uploaded CPython 3.11 Windows x86-64

urh-2.9.8-cp311-cp311-win32.whl (10.1 MB view details)

Uploaded CPython 3.11 Windows x86

urh-2.9.8-cp311-cp311-manylinux_2_28_x86_64.whl (22.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

urh-2.9.8-cp311-cp311-macosx_10_9_universal2.whl (4.9 MB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

urh-2.9.8-cp310-cp310-manylinux_2_28_x86_64.whl (21.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

urh-2.9.8-cp39-cp39-manylinux_2_28_x86_64.whl (21.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

urh-2.9.8-cp38-cp38-manylinux_2_28_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ x86-64

File details

Details for the file urh-2.9.8.tar.gz.

File metadata

  • Download URL: urh-2.9.8.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for urh-2.9.8.tar.gz
Algorithm Hash digest
SHA256 864130b19553833827931f48f874045a39a6cee219a310a910bcd2ef02cf96b4
MD5 99b1b39fef7fdf5cb07222e0a5eebc72
BLAKE2b-256 7bafbe36ae7e9184410c2c6d406a1551d7096f394e238cc5f63cb4ddcfc5f2e5

See more details on using hashes here.

File details

Details for the file urh-2.9.8-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for urh-2.9.8-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d2f705333fca23b2f150793b1f75c4bf478baa6eb7b93a55d68db98200bd184
MD5 30a1ce27413d2e5fa01e85b7b4b4ebfe
BLAKE2b-256 9f865e388507269956145b804fdaf8b5a4ac99fbf8f48a6913aeea4e0ee4ef2b

See more details on using hashes here.

File details

Details for the file urh-2.9.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: urh-2.9.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 10.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for urh-2.9.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3362852ae8c583f3d55c2119d95d8b0533b9ed64c549710c544dc1c7e6b014d8
MD5 c5541e253eae3989642b71e212c4843e
BLAKE2b-256 8641cde25d072e6a70a3511b71fcf0b2be0f0ac44edc90be9eea3a19811e1f2b

See more details on using hashes here.

File details

Details for the file urh-2.9.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: urh-2.9.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for urh-2.9.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b7b4eadd447dc755d4285c430b3b34fc773b260834534746ef2d0bd3433ca986
MD5 3ada8de6539da4cafd084e549b427af5
BLAKE2b-256 213f2fb362f42d936450b8a9a47570c09041d97c9f03ecf6048c5363abdd1d94

See more details on using hashes here.

File details

Details for the file urh-2.9.8-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for urh-2.9.8-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 09f3a9a1edc112632c1ca2ccdc64e80aa161a734e08af941dbaaa8c74907f60c
MD5 1b25b0016785504aa34b9615c978324d
BLAKE2b-256 c5f97acf7e17e074a95c7efce48cd96730830b8997f4f601b330614d210b0a65

See more details on using hashes here.

File details

Details for the file urh-2.9.8-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for urh-2.9.8-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c2c123118a09e0a368228d4d1376bef4cd00a9d41c0ad700407f4ba404a7edd6
MD5 8cb98484601c69ccb5cdf6902a997afe
BLAKE2b-256 f991333b77a98b1c03f44416825c3868e2fe0f540df3245514e64149280160b4

See more details on using hashes here.

File details

Details for the file urh-2.9.8-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for urh-2.9.8-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9bee4ffde816f9c8230d20395f5a5c910b96b664353adcbf025b4aafd7d7a1d8
MD5 a68fda3f544a76d4fbfe691839c335eb
BLAKE2b-256 0b5cdc6af2e2ccc4f462c601863da395a1de8ba7ecf9c3cf524166a7984905aa

See more details on using hashes here.

File details

Details for the file urh-2.9.8-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for urh-2.9.8-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f2022add572f234b0a1ffe37a71a20876631451019f94d43580ad74d81e105b
MD5 4fd5d4a1e6b399502a1ea1be8630bcad
BLAKE2b-256 65bcfb564164ac2d94b5eb1fa1417d38fc3574823be60c6f166406a222321bf1

See more details on using hashes here.

File details

Details for the file urh-2.9.8-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for urh-2.9.8-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21c6cfc6d974953660ab1987bf264d2d6fdb8e48a9ab3a0f3605ca65983da576
MD5 52bc9d59f3efdeea1844fa68ea8e3e1c
BLAKE2b-256 269f7255a2d16ae180d42df5b3469690e9b1c4f61c884ad3e2bccfb161b5f865

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page