mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
textual
This commit is contained in:
parent
e9eb764358
commit
a4f4104075
5 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
//
|
||||
// PROXMARK3 - HID CORPORATE 1000 BRUTEFORCER (STAND-ALONE MODE)
|
||||
//
|
||||
// This version of Proxmark3 firmware adds one extra stand-alone mode to proxmark3 firmware.
|
||||
// This version of Proxmark3 firmware adds one extra stand-alone mode.
|
||||
// The new stand-alone mode allows to execute a bruteforce on HID Corporate 1000 readers, by
|
||||
// reading a specific badge and bruteforcing the Card Number (incrementing and decrementing it),
|
||||
// mainteining the same Facility Code of the original badge.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// at your option, any later version. See the LICENSE.txt file for the text of
|
||||
// the license.
|
||||
//-----------------------------------------------------------------------------
|
||||
// Code for communicating with the proxmark3 hardware.
|
||||
// Code for communicating with the Proxmark3 hardware.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef COMMS_H_
|
||||
|
|
|
@ -19,7 +19,7 @@ desc = [[
|
|||
|
||||
*SUPPORTED TAGS: pyramid, awid, fdx, jablotron, noralsy, presco, visa2000, 14a, hid
|
||||
|
||||
This script uses the proxmark3 implementations of simulation to bruteforce given ranges of id.
|
||||
This script uses the Proxmark3 implementations of simulation to bruteforce given ranges of id.
|
||||
It uses both LF and HF simulations.
|
||||
|
||||
-- Author note
|
||||
|
|
|
@ -2687,7 +2687,7 @@ function modifyMode()
|
|||
end,
|
||||
}
|
||||
repeat
|
||||
-- defualt message / prompt
|
||||
-- default message / prompt
|
||||
ic=input("Legic command? ('h' for help - 'q' for quit)", "h")
|
||||
-- command actions decisions (first match, longer commands before shorter)
|
||||
if (type(actions[string.lower(string.sub(ic,0,3))])=='function') then
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--[[
|
||||
This is an example of Lua-scripting within proxmark3. This is a lua-side
|
||||
This is an example of Lua-scripting within Proxmark3. This is a lua-side
|
||||
implementation of hf mf chk
|
||||
|
||||
This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue