mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
make miscchecks, skip venv
This commit is contained in:
parent
6359471c5e
commit
78ae375d55
5 changed files with 37 additions and 37 deletions
|
@ -37,7 +37,7 @@ local function help()
|
|||
print()
|
||||
print(ac.yellow..' Author:'..ac.reset..author)
|
||||
print(ac.yellow..' Version:'..ac.reset..version)
|
||||
print(ac.yellow..' Modification date:'..ac.reset..mod)
|
||||
print(ac.yellow..' Modification date:'..ac.reset..mod)
|
||||
print(desc)
|
||||
print(ac.cyan .. ' Usage' .. ac.reset)
|
||||
print(usage)
|
||||
|
@ -175,7 +175,7 @@ local function get_uid_from_user()
|
|||
local log_content = read_log_file(logfile)
|
||||
local uid = extract_uid(log_content)
|
||||
if uid and #uid == 10 then
|
||||
print("Readed EM4102 ID: " ..ac.green.. uid ..ac.reset)
|
||||
print("Readed EM4102 ID: " ..ac.green.. uid ..ac.reset)
|
||||
return uid
|
||||
else
|
||||
io.write(ac.yellow .. "Error reading UID. Please adjust FOB position and press Enter..." .. ac.reset)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue