Warning on the PCF7931 bruteforce command

This commit is contained in:
Samuele Guerrini 2019-01-06 15:20:45 +01:00
commit 8537b3fee8

View file

@ -80,7 +80,9 @@ int usage_pcf7931_write(){
int usage_pcf7931_bruteforce()
{
PrintAndLog("Usage: lf pcf7931 bruteforce [h] <start password> <tries>");
PrintAndLog("This command tries to write a PCF7931 tag.");
PrintAndLog("This command tries to disable PAC of a PCF7931 transponder by bruteforcing the password.");
PrintAndLog("!! THIS IS NOT INTENDED TO RECOVER THE FULL PASSWORD !!");
PrintAndLog("!! DO NOT USE UNLESS THE FIRST 5 BYTES OF THE PASSWORD ARE KNOWN !!");
PrintAndLog("Options:");
PrintAndLog(" h This help");
PrintAndLog(" start password hex password to start from");