Skip to content

bad-antics/nullsec-uart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”— NullSec UART

UART/Serial Console Discovery & Exploitation

Python License NullSec

Discover hidden UART consoles, auto-detect baud rates, and interact with embedded device serial interfaces


🎯 Overview

NullSec UART automates the discovery and exploitation of serial debug consoles on embedded devices. Hidden UART interfaces are one of the most common hardware attack surfaces β€” often providing root shells, bootloader access, and firmware update capabilities.

⚑ Features

Feature Description
Baud Detector Auto-detect baud rate from 300 to 4M baud
Pin Finder Identify TX/RX pins using signal analysis
Console Logger Record serial output with timestamps
Command Injector Automated command injection via serial
Bootloader Detector Identify U-Boot, Barebox, CFE, and custom bootloaders
Shell Detector Detect root shells, BusyBox, and restricted environments
Firmware Extractor Dump firmware via bootloader commands (XMODEM, YMODEM)

πŸ”§ Supported Adapters

Adapter Status
FTDI FT232R/FT2232H βœ… Full
CP2102/CP2104 βœ… Full
CH340/CH341 βœ… Full
Bus Pirate βœ… Full
Raspberry Pi GPIO βœ… Full

οΏ½οΏ½ Quick Start

# Auto-detect baud rate
nullsec-uart detect --port /dev/ttyUSB0

# Connect to UART console
nullsec-uart connect --port /dev/ttyUSB0 --baud 115200

# Log all serial output
nullsec-uart log --port /dev/ttyUSB0 --baud 115200 -o device_log.txt

# Brute-force login
nullsec-uart bruteforce --port /dev/ttyUSB0 --wordlist common_creds.txt

πŸ”— Related Projects

Project Description
nullsec-jtag JTAG/SWD debug interface toolkit
nullsec-glitch Voltage glitching & fault injection
nullsec-sdr Software-defined radio toolkit
nullsec-linux Security Linux distro (140+ tools)

⚠️ Legal

For authorized hardware security testing only.

πŸ“œ License

MIT License β€” @bad-antics


About

Hardware Security Tool - Part of NullSec Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors