Examples: some more misc fixes
This commit is contained in:
parent
7128eabfad
commit
1d0c7fe68e
9 changed files with 27 additions and 13 deletions
|
@ -5,7 +5,7 @@ nfc-list \- List NFC targets
|
||||||
.B nfc-list
|
.B nfc-list
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B nfc-list
|
.B nfc-list
|
||||||
is a utility for listing any available targets like ISO14443-A, FeliCa, Jewel
|
is a utility for listing any available tags like ISO14443-A, FeliCa, Jewel
|
||||||
or ISO14443-B (according to the device capabilities).
|
or ISO14443-B (according to the device capabilities).
|
||||||
It may detect several tags at once thanks to a mechanism called anti-collision
|
It may detect several tags at once thanks to a mechanism called anti-collision
|
||||||
but all types of tags don't support anti-collision and there is some physical
|
but all types of tags don't support anti-collision and there is some physical
|
||||||
|
|
|
@ -24,6 +24,9 @@ and its ease-of-use. It's possible to read and write the complete content of a
|
||||||
Mifare Classic 4KB tag within 1 second. It uses a binary Mifare Dump file (MFD)
|
Mifare Classic 4KB tag within 1 second. It uses a binary Mifare Dump file (MFD)
|
||||||
to store the keys and data for all sectors.
|
to store the keys and data for all sectors.
|
||||||
|
|
||||||
|
Be cautious that some parts of a Mifare Classic memory are used for r/w access
|
||||||
|
of the rest of the memory, so please read the tag documentation before experimenting too much!
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.BR r " | " w
|
.BR r " | " w
|
||||||
Perform read from (
|
Perform read from (
|
||||||
|
|
|
@ -8,13 +8,18 @@ nfc-mfultralight \- MIFARE Ultralight command line tool
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B nfc-mfultralight
|
.B nfc-mfultralight
|
||||||
is a MIFARE Ultralight tool that allow to read or write
|
is a MIFARE Ultralight tool that allows to read or write
|
||||||
|
a tag data to/from a
|
||||||
.IR DUMP
|
.IR DUMP
|
||||||
file.
|
file.
|
||||||
|
|
||||||
MIFARE Ultralight tag is one of the most widely used RFID tags for ticketing application.
|
MIFARE Ultralight tag is one of the most widely used RFID tags for ticketing application.
|
||||||
It uses a binary Mifare Dump file (MFD) to store data for all sectors.
|
It uses a binary Mifare Dump file (MFD) to store data for all sectors.
|
||||||
|
|
||||||
|
Be cautious that some parts of a Ultralight memory can be written only once
|
||||||
|
and some parts are used as lock bits, so please read the tag documentation
|
||||||
|
before experimenting too much!
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.BR r " | " w
|
.BR r " | " w
|
||||||
Perform read from (
|
Perform read from (
|
||||||
|
|
|
@ -5,11 +5,11 @@ nfc-poll \- Poll for one NFC target
|
||||||
.B nfc-poll
|
.B nfc-poll
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B nfc-poll
|
.B nfc-poll
|
||||||
is a utility for polling any available target using ISO14443-A, FeliCa, Jewel
|
is a utility for polling any available target (tags but also NFCIP targets)
|
||||||
and ISO14443-B modulations.
|
using ISO14443-A, FeliCa, Jewel and ISO14443-B modulations.
|
||||||
|
|
||||||
This tool relies on a hardware polling feature of the PN532, it will display
|
This tool relies on a hardware polling feature of the PN532, it will display
|
||||||
available information retrived from the tag.
|
available information retrieved from the tag.
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report any bugs on the
|
Please report any bugs on the
|
||||||
|
|
|
@ -5,7 +5,7 @@ nfc-relay \- Relay attack command line tool based on libnfc
|
||||||
.B nfc-relay
|
.B nfc-relay
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B nfc-relay
|
.B nfc-relay
|
||||||
is an utility that demonstrates an relay attack.
|
is a utility that demonstrates a relay attack.
|
||||||
|
|
||||||
This tool requires two NFC devices. One device (configured as target) will
|
This tool requires two NFC devices. One device (configured as target) will
|
||||||
emulate an ISO/IEC 14443 type A tag, while the second device (configured as
|
emulate an ISO/IEC 14443 type A tag, while the second device (configured as
|
||||||
|
@ -14,6 +14,9 @@ device (initiator) and the tag emulator (target) can be placed close to the
|
||||||
original reader. All communication is now relayed and shown in the screen on
|
original reader. All communication is now relayed and shown in the screen on
|
||||||
real-time.
|
real-time.
|
||||||
|
|
||||||
|
This tool has the same issues regarding timing as \fBnfc-emulate-uid\fP has,
|
||||||
|
therefore we advise you to try it against e.g. an OmniKey CardMan 5321 reader.
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report any bugs on the
|
Please report any bugs on the
|
||||||
.B libnfc
|
.B libnfc
|
||||||
|
|
|
@ -5,11 +5,11 @@ nfcip-initiator \- Demonstration tool to send/received data as D.E.P. initiator
|
||||||
.B nfcip-initiator
|
.B nfcip-initiator
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B nfcip-initiator
|
.B nfcip-initiator
|
||||||
is a demonstration tool for puting NFC device in D.E.P. initiator mode.
|
is a demonstration tool for putting NFC device in D.E.P. initiator mode.
|
||||||
|
|
||||||
This example will attempt to select a passive D.E.P. target and exchange a simple "Hello" data with target.
|
This example will attempt to select a passive D.E.P. target and exchange a simple "Hello" data with target.
|
||||||
|
|
||||||
Note: this example is designed to work with a D.E.P. target driven by nfcip-target
|
Note: this example is designed to work with a D.E.P. target driven by \fBnfcip-target\fP
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report any bugs on the
|
Please report any bugs on the
|
||||||
|
|
|
@ -5,11 +5,11 @@ nfcip-target \- Demonstration tool to send/received data as D.E.P. target
|
||||||
.B nfcip-target
|
.B nfcip-target
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B nfcip-target
|
.B nfcip-target
|
||||||
is a demonstration tool for puting NFC device in D.E.P. target mode.
|
is a demonstration tool for putting NFC device in D.E.P. target mode.
|
||||||
|
|
||||||
This example will listen for a D.E.P. initiator and exchange a simple "Hello" data with initiator.
|
This example will listen for a D.E.P. initiator and exchange a simple "Hello" data with initiator.
|
||||||
|
|
||||||
Note: this example is designed to work with a D.E.P. initiator driven by nfcip-initiator
|
Note: this example is designed to work with a D.E.P. initiator driven by \fBnfcip-initiator\fP.
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report any bugs on the
|
Please report any bugs on the
|
||||||
|
|
|
@ -6,7 +6,7 @@ pn53x-diagnose \- PN53x diagnose tool
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B pn53x-diagnose
|
.B pn53x-diagnose
|
||||||
is a utility to diagnose PN531, PN532 and PN533 chips.
|
is a utility to diagnose PN531, PN532 and PN533 chips.
|
||||||
It run communication, RAM and ROM tests.
|
It runs communication, RAM and ROM tests.
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report any bugs on the
|
Please report any bugs on the
|
||||||
|
|
|
@ -1,16 +1,19 @@
|
||||||
.TH PN53X-SAM 1 "June 15, 2010"
|
.TH PN53X-SAM 1 "June 15, 2010"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
pn53x-sam \- PN53x SAM comunication demonstration tool
|
pn53x-sam \- PN53x SAM communication demonstration tool
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B pn53x-sam
|
.B pn53x-sam
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B pn53x-sam
|
.B pn53x-sam
|
||||||
is a utility attempts to test a simple connection with a SAM (Secure Access
|
is a utility attempt to test a simple connection with a SAM (Secure Access
|
||||||
Module) in several modes.
|
Module) in several modes.
|
||||||
|
|
||||||
To run this utility you must have a SAM (like the NXP's P5CN072 chip)
|
To run this utility you must have a SAM (like the NXP's P5CN072 chip)
|
||||||
successfully connected to your PN53x chip.
|
successfully connected to your PN53x chip.
|
||||||
|
|
||||||
|
Warning: the SAM inside the Touchatag is \fInot\fP hooked to the PN532
|
||||||
|
but to the intermediate controller so \fBpn53x-sam\fP won't work with a Touchatag.
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report any bugs on the
|
Please report any bugs on the
|
||||||
.B libnfc
|
.B libnfc
|
||||||
|
|
Loading…
Add table
Reference in a new issue