2019-04-08 06:38:00 +08:00
# Commands and Features
2019-05-06 01:53:58 +08:00
Please make sure you've gone through the following pages firstly:
* [Compilation Instructions ](/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md )
* [Validating proxmark client functionality ](/doc/md/Use_of_Proxmark/1_Validation.md )
* [First Use and Verification ](/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md )
## To get interactive help
As seen before, for basic help type `help` . Or for help on a set of sub commands type the command followed by `help` . For example `hf mf help` . Many commands uses the `h` parameter to show a help text.
2019-04-08 06:38:00 +08:00
## New Features in RDV4
Further details coming soon
2019-05-06 01:53:58 +08:00
## Useful commands
Here are some commands to start off with.
2019-04-08 06:38:00 +08:00
2019-05-06 01:53:58 +08:00
To get an overview of the available commands for LF RFID and HF RFID:
```
2020-05-22 04:29:18 +08:00
[usb] pm3 --> lf
[usb] pm3 --> hf
2019-05-06 01:53:58 +08:00
```
2019-04-08 06:38:00 +08:00
2019-05-06 01:53:58 +08:00
To search quickly for known LF or HF tags:
```
2020-05-22 04:29:18 +08:00
[usb] pm3 --> lf search
[usb] pm3 --> hf search
2019-05-06 01:53:58 +08:00
```
2019-04-08 06:38:00 +08:00
2019-05-06 01:53:58 +08:00
To get info on a ISO14443-A tag:
```
2020-05-22 04:29:18 +08:00
[usb] pm3 --> hf 14a info
2019-05-06 01:53:58 +08:00
```