Update 3_Commands-and-Features.md

This commit is contained in:
Iceman 2020-05-21 22:29:18 +02:00 committed by GitHub
commit d8c2479e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,17 +21,17 @@ Here are some commands to start off with.
To get an overview of the available commands for LF RFID and HF RFID: To get an overview of the available commands for LF RFID and HF RFID:
``` ```
pm3 --> lf [usb] pm3 --> lf
pm3 --> hf [usb] pm3 --> hf
``` ```
To search quickly for known LF or HF tags: To search quickly for known LF or HF tags:
``` ```
pm3 --> lf search [usb] pm3 --> lf search
pm3 --> hf search [usb] pm3 --> hf search
``` ```
To get info on a ISO14443-A tag: To get info on a ISO14443-A tag:
``` ```
pm3 --> hf 14a info [usb] pm3 --> hf 14a info
``` ```