hardware-security
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHardware / Embedded Interface Security
Hardware / Embedded Interface Security
ACTION REQUIRED(读完后立刻执行)
ACTION REQUIRED (Execute Immediately After Reading)
- : 确认物理接触授权与设备归属
NOW - : ESD/电源安全;默认只读探测
NOW - : 联合 firmware-pentest 做镜像分析
NEXT - : 外壳与调试接口识别 → consoles → 提取
ACT
- : Confirm physical access authorization and device ownership
NOW - : ESD/Power Supply Safety; Default to Read-Only Probing
NOW - : Collaborate with firmware-pentest for image analysis
NEXT - : Enclosure and Debug Interface Identification → Consoles → Extraction
ACT
适用场景
Application Scenarios
- UART / JTAG / SWD 调试口发现
- 启动日志、root shell、引导打断
- 配合拆机提取 Flash
- 安全启动/加密 Flash 的可行性评估(非破坏性优先)
- UART/JTAG/SWD Debug Port Discovery
- Boot Logs, Root Shell, Boot Interruption
- Flash Extraction with Device Teardown
- Feasibility Assessment of Secure Boot/Encrypted Flash (Non-Destructive Priority)
工作流
Workflow
text
□ 拆解授权设备;拍照标注测试点
□ 万用表找 GND/VCC/TX/RX;逻辑电平 1.8/3.3/5V
□ USB-TTL 只读日志;记录波特率
□ JTAG:枚举 IDCODE;评估是否锁定
□ 提取镜像 → 交接 firmware-pentest / ghidratext
□ Disassemble authorized device; Take photos and mark test points
□ Use multimeter to locate GND/VCC/TX/RX; Logic levels 1.8/3.3/5V
□ USB-TTL read-only logging; Record baud rate
□ JTAG: Enumerate IDCODE; Evaluate if locked
□ Extract image → Hand over to firmware-pentest / ghidra工具链
Toolchain
| 工具 | 用途 |
|---|---|
| USB-TTL / logic analyzer | UART |
| J-Link / CMSIS-DAP | 调试 |
| bus pirate / flipper(实验室) | 多协议 |
| binwalk / flashrom | 提取 |
| Tool | Purpose |
|---|---|
| USB-TTL / logic analyzer | UART |
| J-Link / CMSIS-DAP | Debugging |
| bus pirate / flipper (Lab) | Multi-protocol |
| binwalk / flashrom | Extraction |
参考
References
references/debug-interface-triage.md../firmware-pentest/../ot-ics/
references/debug-interface-triage.md../firmware-pentest/../ot-ics/
路由上下文
Routing Context
上游: MASTER R34
MUST NOT: 未授权拆机/损坏他人设备
MUST NOT: 未授权拆机/损坏他人设备
Upstream: MASTER R34
MUST NOT: Unauthorized teardown/damage to others' devices
MUST NOT: Unauthorized teardown/damage to others' devices
任务完成自检
Task Completion Self-Check
- 是否记录接口电平与引脚图?
- 镜像是否哈希保全?
- Checklist?
- Have interface levels and pin diagrams been recorded?
- Has the image been hashed and preserved?
- Checklist completed?