Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
znhocn committed Jul 7, 2017
1 parent 5bb83cf commit 0d53f81
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ Brute Force Attack `3 ^ 8` Remote Control

这是一个使用 Arduino 硬件来对 3 态 8 位遥控器进行信号暴力穷举攻击的项目。

详细文章: https://blog.iternull.com/posts/2017/02/04/Use-Arduino-brute-force-to-attack-remote-control.html
详细文章: [分析无线遥控器信号并制作 Hack 硬件进行攻击 | IterNull Blog](https://blog.iternull.com/posts/2017/02/04/Use-Arduino-brute-force-to-attack-remote-control.html)

# 安裝 (Installation)

使用 [Arduino IDE](https://www.arduino.cc/en/Main/Software) 打开文件 `examples/BruteForceAttack_4-8Remote/BruteForceAttack_4-8Remote.ino` 编译&上传到 Arduino 上。

代码里定义的针脚目前只适用于 Arduino Pro Micro ,其他版本的 Arduino 需自行修改针脚定义。

# 电路 (Circuit)

![](Circuit.png)
![](images/Circuit.png)

![](img_1.png)
![](images/img_1.png)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Brute Force Attack 4 ^ 8 Remote Control
https://github.com/ZMOM1031/bruteforce3-8remote
https://github.com/iternull/bruteforce3-8remote
*/

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit 0d53f81

Please sign in to comment.