Skip to content

Commit

Permalink
v0.1.10: Add new example mf-key-detector.html
Browse files Browse the repository at this point in the history
  • Loading branch information
taichunmin committed Dec 22, 2022
1 parent b7c1b21 commit 40707b8
Show file tree
Hide file tree
Showing 6 changed files with 324 additions and 51 deletions.
5 changes: 5 additions & 0 deletions documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ toc:
URL: <http://taichunmin.idv.tw/pn532.js/m1-uid-scanner.html>
This tools can scan UID of NFC Type A Tags via Web Bluetooth or Web Serial.
- name: Mifare Key Detector
description: |
URL: <http://taichunmin.idv.tw/pn532.js/mf-key-detector.html>
This tools is only support supercard [單卡嗅探王](https://lihi1.com/MAU73). It can change uid and type of supercard, or do reader-only attack to recover key.
- name: other
children:
- Pn532Frame
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pn532.js",
"version": "0.1.9",
"version": "0.1.10",
"author": "taichunmin <[email protected]>",
"browser": "dist/pn532.min.js",
"description": "pn532.js is a JavaScript library for PN532 base on Web Bluetooth and Web Serial.",
Expand Down
Loading

0 comments on commit 40707b8

Please sign in to comment.