Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.74 KB

3_Commands-and-Features.md

File metadata and controls

60 lines (40 loc) · 1.74 KB

3. Commands and Features

Table of Contents

Please make sure you've gone through the following pages firstly:

To get interactive help

^Top

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.

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.

New Features in RDV4

^Top

Further details coming soon

Useful commands

^Top

Here are some commands to start off with.

To get an overview of the available commands for LF RFID and HF RFID:

[usb] pm3 --> lf
[usb] pm3 --> hf

To search quickly for known LF or HF tags:

[usb] pm3 --> lf search
[usb] pm3 --> hf search

To get info on a ISO14443-A tag:

[usb] pm3 --> hf 14a info

A good starting point is the following Cheat sheet

Or

this compilation of links to Proxmark3 walk throughs