https://github.com/infosecredd/proxmark3-amiibo-emulate
This Bash Script automatically emulates the Amiibo tag using the Proxmark3.
https://github.com/infosecredd/proxmark3-amiibo-emulate
amiibo-emulation proxmark3 proxmark3-rdv4 termux termux-tools
Last synced: 14 days ago
JSON representation
This Bash Script automatically emulates the Amiibo tag using the Proxmark3.
- Host: GitHub
- URL: https://github.com/infosecredd/proxmark3-amiibo-emulate
- Owner: InfoSecREDD
- Created: 2022-01-25T08:03:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T01:02:31.000Z (over 3 years ago)
- Last Synced: 2025-04-14T01:54:58.863Z (14 days ago)
- Topics: amiibo-emulation, proxmark3, proxmark3-rdv4, termux, termux-tools
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxmark3-Amiibo-Emulate
This Bash Script automatically emulates the Amiibo tag
using any Bash terminal and Proxmark3. Such as - Termux
(using BT(or USB)-TCP Bridge method), Kali Linux, Ubuntu,
etc..Syntax:
amiibo.sh (Current under review - Does not work.)
``bash amiibo.sh ``
amiibo-eml.sh
``bash amiibo-eml.sh ``
To use TCP BL-UART or TCP USB-UART make sure to set
"USE_TCP_BRIDGE" to "1".To use normal /dev/ttyACM0 make sure to set "USE_TCP_BRIDGE"
to "0".(Make sure to view the file and edit the variables accordingly to your system
)# How-to Download the Script:
Easy Method: (from bash terminal)``wget https://raw.githubusercontent.com/InfoSecREDD/Proxmark3-Amiibo-Emulate/main/amiibo-eml.sh -O amiibo-eml.sh | chmod +x amiibo-eml.sh``
Other Methods:
Copy and paste the code from this repo using git clone or
viewing the source itself.