Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Last active March 18, 2024 15:22
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joswr1ght/efdb669d2f3feb018a22650ddc01f5f2 to your computer and use it in GitHub Desktop.
Save joswr1ght/efdb669d2f3feb018a22650ddc01f5f2 to your computer and use it in GitHub Desktop.

HID/ProxCard Cheat Sheet

Joshua Wright | josh@willhackforsushi.com | DRAFT/Work-in-Progress

Proxmark3 Iceman Edition Command Function
lf hid read Read from a nearby HID/ProxCard card
wiegand list Display a list of supported Wiegand data formats used by HID cards
lf hid sim -r 2006ec0c86 Simulate a HID/ProxCard with the Wiegand value 2006ec0c86; supply the appropriate Wiegand value for the card you wish to impersonate
lf hid sim -w H10301 --fc 118 --cn 16612 Simulate the card number 16612 with facility code 118 using the H10301 (26-bit HID) format (same as the command above but specifying the FC and CN explicitly)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment