Skip to content

A device built with an Arduino board that captures wireless signals and replays them at specific frequencies. It supports operation at 433 MHz or 315 MHz frequencies for various signal applications.

Notifications You must be signed in to change notification settings

aviyall/replay-attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Replay Attack on 433MHz/315MHz Frequency using Arduino

This project demonstrates a replay attack using an Arduino board and radio frequency modules operating at either 433MHz or 315MHz (based on the module’s capability). The primary aim is to capture and resend signals at a specific frequency, replicating the behavior of a remote control.

Components Needed

  1. Arduino Board: Uno, Nano, or other compatible models.
  2. 433MHz/315MHz RF Modules: FS1000A is recommended
  3. Jumper Wires: To connect components.
  4. Push Button (2-pin): Used to trigger transmission.
  5. Antenna for RF Module (Optional): Improves signal range and reliability.

RF Module FS1000A

This module have two versions one working at 315mhz and the other at 433mhz the frequency used by devices varies in places but 433mhz is the most common one keep this in mind while buying this.

433MHz Radio Module

Wiring Diagram

The following connections are required for the setup:

  1. Arduino Pin 2Receiver Input Pin
  2. Arduino Pin 3Transmitter Input Pin
  3. 5V Pin (Arduino)5V on both Receiver and Transmitter
  4. GND (Arduino)GND on both Receiver and Transmitter
  5. Pin 4 (Arduino) → One side of the push button (Other side to GND) fs1000a-pinout

Workflow

  • After turning on the device it listens for incoming signals
  • After capturing the signal, pressing the button causes the LED on the Arduino board to blink, and the signal is replayed once.
  • Finally, pressing the reset button restarts the device, causing the code to execute from the beginning and enabling it to listen for new signals.

About

A device built with an Arduino board that captures wireless signals and replays them at specific frequencies. It supports operation at 433 MHz or 315 MHz frequencies for various signal applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages