mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text
This commit is contained in:
parent
d680f1b290
commit
d7c5f0cac2
20 changed files with 84 additions and 82 deletions
|
@ -554,7 +554,7 @@ static command_t CommandTable[] = {
|
||||||
{"reader", CmdAWIDReader, IfPm3Lf, "attempt to read and extract tag data"},
|
{"reader", CmdAWIDReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdAWIDClone, IfPm3Lf, "clone AWID tag to T55x7 or Q5/T5555"},
|
{"clone", CmdAWIDClone, IfPm3Lf, "clone AWID tag to T55x7 or Q5/T5555"},
|
||||||
{"sim", CmdAWIDSim, IfPm3Lf, "simulate AWID tag"},
|
{"sim", CmdAWIDSim, IfPm3Lf, "simulate AWID tag"},
|
||||||
{"brute", CmdAWIDBrute, IfPm3Lf, "Bruteforce card number against reader"},
|
{"brute", CmdAWIDBrute, IfPm3Lf, "bruteforce card number against reader"},
|
||||||
{"watch", CmdAWIDWatch, IfPm3Lf, "continuously watch for cards. Reader mode"},
|
{"watch", CmdAWIDWatch, IfPm3Lf, "continuously watch for cards. Reader mode"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
|
@ -160,8 +160,8 @@ static int CmdCOTAGReader(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdCOTAGDemod, AlwaysAvailable, "Tries to decode a COTAG signal"},
|
{"demod", CmdCOTAGDemod, AlwaysAvailable, "demodulate an COTAG tag"},
|
||||||
{"reader", CmdCOTAGReader, IfPm3Lf, "Attempt to read and extract tag data"},
|
{"reader", CmdCOTAGReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
static int CmdHelp(const char *Cmd) {
|
static int CmdHelp(const char *Cmd) {
|
||||||
|
|
|
@ -226,10 +226,10 @@ static int CmdDestronSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdDestronDemod, AlwaysAvailable, "Demodulate an Destron tag from the GraphBuffer"},
|
{"demod", CmdDestronDemod, AlwaysAvailable, "demodulate an Destron tag from the GraphBuffer"},
|
||||||
{"reader", CmdDestronReader, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"reader", CmdDestronReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdDestronClone, IfPm3Lf, "Clone Destron tag to T55x7"},
|
{"clone", CmdDestronClone, IfPm3Lf, "clone Destron tag to T55x7"},
|
||||||
{"sim", CmdDestronSim, IfPm3Lf, "Simulate Destron tag"},
|
{"sim", CmdDestronSim, IfPm3Lf, "simulate Destron tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -451,8 +451,8 @@ static int CmdGallagherSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdGallagherDemod, AlwaysAvailable, "Demodulate an GALLAGHER tag from the GraphBuffer"},
|
{"demod", CmdGallagherDemod, AlwaysAvailable, "demodulate an GALLAGHER tag from the GraphBuffer"},
|
||||||
{"reader", CmdGallagherReader, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"reader", CmdGallagherReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdGallagherClone, IfPm3Lf, "clone GALLAGHER tag to T55x7"},
|
{"clone", CmdGallagherClone, IfPm3Lf, "clone GALLAGHER tag to T55x7"},
|
||||||
{"sim", CmdGallagherSim, IfPm3Lf, "simulate GALLAGHER tag"},
|
{"sim", CmdGallagherSim, IfPm3Lf, "simulate GALLAGHER tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -309,7 +309,7 @@ static int CmdGuardSim(const char *Cmd) {
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "this help"},
|
{"help", CmdHelp, AlwaysAvailable, "this help"},
|
||||||
{"demod", CmdGuardDemod, AlwaysAvailable, "demodulate a G Prox II tag from the GraphBuffer"},
|
{"demod", CmdGuardDemod, AlwaysAvailable, "demodulate a G Prox II tag from the GraphBuffer"},
|
||||||
{"reader", CmdGuardReader, IfPm3Lf, "attempt to read and extract tag data from the antenna"},
|
{"reader", CmdGuardReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdGuardClone, IfPm3Lf, "clone Guardall tag to T55x7 or Q5/T5555"},
|
{"clone", CmdGuardClone, IfPm3Lf, "clone Guardall tag to T55x7 or Q5/T5555"},
|
||||||
{"sim", CmdGuardSim, IfPm3Lf, "simulate Guardall tag"},
|
{"sim", CmdGuardSim, IfPm3Lf, "simulate Guardall tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -131,8 +131,8 @@ static int CmdIdteckReader(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdIdteckDemod, AlwaysAvailable, "Demodulate an Idteck tag from the GraphBuffer"},
|
{"demod", CmdIdteckDemod, AlwaysAvailable, "demodulate an Idteck tag from the GraphBuffer"},
|
||||||
{"reader", CmdIdteckReader, IfPm3Lf, "Attempt to read and Extract tag data from the antenna"},
|
{"reader", CmdIdteckReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -297,8 +297,8 @@ static int CmdJablotronSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdJablotronDemod, AlwaysAvailable, "Demodulate an Jablotron tag from the GraphBuffer"},
|
{"demod", CmdJablotronDemod, AlwaysAvailable, "demodulate an Jablotron tag from the GraphBuffer"},
|
||||||
{"reader", CmdJablotronReader, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"reader", CmdJablotronReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdJablotronClone, IfPm3Lf, "clone jablotron tag to T55x7 or Q5/T5555"},
|
{"clone", CmdJablotronClone, IfPm3Lf, "clone jablotron tag to T55x7 or Q5/T5555"},
|
||||||
{"sim", CmdJablotronSim, IfPm3Lf, "simulate jablotron tag"},
|
{"sim", CmdJablotronSim, IfPm3Lf, "simulate jablotron tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -357,8 +357,8 @@ static int CmdKeriSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdKeriDemod, AlwaysAvailable, "Demodulate an KERI tag from the GraphBuffer"},
|
{"demod", CmdKeriDemod, AlwaysAvailable, "demodulate an KERI tag from the GraphBuffer"},
|
||||||
{"reader", CmdKeriReader, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"reader", CmdKeriReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdKeriClone, IfPm3Lf, "clone KERI tag to T55x7 or Q5/T5555"},
|
{"clone", CmdKeriClone, IfPm3Lf, "clone KERI tag to T55x7 or Q5/T5555"},
|
||||||
{"sim", CmdKeriSim, IfPm3Lf, "simulate KERI tag"},
|
{"sim", CmdKeriSim, IfPm3Lf, "simulate KERI tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -273,8 +273,8 @@ static int CmdMotorolaSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdMotorolaDemod, AlwaysAvailable, "Demodulate an MOTOROLA tag from the GraphBuffer"},
|
{"demod", CmdMotorolaDemod, AlwaysAvailable, "demodulate an MOTOROLA tag from the GraphBuffer"},
|
||||||
{"reader", CmdMotorolaReader, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"reader", CmdMotorolaReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdMotorolaClone, IfPm3Lf, "clone MOTOROLA tag to T55x7"},
|
{"clone", CmdMotorolaClone, IfPm3Lf, "clone MOTOROLA tag to T55x7"},
|
||||||
{"sim", CmdMotorolaSim, IfPm3Lf, "simulate MOTOROLA tag"},
|
{"sim", CmdMotorolaSim, IfPm3Lf, "simulate MOTOROLA tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -552,10 +552,10 @@ static int CmdLFNedapSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdLFNedapDemod, AlwaysAvailable, "Demodulate Nedap tag from the GraphBuffer"},
|
{"demod", CmdLFNedapDemod, AlwaysAvailable, "demodulate Nedap tag from the GraphBuffer"},
|
||||||
{"reader", CmdLFNedapReader, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"reader", CmdLFNedapReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdLFNedapClone, IfPm3Lf, "Clone Nedap tag to T55x7 or Q5/T5555"},
|
{"clone", CmdLFNedapClone, IfPm3Lf, "clone Nedap tag to T55x7 or Q5/T5555"},
|
||||||
{"sim", CmdLFNedapSim, IfPm3Lf, "Simulate Nedap tag"},
|
{"sim", CmdLFNedapSim, IfPm3Lf, "simulate Nedap tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -483,8 +483,8 @@ static int CmdNexWatchSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdNexWatchDemod, AlwaysAvailable, "Demodulate a NexWatch tag (nexkey, quadrakey) from the GraphBuffer"},
|
{"demod", CmdNexWatchDemod, AlwaysAvailable, "demodulate a NexWatch tag (nexkey, quadrakey) from the GraphBuffer"},
|
||||||
{"reader", CmdNexWatchReader, IfPm3Lf, "Attempt to Read and Extract tag data from the antenna"},
|
{"reader", CmdNexWatchReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdNexWatchClone, IfPm3Lf, "clone NexWatch tag to T55x7"},
|
{"clone", CmdNexWatchClone, IfPm3Lf, "clone NexWatch tag to T55x7"},
|
||||||
{"sim", CmdNexWatchSim, IfPm3Lf, "simulate NexWatch tag"},
|
{"sim", CmdNexWatchSim, IfPm3Lf, "simulate NexWatch tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -270,8 +270,8 @@ static int CmdNoralsySim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdNoralsyDemod, AlwaysAvailable, "Demodulate an Noralsy tag from the GraphBuffer"},
|
{"demod", CmdNoralsyDemod, AlwaysAvailable, "demodulate an Noralsy tag from the GraphBuffer"},
|
||||||
{"reader", CmdNoralsyReader, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"reader", CmdNoralsyReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdNoralsyClone, IfPm3Lf, "clone Noralsy tag to T55x7 or Q5/T5555"},
|
{"clone", CmdNoralsyClone, IfPm3Lf, "clone Noralsy tag to T55x7 or Q5/T5555"},
|
||||||
{"sim", CmdNoralsySim, IfPm3Lf, "simulate Noralsy tag"},
|
{"sim", CmdNoralsySim, IfPm3Lf, "simulate Noralsy tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -382,8 +382,8 @@ static int CmdPacSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdPacDemod, AlwaysAvailable, "Demodulate a PAC tag from the GraphBuffer"},
|
{"demod", CmdPacDemod, AlwaysAvailable, "demodulate a PAC tag from the GraphBuffer"},
|
||||||
{"reader", CmdPacReader, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"reader", CmdPacReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdPacClone, IfPm3Lf, "clone PAC tag to T55x7"},
|
{"clone", CmdPacClone, IfPm3Lf, "clone PAC tag to T55x7"},
|
||||||
{"sim", CmdPacSim, IfPm3Lf, "simulate PAC tag"},
|
{"sim", CmdPacSim, IfPm3Lf, "simulate PAC tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -357,8 +357,8 @@ static int CmdParadoxSim(const char *Cmd) {
|
||||||
*/
|
*/
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdParadoxDemod, AlwaysAvailable, "Demodulate a Paradox FSK tag from the GraphBuffer"},
|
{"demod", CmdParadoxDemod, AlwaysAvailable, "demodulate a Paradox FSK tag from the GraphBuffer"},
|
||||||
{"reader", CmdParadoxReader, IfPm3Lf, "Attempt to read and Extract tag data from the antenna"},
|
{"reader", CmdParadoxReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdParadoxClone, IfPm3Lf, "clone paradox tag"},
|
{"clone", CmdParadoxClone, IfPm3Lf, "clone paradox tag"},
|
||||||
{"sim", CmdParadoxSim, IfPm3Lf, "simulate paradox tag"},
|
{"sim", CmdParadoxSim, IfPm3Lf, "simulate paradox tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -346,7 +346,7 @@ static int CmdPrescoSim(const char *Cmd) {
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdPrescoDemod, AlwaysAvailable, "demodulate Presco tag from the GraphBuffer"},
|
{"demod", CmdPrescoDemod, AlwaysAvailable, "demodulate Presco tag from the GraphBuffer"},
|
||||||
{"reader", CmdPrescoReader, IfPm3Lf, "Attempt to read and Extract tag data"},
|
{"reader", CmdPrescoReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdPrescoClone, IfPm3Lf, "clone presco tag to T55x7 or Q5/T5555"},
|
{"clone", CmdPrescoClone, IfPm3Lf, "clone presco tag to T55x7 or Q5/T5555"},
|
||||||
{"sim", CmdPrescoSim, IfPm3Lf, "simulate presco tag"},
|
{"sim", CmdPrescoSim, IfPm3Lf, "simulate presco tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -283,8 +283,8 @@ static int CmdSecurakeySim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdSecurakeyDemod, AlwaysAvailable, "Demodulate an Securakey tag from the GraphBuffer"},
|
{"demod", CmdSecurakeyDemod, AlwaysAvailable, "demodulate an Securakey tag from the GraphBuffer"},
|
||||||
{"reader", CmdSecurakeyReader, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"reader", CmdSecurakeyReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdSecurakeyClone, IfPm3Lf, "clone Securakey tag to T55x7"},
|
{"clone", CmdSecurakeyClone, IfPm3Lf, "clone Securakey tag to T55x7"},
|
||||||
{"sim", CmdSecurakeySim, IfPm3Lf, "simulate Securakey tag"},
|
{"sim", CmdSecurakeySim, IfPm3Lf, "simulate Securakey tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -142,8 +142,8 @@ static int CmdVerichipSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdVerichipDemod, AlwaysAvailable, "Demodulate an VERICHIP tag from the GraphBuffer"},
|
{"demod", CmdVerichipDemod, AlwaysAvailable, "demodulate an VERICHIP tag from the GraphBuffer"},
|
||||||
{"read", CmdVerichipRead, IfPm3Lf, "Attempt to read and extract tag data from the antenna"},
|
{"read", CmdVerichipRead, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdVerichipClone, IfPm3Lf, "clone VERICHIP tag"},
|
{"clone", CmdVerichipClone, IfPm3Lf, "clone VERICHIP tag"},
|
||||||
{"sim", CmdVerichipSim, IfPm3Lf, "simulate VERICHIP tag"},
|
{"sim", CmdVerichipSim, IfPm3Lf, "simulate VERICHIP tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -231,8 +231,8 @@ static int CmdVikingSim(const char *Cmd) {
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdVikingDemod, AlwaysAvailable, "Demodulate a Viking tag from the GraphBuffer"},
|
{"demod", CmdVikingDemod, AlwaysAvailable, "demodulate a Viking tag from the GraphBuffer"},
|
||||||
{"reader", CmdVikingReader, IfPm3Lf, "Attempt to read and Extract tag data from the antenna"},
|
{"reader", CmdVikingReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdVikingClone, IfPm3Lf, "clone Viking tag to T55x7 or Q5/T5555"},
|
{"clone", CmdVikingClone, IfPm3Lf, "clone Viking tag to T55x7 or Q5/T5555"},
|
||||||
{"sim", CmdVikingSim, IfPm3Lf, "simulate Viking tag"},
|
{"sim", CmdVikingSim, IfPm3Lf, "simulate Viking tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -285,7 +285,7 @@ static int CmdVisa2kSim(const char *Cmd) {
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||||
{"demod", CmdVisa2kDemod, AlwaysAvailable, "demodulate an VISA2000 tag from the GraphBuffer"},
|
{"demod", CmdVisa2kDemod, AlwaysAvailable, "demodulate an VISA2000 tag from the GraphBuffer"},
|
||||||
{"reader", CmdVisa2kReader, IfPm3Lf, "attempt to read and extract tag data from the antenna"},
|
{"reader", CmdVisa2kReader, IfPm3Lf, "attempt to read and extract tag data"},
|
||||||
{"clone", CmdVisa2kClone, IfPm3Lf, "clone Visa2000 tag to T55x7 or Q5/T5555"},
|
{"clone", CmdVisa2kClone, IfPm3Lf, "clone Visa2000 tag to T55x7 or Q5/T5555"},
|
||||||
{"sim", CmdVisa2kSim, IfPm3Lf, "simulate Visa2000 tag"},
|
{"sim", CmdVisa2kSim, IfPm3Lf, "simulate Visa2000 tag"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
|
|
|
@ -79,6 +79,7 @@ Check column "offline" for their availability.
|
||||||
|`analyse demodbuff `|Y |`Load binary string to demodbuffer`
|
|`analyse demodbuff `|Y |`Load binary string to demodbuffer`
|
||||||
|`analyse freq `|Y |`Calc wave lengths`
|
|`analyse freq `|Y |`Calc wave lengths`
|
||||||
|`analyse foo `|Y |`muxer`
|
|`analyse foo `|Y |`muxer`
|
||||||
|
|`analyse units `|Y |`convert ETU <> US <> SSP_CLK (3.39MHz)`
|
||||||
|
|
||||||
|
|
||||||
### data
|
### data
|
||||||
|
@ -193,14 +194,14 @@ Check column "offline" for their availability.
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`hf 14b help `|Y |`This help`
|
|`hf 14b help `|Y |`This help`
|
||||||
|`hf 14b apdu `|N |`Send ISO 14443-4 APDU to tag`
|
|`hf 14b apdu `|N |`Send ISO 14443-4 APDU to tag`
|
||||||
|`hf 14b dump `|N |`Read all memory pages of an ISO14443-B tag, save to file`
|
|`hf 14b dump `|N |`Read all memory pages of an ISO-14443-B tag, save to file`
|
||||||
|`hf 14b info `|N |`Tag information`
|
|`hf 14b info `|N |`Tag information`
|
||||||
|`hf 14b list `|Y |`List ISO 14443B history`
|
|`hf 14b list `|Y |`List ISO-14443-B history`
|
||||||
|`hf 14b ndef `|N |`Read NDEF file on tag`
|
|`hf 14b ndef `|N |`Read NDEF file on tag`
|
||||||
|`hf 14b raw `|N |`Send raw hex data to tag`
|
|`hf 14b raw `|N |`Send raw hex data to tag`
|
||||||
|`hf 14b reader `|N |`Act as a 14443B reader to identify a tag`
|
|`hf 14b reader `|N |`Act as a ISO-14443-B reader to identify a tag`
|
||||||
|`hf 14b sim `|N |`Fake ISO 14443B tag`
|
|`hf 14b sim `|N |`Fake ISO ISO-14443-B tag`
|
||||||
|`hf 14b sniff `|N |`Eavesdrop ISO 14443B`
|
|`hf 14b sniff `|N |`Eavesdrop ISO-14443-B`
|
||||||
|`hf 14b rdbl `|N |`Read SRI512/SRIX4x block`
|
|`hf 14b rdbl `|N |`Read SRI512/SRIX4x block`
|
||||||
|`hf 14b sriwrite `|N |`Write data to a SRI512 or SRIX4K tag`
|
|`hf 14b sriwrite `|N |`Write data to a SRI512 or SRIX4K tag`
|
||||||
|
|
||||||
|
@ -287,7 +288,7 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`hf fido help `|Y |`This help.`
|
|`hf fido help `|Y |`This help.`
|
||||||
|`hf fido list `|N |`List ISO 14443A history`
|
|`hf fido list `|Y |`List ISO 14443A history`
|
||||||
|`hf fido info `|N |`Info about FIDO tag.`
|
|`hf fido info `|N |`Info about FIDO tag.`
|
||||||
|`hf fido reg `|N |`FIDO U2F Registration Message.`
|
|`hf fido reg `|N |`FIDO U2F Registration Message.`
|
||||||
|`hf fido auth `|N |`FIDO U2F Authentication Message.`
|
|`hf fido auth `|N |`FIDO U2F Authentication Message.`
|
||||||
|
@ -614,7 +615,7 @@ Check column "offline" for their availability.
|
||||||
|`lf awid reader `|N |`attempt to read and extract tag data`
|
|`lf awid reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf awid clone `|N |`clone AWID tag to T55x7 or Q5/T5555`
|
|`lf awid clone `|N |`clone AWID tag to T55x7 or Q5/T5555`
|
||||||
|`lf awid sim `|N |`simulate AWID tag`
|
|`lf awid sim `|N |`simulate AWID tag`
|
||||||
|`lf awid brute `|N |`Bruteforce card number against reader`
|
|`lf awid brute `|N |`bruteforce card number against reader`
|
||||||
|`lf awid watch `|N |`continuously watch for cards. Reader mode`
|
|`lf awid watch `|N |`continuously watch for cards. Reader mode`
|
||||||
|
|
||||||
|
|
||||||
|
@ -625,8 +626,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf cotag help `|Y |`This help`
|
|`lf cotag help `|Y |`This help`
|
||||||
|`lf cotag demod `|Y |`Tries to decode a COTAG signal`
|
|`lf cotag demod `|Y |`demodulate an COTAG tag`
|
||||||
|`lf cotag reader `|N |`Attempt to read and extract tag data`
|
|`lf cotag reader `|N |`attempt to read and extract tag data`
|
||||||
|
|
||||||
|
|
||||||
### lf destron
|
### lf destron
|
||||||
|
@ -636,10 +637,10 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf destron help `|Y |`This help`
|
|`lf destron help `|Y |`This help`
|
||||||
|`lf destron demod `|Y |`Demodulate an Destron tag from the GraphBuffer`
|
|`lf destron demod `|Y |`demodulate an Destron tag from the GraphBuffer`
|
||||||
|`lf destron reader `|N |`Attempt to read and extract tag data from the antenna`
|
|`lf destron reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf destron clone `|N |`Clone Destron tag to T55x7`
|
|`lf destron clone `|N |`clone Destron tag to T55x7`
|
||||||
|`lf destron sim `|N |`Simulate Destron tag`
|
|`lf destron sim `|N |`simulate Destron tag`
|
||||||
|
|
||||||
|
|
||||||
### lf em
|
### lf em
|
||||||
|
@ -745,8 +746,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf gallagher help `|Y |`This help`
|
|`lf gallagher help `|Y |`This help`
|
||||||
|`lf gallagher demod `|Y |`Demodulate an GALLAGHER tag from the GraphBuffer`
|
|`lf gallagher demod `|Y |`demodulate an GALLAGHER tag from the GraphBuffer`
|
||||||
|`lf gallagher reader `|N |`Attempt to read and extract tag data from the antenna`
|
|`lf gallagher reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf gallagher clone `|N |`clone GALLAGHER tag to T55x7`
|
|`lf gallagher clone `|N |`clone GALLAGHER tag to T55x7`
|
||||||
|`lf gallagher sim `|N |`simulate GALLAGHER tag`
|
|`lf gallagher sim `|N |`simulate GALLAGHER tag`
|
||||||
|
|
||||||
|
@ -759,7 +760,7 @@ Check column "offline" for their availability.
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf gproxii help `|Y |`this help`
|
|`lf gproxii help `|Y |`this help`
|
||||||
|`lf gproxii demod `|Y |`demodulate a G Prox II tag from the GraphBuffer`
|
|`lf gproxii demod `|Y |`demodulate a G Prox II tag from the GraphBuffer`
|
||||||
|`lf gproxii reader `|N |`attempt to read and extract tag data from the antenna`
|
|`lf gproxii reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf gproxii clone `|N |`clone Guardall tag to T55x7 or Q5/T5555`
|
|`lf gproxii clone `|N |`clone Guardall tag to T55x7 or Q5/T5555`
|
||||||
|`lf gproxii sim `|N |`simulate Guardall tag`
|
|`lf gproxii sim `|N |`simulate Guardall tag`
|
||||||
|
|
||||||
|
@ -787,7 +788,7 @@ Check column "offline" for their availability.
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf hitag help `|Y |`This help`
|
|`lf hitag help `|Y |`This help`
|
||||||
|`lf hitag eload `|N |`Load Hitag dump file into emulator memory`
|
|`lf hitag eload `|N |`Load Hitag dump file into emulator memory`
|
||||||
|`lf hitag list `|N |`List Hitag trace history`
|
|`lf hitag list `|Y |`List Hitag trace history`
|
||||||
|`lf hitag info `|N |`Tag information`
|
|`lf hitag info `|N |`Tag information`
|
||||||
|`lf hitag reader `|N |`Act like a Hitag reader`
|
|`lf hitag reader `|N |`Act like a Hitag reader`
|
||||||
|`lf hitag sim `|N |`Simulate Hitag transponder`
|
|`lf hitag sim `|N |`Simulate Hitag transponder`
|
||||||
|
@ -804,8 +805,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf idteck help `|Y |`This help`
|
|`lf idteck help `|Y |`This help`
|
||||||
|`lf idteck demod `|Y |`Demodulate an Idteck tag from the GraphBuffer`
|
|`lf idteck demod `|Y |`demodulate an Idteck tag from the GraphBuffer`
|
||||||
|`lf idteck reader `|N |`Attempt to read and Extract tag data from the antenna`
|
|`lf idteck reader `|N |`attempt to read and extract tag data`
|
||||||
|
|
||||||
|
|
||||||
### lf indala
|
### lf indala
|
||||||
|
@ -843,8 +844,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf jablotron help `|Y |`This help`
|
|`lf jablotron help `|Y |`This help`
|
||||||
|`lf jablotron demod `|Y |`Demodulate an Jablotron tag from the GraphBuffer`
|
|`lf jablotron demod `|Y |`demodulate an Jablotron tag from the GraphBuffer`
|
||||||
|`lf jablotron reader `|N |`Attempt to read and extract tag data from the antenna`
|
|`lf jablotron reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf jablotron clone `|N |`clone jablotron tag to T55x7 or Q5/T5555`
|
|`lf jablotron clone `|N |`clone jablotron tag to T55x7 or Q5/T5555`
|
||||||
|`lf jablotron sim `|N |`simulate jablotron tag`
|
|`lf jablotron sim `|N |`simulate jablotron tag`
|
||||||
|
|
||||||
|
@ -856,8 +857,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf keri help `|Y |`This help`
|
|`lf keri help `|Y |`This help`
|
||||||
|`lf keri demod `|Y |`Demodulate an KERI tag from the GraphBuffer`
|
|`lf keri demod `|Y |`demodulate an KERI tag from the GraphBuffer`
|
||||||
|`lf keri reader `|N |`Attempt to read and extract tag data from the antenna`
|
|`lf keri reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf keri clone `|N |`clone KERI tag to T55x7 or Q5/T5555`
|
|`lf keri clone `|N |`clone KERI tag to T55x7 or Q5/T5555`
|
||||||
|`lf keri sim `|N |`simulate KERI tag`
|
|`lf keri sim `|N |`simulate KERI tag`
|
||||||
|
|
||||||
|
@ -869,8 +870,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf motorola help `|Y |`This help`
|
|`lf motorola help `|Y |`This help`
|
||||||
|`lf motorola demod `|Y |`Demodulate an MOTOROLA tag from the GraphBuffer`
|
|`lf motorola demod `|Y |`demodulate an MOTOROLA tag from the GraphBuffer`
|
||||||
|`lf motorola reader `|N |`Attempt to read and extract tag data from the antenna`
|
|`lf motorola reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf motorola clone `|N |`clone MOTOROLA tag to T55x7`
|
|`lf motorola clone `|N |`clone MOTOROLA tag to T55x7`
|
||||||
|`lf motorola sim `|N |`simulate MOTOROLA tag`
|
|`lf motorola sim `|N |`simulate MOTOROLA tag`
|
||||||
|
|
||||||
|
@ -882,10 +883,10 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf nedap help `|Y |`This help`
|
|`lf nedap help `|Y |`This help`
|
||||||
|`lf nedap demod `|Y |`Demodulate Nedap tag from the GraphBuffer`
|
|`lf nedap demod `|Y |`demodulate Nedap tag from the GraphBuffer`
|
||||||
|`lf nedap reader `|N |`Attempt to read and extract tag data from the antenna`
|
|`lf nedap reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf nedap clone `|N |`Clone Nedap tag to T55x7 or Q5/T5555`
|
|`lf nedap clone `|N |`clone Nedap tag to T55x7 or Q5/T5555`
|
||||||
|`lf nedap sim `|N |`Simulate Nedap tag`
|
|`lf nedap sim `|N |`simulate Nedap tag`
|
||||||
|
|
||||||
|
|
||||||
### lf nexwatch
|
### lf nexwatch
|
||||||
|
@ -895,8 +896,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf nexwatch help `|Y |`This help`
|
|`lf nexwatch help `|Y |`This help`
|
||||||
|`lf nexwatch demod `|Y |`Demodulate a NexWatch tag (nexkey, quadrakey) from the GraphBuffer`
|
|`lf nexwatch demod `|Y |`demodulate a NexWatch tag (nexkey, quadrakey) from the GraphBuffer`
|
||||||
|`lf nexwatch reader `|N |`Attempt to Read and Extract tag data from the antenna`
|
|`lf nexwatch reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf nexwatch clone `|N |`clone NexWatch tag to T55x7`
|
|`lf nexwatch clone `|N |`clone NexWatch tag to T55x7`
|
||||||
|`lf nexwatch sim `|N |`simulate NexWatch tag`
|
|`lf nexwatch sim `|N |`simulate NexWatch tag`
|
||||||
|
|
||||||
|
@ -908,8 +909,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf noralsy help `|Y |`This help`
|
|`lf noralsy help `|Y |`This help`
|
||||||
|`lf noralsy demod `|Y |`Demodulate an Noralsy tag from the GraphBuffer`
|
|`lf noralsy demod `|Y |`demodulate an Noralsy tag from the GraphBuffer`
|
||||||
|`lf noralsy reader `|N |`Attempt to read and extract tag data from the antenna`
|
|`lf noralsy reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf noralsy clone `|N |`clone Noralsy tag to T55x7 or Q5/T5555`
|
|`lf noralsy clone `|N |`clone Noralsy tag to T55x7 or Q5/T5555`
|
||||||
|`lf noralsy sim `|N |`simulate Noralsy tag`
|
|`lf noralsy sim `|N |`simulate Noralsy tag`
|
||||||
|
|
||||||
|
@ -921,8 +922,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf pac help `|Y |`This help`
|
|`lf pac help `|Y |`This help`
|
||||||
|`lf pac demod `|Y |`Demodulate a PAC tag from the GraphBuffer`
|
|`lf pac demod `|Y |`demodulate a PAC tag from the GraphBuffer`
|
||||||
|`lf pac reader `|N |`Attempt to read and extract tag data from the antenna`
|
|`lf pac reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf pac clone `|N |`clone PAC tag to T55x7`
|
|`lf pac clone `|N |`clone PAC tag to T55x7`
|
||||||
|`lf pac sim `|N |`simulate PAC tag`
|
|`lf pac sim `|N |`simulate PAC tag`
|
||||||
|
|
||||||
|
@ -934,8 +935,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf paradox help `|Y |`This help`
|
|`lf paradox help `|Y |`This help`
|
||||||
|`lf paradox demod `|Y |`Demodulate a Paradox FSK tag from the GraphBuffer`
|
|`lf paradox demod `|Y |`demodulate a Paradox FSK tag from the GraphBuffer`
|
||||||
|`lf paradox reader `|N |`Attempt to read and Extract tag data from the antenna`
|
|`lf paradox reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf paradox clone `|N |`clone paradox tag`
|
|`lf paradox clone `|N |`clone paradox tag`
|
||||||
|`lf paradox sim `|N |`simulate paradox tag`
|
|`lf paradox sim `|N |`simulate paradox tag`
|
||||||
|
|
||||||
|
@ -960,7 +961,7 @@ Check column "offline" for their availability.
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf presco help `|Y |`This help`
|
|`lf presco help `|Y |`This help`
|
||||||
|`lf presco demod `|Y |`demodulate Presco tag from the GraphBuffer`
|
|`lf presco demod `|Y |`demodulate Presco tag from the GraphBuffer`
|
||||||
|`lf presco reader `|N |`Attempt to read and Extract tag data`
|
|`lf presco reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf presco clone `|N |`clone presco tag to T55x7 or Q5/T5555`
|
|`lf presco clone `|N |`clone presco tag to T55x7 or Q5/T5555`
|
||||||
|`lf presco sim `|N |`simulate presco tag`
|
|`lf presco sim `|N |`simulate presco tag`
|
||||||
|
|
||||||
|
@ -985,8 +986,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf securakey help `|Y |`This help`
|
|`lf securakey help `|Y |`This help`
|
||||||
|`lf securakey demod `|Y |`Demodulate an Securakey tag from the GraphBuffer`
|
|`lf securakey demod `|Y |`demodulate an Securakey tag from the GraphBuffer`
|
||||||
|`lf securakey reader `|N |`Attempt to read and extract tag data from the antenna`
|
|`lf securakey reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf securakey clone `|N |`clone Securakey tag to T55x7`
|
|`lf securakey clone `|N |`clone Securakey tag to T55x7`
|
||||||
|`lf securakey sim `|N |`simulate Securakey tag`
|
|`lf securakey sim `|N |`simulate Securakey tag`
|
||||||
|
|
||||||
|
@ -1040,8 +1041,8 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf viking help `|Y |`This help`
|
|`lf viking help `|Y |`This help`
|
||||||
|`lf viking demod `|Y |`Demodulate a Viking tag from the GraphBuffer`
|
|`lf viking demod `|Y |`demodulate a Viking tag from the GraphBuffer`
|
||||||
|`lf viking reader `|N |`Attempt to read and Extract tag data from the antenna`
|
|`lf viking reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf viking clone `|N |`clone Viking tag to T55x7 or Q5/T5555`
|
|`lf viking clone `|N |`clone Viking tag to T55x7 or Q5/T5555`
|
||||||
|`lf viking sim `|N |`simulate Viking tag`
|
|`lf viking sim `|N |`simulate Viking tag`
|
||||||
|
|
||||||
|
@ -1054,7 +1055,7 @@ Check column "offline" for their availability.
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`lf visa2000 help `|Y |`This help`
|
|`lf visa2000 help `|Y |`This help`
|
||||||
|`lf visa2000 demod `|Y |`demodulate an VISA2000 tag from the GraphBuffer`
|
|`lf visa2000 demod `|Y |`demodulate an VISA2000 tag from the GraphBuffer`
|
||||||
|`lf visa2000 reader `|N |`attempt to read and extract tag data from the antenna`
|
|`lf visa2000 reader `|N |`attempt to read and extract tag data`
|
||||||
|`lf visa2000 clone `|N |`clone Visa2000 tag to T55x7 or Q5/T5555`
|
|`lf visa2000 clone `|N |`clone Visa2000 tag to T55x7 or Q5/T5555`
|
||||||
|`lf visa2000 sim `|N |`simulate Visa2000 tag`
|
|`lf visa2000 sim `|N |`simulate Visa2000 tag`
|
||||||
|
|
||||||
|
@ -1108,7 +1109,7 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`smart help `|Y |`This help`
|
|`smart help `|Y |`This help`
|
||||||
|`smart list `|N |`List ISO 7816 history`
|
|`smart list `|Y |`List ISO 7816 history`
|
||||||
|`smart info `|N |`Tag information`
|
|`smart info `|N |`Tag information`
|
||||||
|`smart reader `|N |`Act like an IS07816 reader`
|
|`smart reader `|N |`Act like an IS07816 reader`
|
||||||
|`smart raw `|N |`Send raw hex data to tag`
|
|`smart raw `|N |`Send raw hex data to tag`
|
||||||
|
@ -1169,3 +1170,4 @@ Check column "offline" for their availability.
|
||||||
|`wiegand decode `|Y |`Convert raw hex to decoded wiegand format (currently for HID Prox)`
|
|`wiegand decode `|Y |`Convert raw hex to decoded wiegand format (currently for HID Prox)`
|
||||||
|
|
||||||
|
|
||||||
|
Full help dump done.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue