๐Ÿ”‘ NullSec KeyFob

March 7, 2026 ยท View on GitHub

๐Ÿ”‘ NullSec KeyFob

Automotive Key Fob & Immobilizer Security Research

Python C License NullSec

Key fob signal analysis, rolling code research, relay attack detection, and immobilizer security testing


๐ŸŽฏ Overview

NullSec KeyFob provides tools for analyzing the security of automotive keyless entry and immobilizer systems. It supports research into rolling code algorithms, relay attack vectors, and transponder authentication โ€” critical for understanding vehicle access control security.

โšก Features

FeatureDescription
Signal AnalyzerCapture and decode key fob RF transmissions (315/433/868 MHz)
Rolling Code AnalyzerAnalyze KeeLoq, Hitag2, and proprietary rolling code systems
Relay DetectorDetect and measure relay/amplification attack viability
Transponder ReaderRead and analyze immobilizer transponder data
Protocol DecoderDecode TPMS, RKE, and PKE protocols
Vulnerability ScannerTest for known key fob vulnerabilities

๐Ÿ”ฌ Supported Systems

SystemProtocolAnalysisStatus
KeeLoqRolling codeCryptanalysisโœ…
Hitag2Challenge-responseKey recoveryโœ…
AUT64TransponderProtocol analysisโœ…
DST40TransponderKnown weaknessesโœ…
MegamosTransponderProtocol analysisโš ๏ธ
TPMSBroadcastDecodeโœ…

๐Ÿš€ Quick Start

# Capture key fob signal
nullsec-keyfob capture --freq 433.92M --sdr hackrf -o keyfob_capture.iq

# Analyze rolling code
nullsec-keyfob analyze --input keyfob_capture.iq --protocol keeloq

# Scan for TPMS signals
nullsec-keyfob tpms --freq 315M --duration 60

# Test relay attack range
nullsec-keyfob relay-test --mode measure --timeout 30
ProjectDescription
nullsec-canbusCAN bus analysis & fuzzing
nullsec-carfuzzAutomotive protocol fuzzer
nullsec-sdrSoftware-defined radio toolkit
nullsec-flipper-suiteFlipper Zero payloads (430+ files)
nullsec-linuxSecurity Linux distro (140+ tools)

For authorized automotive security research only. Testing keyless entry systems without vehicle owner authorization is illegal.

๐Ÿ“œ License

MIT License โ€” @bad-antics


Part of the NullSec Automotive Security Suite