Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 2.91 KB

hardware.md

File metadata and controls

73 lines (55 loc) · 2.91 KB

Hardware

Table of Contents

Resources

Name Description URL
Attiny85 RubberDucky like payloads for DigiSpark Attiny85 https://github.com/MTK911/Attiny85
Bash-RF PI Script with several tools to brute force garages, hack radio stations and capture and analyze radio signals with Raspberry Pi https://github.com/Lucstay11/Brute-force-garage-and-hack-rf
Firmware Analysis Toolkit Toolkit to emulate firmware and analyse it for security vulnerabilities https://github.com/attify/firmware-analysis-toolkit
HardwareAllTheThings Hardware/IOT Pentesting Wiki https://github.com/swisskyrepo/HardwareAllTheThings
OWASP Firmware Security Testing Methodology FSTM is composed of nine stages tailored to enable security researchers, software developers, hobbyists, and Information Security professionals with conducting firmware security assessments. https://scriptingxss.gitbook.io/firmware-security-testing-methodology
P4wnP1 A.L.O.A. P4wnP1 A.L.O.A. by MaMe82 is a framework which turns a Rapsberry Pi Zero W into a flexible, low-cost platform for pentesting, red teaming and physical engagements ... or into "A Little Offensive Appliance". https://github.com/RoganDawes/P4wnP1_aloa
P4wnP1 by MaMe82 P4wnP1 is a highly customizable USB attack platform, based on a low cost Raspberry Pi Zero or Raspberry Pi Zero W (required for HID backdoor). https://github.com/RoganDawes/P4wnP1
rtl_433 Program to decode radio transmissions from devices on the ISM bands (and other frequencies) https://github.com/merbanan/rtl_433
saleae Logic Analyzer https://discuss.saleae.com/

ATtiny85

udev Rule

$ sudo vi /etc/udev/rules.d/49-micronucleus.rules
# UDEV Rules for Micronucleus boards including the Digispark.
# This file must be placed at:
#
# /etc/udev/rules.d/49-micronucleus.rules    (preferred location)
#   or
# /lib/udev/rules.d/49-micronucleus.rules    (req'd on some broken systems)
#
# After this file is copied, physically unplug and reconnect the board.
#
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666", ENV{ID_MM_DEVICE_IGNORE}="1"
#
# If you share your linux system with other users, or just don't like the
# idea of write permission for everybody, you can replace MODE:="0666" with
# OWNER:="yourusername" to create the device owned by you, or with
# GROUP:="somegroupname" and mange access using standard unix groups.

Additonal Packages

https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json

Board

Digispark (Default - 16.5mhz)

Signal Decoding

rtl433 / cf32

https://github.com/merbanan/rtl_433

https://triq.org/

$ rtl_433 -r <FILE>.cf32 -A