From 7e57bc4ed15a0098f992ebe314b5e5caa9454f43 Mon Sep 17 00:00:00 2001 From: Jan Neduchal Date: Wed, 5 Feb 2020 16:32:21 +0100 Subject: [PATCH] Fixed the url as the service has moved --- client/cmdsmartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdsmartcard.c b/client/cmdsmartcard.c index 7a892a8e0..6422fe605 100644 --- a/client/cmdsmartcard.c +++ b/client/cmdsmartcard.c @@ -740,7 +740,7 @@ static int CmdSmartInfo(const char *Cmd) { PrintAndLogEx(INFO, "--- Smartcard Information ---------"); PrintAndLogEx(INFO, "-------------------------------------------------------------"); PrintAndLogEx(INFO, "ISO7618-3 ATR : %s", sprint_hex(card.atr, card.atr_len)); - PrintAndLogEx(INFO, "\nhttp://smartcard-atr.appspot.com/parse?ATR=%s", sprint_hex_inrow(card.atr, card.atr_len)); + PrintAndLogEx(INFO, "\nhttp://smartcard-atr.apdu.fr/parse?ATR=%s", sprint_hex_inrow(card.atr, card.atr_len)); // print ATR PrintAndLogEx(NORMAL, "");