mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-06 08:08:53 +08:00
chg: 'script run mifare_autopwn' - forgot a lib
This commit is contained in:
parent
79494182cd
commit
97137b80df
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
local getopt = require('getopt')
|
||||
local reader = require('read14a')
|
||||
local cmds = require('commands')
|
||||
local utils = require('utils')
|
||||
|
||||
example = "script run mifare_autopwn"
|
||||
author = "Martin Holst Swende"
|
||||
|
|
Loading…
Reference in a new issue