From d8c2479e6090fdd633f21b08b4767160f9f85725 Mon Sep 17 00:00:00 2001 From: Iceman Date: Thu, 21 May 2020 22:29:18 +0200 Subject: [PATCH] Update 3_Commands-and-Features.md --- doc/md/Use_of_Proxmark/3_Commands-and-Features.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/md/Use_of_Proxmark/3_Commands-and-Features.md b/doc/md/Use_of_Proxmark/3_Commands-and-Features.md index deb7036d7..195468002 100644 --- a/doc/md/Use_of_Proxmark/3_Commands-and-Features.md +++ b/doc/md/Use_of_Proxmark/3_Commands-and-Features.md @@ -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: ``` -pm3 --> lf -pm3 --> hf +[usb] pm3 --> lf +[usb] pm3 --> hf ``` To search quickly for known LF or HF tags: ``` -pm3 --> lf search -pm3 --> hf search +[usb] pm3 --> lf search +[usb] pm3 --> hf search ``` To get info on a ISO14443-A tag: ``` -pm3 --> hf 14a info +[usb] pm3 --> hf 14a info ```