2021-12-31 18:42:15 +08:00
< a id = "Top" > < / a >
# 3. Commands and Features
# Table of Contents
- [3. Commands and Features ](#3-commands-and-features )
- [Table of Contents ](#table-of-contents )
- [To get interactive help ](#to-get-interactive-help )
- [New Features in RDV4 ](#new-features-in-rdv4 )
- [Useful commands ](#useful-commands )
2019-04-08 06:38:00 +08:00
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
2021-12-31 18:42:15 +08:00
^[Top](#top)
2019-05-06 01:53:58 +08:00
2021-07-10 01:15:37 +08:00
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` / `--help` parameter to show a help text.
2019-05-06 01:53:58 +08:00
2022-03-20 16:54:39 +08:00
The Proxmark3 client now also supports tab-autocomplete in both commands and filenames. Like for instance `hf mf a<tab>` will give you a list of three availble commands.
This feature is quite powerful and similar to your normal shell experiences.
2019-04-08 06:38:00 +08:00
## New Features in RDV4
2021-12-31 18:42:15 +08:00
^[Top](#top)
2019-04-08 06:38:00 +08:00
Further details coming soon
2019-05-06 01:53:58 +08:00
## Useful commands
2021-12-31 18:42:15 +08:00
^[Top](#top)
2019-05-06 01:53:58 +08:00
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
```
2022-02-13 20:02:23 +08:00
A good starting point is the following [Cheat sheet ](/doc/cheatsheet.md )
Or
this compilation of links to [Proxmark3 walk throughs ](https://github.com/RfidResearchGroup/proxmark3/wiki/More-cheat-sheets )