]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Added `hf emv exec` - command for execute EMV transaction
authormerlokk <olegmsn@gmail.com>
Sat, 25 Nov 2017 12:40:23 +0000 (14:40 +0200)
committermerlokk <olegmsn@gmail.com>
Sat, 25 Nov 2017 12:40:23 +0000 (14:40 +0200)
Added to `hf emv exec` MSD path for VISA and Mastercard and some other compatible EMV cards

CHANGELOG.md
client/emv/cmdemv.c

index fabd04b0d4b1cad8c7bb01f774006de729f0f20d..644f6c0f7319b02ca4fe10fcef4e76fd8e72b235 100644 (file)
@@ -42,6 +42,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
 - Added `hf emv` group of commands (Merlok)
 - Added `hf emv search` `hf emv pse` - commands for selection of EMV application (Merlok)
 - Added `hf emv select` - command for select EMV application (Merlok)
+- Added `hf emv exec` - command for execute EMV transaction (Merlok)
+- Added to `hf emv exec` MSD path for VISA and Mastercard and some other compatible EMV cards (Merlok)
 
 ## [3.0.1][2017-06-08]
 
index 679c26edeb321705d546c3078d0379d263ac86e1..da444a26659c8bca6bbe4e5b3e34841478705b9b 100644 (file)
@@ -405,8 +405,8 @@ int CmdHFEMVExec(const char *cmd) {
        PrintAndLog("\n* Init transaction parameters.");
 
     //9F66:(Terminal Transaction Qualifiers (TTQ)) len:4
-//     TLV_ADD(0x9F66, "\x86\x00\x00\x00"); // MSD
-       TLV_ADD(0x9F66, "\x26\x00\x00\x00"); // qVSDC
+       TLV_ADD(0x9F66, "\x86\x00\x00\x00"); // MSD
+//     TLV_ADD(0x9F66, "\x26\x00\x00\x00"); // qVSDC
 //     TLV_ADD(0x9F66, "\x8e\x00\x00\x00"); // CDA
     //9F02:(Amount, Authorised (Numeric)) len:6
        TLV_ADD(0x9F02, "\x00\x00\x00\x00\x01\x00");
Impressum, Datenschutz