Merge pull request #2206 from kitsunehunter/master

Update omnikey documentation
This commit is contained in:
Iceman 2023-12-12 21:03:16 +01:00 committed by GitHub
commit b5e2605fd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -186,10 +186,10 @@ drop iclass-flipper.picopass file here and simulate on Flipper
2. Plug in Omnikey reader 2. Plug in Omnikey reader
3. Start Omnikey workbench 3. Start Omnikey workbench
4. Switch reader mode to CCID mode 4. Switch reader mode to CCID mode
5. Go to card diagnostic tab and place card on reader 5. Go to reader upload tab
6. Copy the raw PACS binary 6. Use the "load file" function and load the `encoder.cfg` [config file](https://github.com/kitsunehunter/proxmark3/blob/master/traces/iclass/encoder.cfg)
7. Launch PM3 client, place iCLASS/Picopass card on HF antenna, and use following command to write your credential 7. Launch PM3 client, place iCLASS/Picopass card on HF antenna and read your original card on the Omnikey reader
`hf iclass encode --bin <COPIED BINARY> --ki 0` 8. Press enter
## Using Flipper Zero with NARD ## Using Flipper Zero with NARD
^[Top](#top) ^[Top](#top)
@ -234,14 +234,14 @@ IT IS ABSOLUTELY NECESSARY THAT THE READER AND ESPKEY SHARE THE SAME GROUND EVEN
3. Connect to the wifi network the ESPKEY and navigate to `192.168.1.1` for the interface 3. Connect to the wifi network the ESPKEY and navigate to `192.168.1.1` for the interface
4. Scan your credential on the reader 4. Scan your credential on the reader
5. Open `log.txt` and copy the binary string WITHOUT the preamble 5. Open `log.txt` and copy the binary string WITHOUT the preamble
6. Use the above instructions and encode the binary wiegand data to a iCLASS card using PM3 6. Use `hf iclass encode --bin <COPIED BINARY STRING> --ki 0` to encode the PACS payload to a iCLASS legacy card
# Write ProxII credential to a T5577 # Write ProxII credential to a T5577
^[Top](#top) ^[Top](#top)
OBS! Downgrading to a T5577 will only work if reader has low frequency (125 kHz) / Prox II enabled. OBS! Downgrading to a T5577 will only work if reader has low frequency (125 kHz) / Prox II enabled.
A good indicator to look out for is the "multiCLASS" sticker on the reader.
## Using Proxmark3 ## Using Proxmark3
^[Top](#top) ^[Top](#top)

BIN
traces/iclass/encoder.cfg Normal file

Binary file not shown.