Skip to content

Instantly share code, notes, and snippets.

@0dayfrp
Created February 18, 2024 16:01
Show Gist options
  • Save 0dayfrp/7a21088b8fc85483003b3ded9807dc1d to your computer and use it in GitHub Desktop.
Save 0dayfrp/7a21088b8fc85483003b3ded9807dc1d to your computer and use it in GitHub Desktop.
log
ubuntu@ubuntu-VirtualBox:~$ sudo pcsc_scan
[sudo] password for ubuntu:
Using reader plug'n play mechanism
Scanning present readers...
0: Virtual PCD 00 00
1: Virtual PCD 00 01
2: OMNIKEY AG CardMan 3121 00 00
Sun Feb 18 16:34:39 2024
Reader 0: Virtual PCD 00 00
Event number: 0
Card state: Card removed,
Reader 1: Virtual PCD 00 01
Event number: 0
Card state: Card removed,
Reader 2: OMNIKEY AG CardMan 3121 00 00
Event number: 0
Card state: Card inserted,
ATR: 3B 6E 00 00 80 31 80 66 B0 84 0C 01 6E 01 83 00 90 00
ATR: 3B 6E 00 00 80 31 80 66 B0 84 0C 01 6E 01 83 00 90 00
+ TS = 3B --> Direct Convention
+ T0 = 6E, Y(1): 0110, K: 14 (historical bytes)
TB(1) = 00 --> VPP is not electrically connected
TC(1) = 00 --> Extra guard time: 0
+ Historical bytes: 80 31 80 66 B0 84 0C 01 6E 01 83 00 90 00
Category indicator byte: 80 (compact TLV data object)
Tag: 3, len: 1 (card service data byte)
Card service data byte: 80
- Application selection: by full DF name
- EF.DIR and EF.ATR access services: by GET RECORD(s) command
- Card with MF
Tag: 6, len: 6 (pre-issuing data)
Data: B0 84 0C 01 6E 01
Tag: 8, len: 3 (status indicator)
LCS (life card cycle): 00 (No information given)
SW: 9000 (Normal processing.)
Possibly identified card (using /usr/share/pcsc/smartcard_list.txt):
3B 6E 00 00 80 31 80 66 B0 84 0C 01 6E 01 83 00 90 00
Optelio Cards (D72 R4 WR)
Nordea (a Skandinavian bank) eID card
http://linux.fi/wiki/Nordea_eID
RBC Royal Bank Client Card (bank in Canada)
Banco Santander TUI/USC R7
Gemalto Optelio/Desineo D72 (JavaCard) with WG10 and Maestro (JavaCard) (Bank)
Carte Ticket Restaurant with MasterCard
Citigold VISA Debit for Citibank, Australia
Platinum VISA card for Citibank, Australia
VISA Infinite issued by RBC Royal Bank (Canada)
http://www.rbc.com/
Postepay Evolution - Poste Italiane (mastercard)
"la Caixa" (Spain) (VISA Electron) debit card (Bank)
https://www.lacaixa.es/
Italian Webank.it BPM Banca Popolare di Milano Bancomat & Maestro Card (Bank)
Sun Feb 18 16:35:24 2024
Reader 0: Virtual PCD 00 00
Event number: 1
Card state: Card inserted,
ATR: 3B 80 80 01 01
ATR: 3B 80 80 01 01
+ TS = 3B --> Direct Convention
+ T0 = 80, Y(1): 1000, K: 0 (historical bytes)
TD(1) = 80 --> Y(i+1) = 1000, Protocol T = 0
-----
TD(2) = 01 --> Y(i+1) = 0000, Protocol T = 1
-----
+ Historical bytes:
+ TCK = 01 (correct checksum)
Possibly identified card (using /usr/share/pcsc/smartcard_list.txt):
3B 80 80 01 01
ISO 14443 Type B without historical bytes
Electronic Passport
Spanish passport (2012)
Canadian Passport
Venez_Prox
ubuntu@ubuntu-VirtualBox:~$
ubuntu@ubuntu-VirtualBox:~$ sudo pcscd -f -d
00000000 [140313702429184] debuglog.c:299:DebugLogSetLevel() debug level=debug
00001170 [140313702429184] configfile.l:293:DBGetReaderListDir() Parsing conf directory: /etc/reader.conf.d
00000095 [140313702429184] configfile.l:329:DBGetReaderListDir() Skipping non regular file: .
00000034 [140313702429184] configfile.l:329:DBGetReaderListDir() Skipping non regular file: ..
00000035 [140313702429184] configfile.l:369:DBGetReaderList() Parsing conf file: /etc/reader.conf.d/vpcd
00000324 [140313702429184] configfile.l:210:evaluatetoken() Add reader: Virtual PCD
00000078 [140313702429184] configfile.l:369:DBGetReaderList() Parsing conf file: /etc/reader.conf.d/libccidtwin
00000182 [140313702429184] readerfactory.c:1097:RFInitializeReader() Attempting startup of Virtual PCD 00 00 using /usr/lib/pcsc/drivers/serial/libifdvpcd.so
00000594 [140313702429184] readerfactory.c:972:RFBindFunctions() Loading IFD Handler 3.0
00000672 [140313702429184] ifd-vpcd.c:134:IFDHCreateChannel() Connected to virtual ICC on 192.168.43.163 port 35963
00000058 [140313702429184] ifd-vpcd.c:340:IFDHGetCapabilities() unknown tag 4019
00000034 [140313702429184] readerfactory.c:395:RFAddReader() Using the pcscd polling thread
00000344 [140313702429184] readerfactory.c:528:RFAddReader() Driver is slot thread safe
00000053 [140313702429184] readerfactory.c:1097:RFInitializeReader() Attempting startup of Virtual PCD 00 01 using /usr/lib/pcsc/drivers/serial/libifdvpcd.so
00000034 [140313702429184] readerfactory.c:885:RFLoadReader() Reusing already loaded driver for /usr/lib/pcsc/drivers/serial/libifdvpcd.so
00000035 [140313702429184] readerfactory.c:972:RFBindFunctions() Loading IFD Handler 3.0
00000215 [140313702429184] ifd-vpcd.c:134:IFDHCreateChannel() Connected to virtual ICC on 192.168.43.163 port 35964
00000299 [140313702429184] ifd-vpcd.c:340:IFDHGetCapabilities() unknown tag 4019
00000036 [140313702429184] readerfactory.c:562:RFAddReader() Using the pcscd polling thread
00000319 [140313702429184] pcscdaemon.c:663:main() pcsc-lite 1.9.5 daemon ready.
00022835 [140313702429184] hotplug_libudev.c:300:get_driver() Looking for a driver for VID: 0x1D6B, PID: 0x0002, path: /dev/bus/usb/001/001
00004050 [140313702429184] hotplug_libudev.c:300:get_driver() Looking for a driver for VID: 0x1D6B, PID: 0x0002, path: /dev/bus/usb/001/001
00002078 [140313702429184] hotplug_libudev.c:300:get_driver() Looking for a driver for VID: 0x076B, PID: 0x3021, path: /dev/bus/usb/001/002
00003297 [140313702429184] hotplug_libudev.c:441:HPAddDevice() Adding USB device: OMNIKEY AG CardMan 3121
00000267 [140313702429184] readerfactory.c:1097:RFInitializeReader() Attempting startup of OMNIKEY AG CardMan 3121 00 00 using /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so
00003684 [140313702429184] readerfactory.c:972:RFBindFunctions() Loading IFD Handler 3.0
00001832 [140313702429184] ifdhandler.c:2088:init_driver() Driver version: 1.5.5
00001964 [140313702429184] ifdhandler.c:2110:init_driver() LogLevel: 0x0003
00008795 [140313702429184] ifdhandler.c:2121:init_driver() DriverOptions: 0x0000
00000419 [140313702429184] ifdhandler.c:111:CreateChannelByNameOrChannel() Lun: 0, device: usb:076b/3021:libudev:0:/dev/bus/usb/001/002
00000030 [140313702429184] ccid_usb.c:331:OpenUSBByName() Using: /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
00001143 [140313702429184] ccid_usb.c:349:OpenUSBByName() ifdManufacturerString: Ludovic Rousseau (ludovic.rousseau@free.fr)
00000037 [140313702429184] ccid_usb.c:350:OpenUSBByName() ifdProductString: Generic CCID driver
00000015 [140313702429184] ccid_usb.c:351:OpenUSBByName() Copyright: This driver is protected by terms of the GNU Lesser General Public License version 2.1, or (at your option) any later version.
00156845 [140313702429184] ccid_usb.c:747:OpenUSBByName() Found Vendor/Product: 076B/3021 (OMNIKEY AG CardMan 3121)
00000065 [140313702429184] ccid_usb.c:749:OpenUSBByName() Using USB bus/device: 1/2
00007037 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 10752 bps
00000043 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 21505 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 43010 bps
00000041 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 86021 bps
00000025 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 172043 bps
00000014 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 344086 bps
00000029 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 129032 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 215053 bps
00000028 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 12903 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 25806 bps
00000024 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 51612 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 103225 bps
00000028 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 206451 bps
00000032 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 412903 bps
00000025 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 154838 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 258064 bps
00000026 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 7168 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 14336 bps
00000029 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 28673 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 57347 bps
00000026 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 114695 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 229390 bps
00000027 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 143369 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 8602 bps
00000028 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 17204 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 34408 bps
00000045 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 68817 bps
00000014 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 137634 bps
00000028 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 275268 bps
00000014 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 5376 bps
00000025 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 64516 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 107526 bps
00000035 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 6451 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 77419 bps
00000029 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 8064 bps
00000014 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 16129 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 32258 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 96774 bps
00000027 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 161290 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 3584 bps
00000029 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 71684 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 4301 bps
00000027 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 2688 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 53763 bps
00000034 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 3225 bps
00000025 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 38709 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 4032 bps
00000027 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 48387 bps
00000014 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 80645 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 2150 bps
00000020 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 2580 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 5161 bps
00000027 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 10322 bps
00000024 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 20645 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 41290 bps
00000036 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 82580 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 30967 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 7812 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 15625 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 31250 bps
00000037 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 62500 bps
00000014 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 125000 bps
00000026 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 250000 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 93750 bps
00000033 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 156250 bps
00000031 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 9375 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 18750 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 37500 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 75000 bps
00000014 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 150000 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 300000 bps
00000026 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 112500 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 187500 bps
00000038 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 5208 bps
00000016 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 10416 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 20833 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 41666 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 83333 bps
00000027 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 166666 bps
00000014 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 104166 bps
00000046 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 6250 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 12500 bps
00000028 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 25000 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 50000 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 100000 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 200000 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 3906 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 46875 bps
00000024 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 78125 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 4687 bps
00000038 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 56250 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 5859 bps
00000039 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 11718 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 23437 bps
00000024 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 70312 bps
00000014 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 117187 bps
00000024 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 2604 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 52083 bps
00000031 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 3125 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 1953 bps
00000026 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 39062 bps
00000013 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 2343 bps
00000033 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 28125 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 2929 bps
00000039 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 35156 bps
00000012 [140313702429184] ccid_usb.c:1485:get_data_rates() declared: 58593 bps
00110772 [140313702429184] ifdhandler.c:389:IFDHGetCapabilities() tag: 0xFB3, usb:076b/3021:libudev:0:/dev/bus/usb/001/002 (lun: 0)
00000037 [140313702429184] readerfactory.c:400:RFAddReader() Using the reader polling thread
00001155 [140313702429184] ifdhandler.c:389:IFDHGetCapabilities() tag: 0xFAE, usb:076b/3021:libudev:0:/dev/bus/usb/001/002 (lun: 0)
00000036 [140313702429184] ifdhandler.c:473:IFDHGetCapabilities() Reader supports 1 slot(s)
00001853 [140313663940160] ifdhandler.c:1232:IFDHPowerICC() action: PowerUp, usb:076b/3021:libudev:0:/dev/bus/usb/001/002 (lun: 0)
00000821 [140313702429184] hotplug_libudev.c:300:get_driver() Looking for a driver for VID: 0x1D6B, PID: 0x0003, path: /dev/bus/usb/002/001
00000351 [140313702429184] readerfactory.c:1438:RFWaitForReaderInit() Waiting init for reader: OMNIKEY AG CardMan 3121 00 00
00010172 [140313702429184] readerfactory.c:1438:RFWaitForReaderInit() Waiting init for reader: OMNIKEY AG CardMan 3121 00 00
00017340 [140313663940160] eventhandler.c:289:EHStatusHandlerThread() powerState: POWER_STATE_POWERED
00000043 [140313663940160] Card ATR: 3B 6E 00 00 80 31 80 66 B0 84 0C 01 6E 01 83 00 90 00
05005992 [140313663940160] ifdhandler.c:1232:IFDHPowerICC() action: PowerDown, usb:076b/3021:libudev:0:/dev/bus/usb/001/002 (lun: 0)
00001710 [140313663940160] eventhandler.c:482:EHStatusHandlerThread() powerState: POWER_STATE_UNPOWERED
99999999 [140313702429184] winscard_msg_srv.c:256:ProcessEventsServer() Common channel packet arrival
00000079 [140313702429184] winscard_msg_srv.c:267:ProcessEventsServer() ProcessCommonChannelRequest detects: 12
00000013 [140313702429184] pcscdaemon.c:133:SVCServiceRunLoop() A new context thread creation is requested: 12
00001576 [140313647154752] winscard_svc.c:340:ContextThread() Authorized PC/SC client
00000034 [140313647154752] winscard_svc.c:343:ContextThread() Thread is started: dwClientID=12, threadContext @0x56371d638f80
00000064 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_VERSION from client 12
00000045 [140313647154752] winscard_svc.c:373:ContextThread() Client is protocol version 4:4
00000026 [140313647154752] winscard_svc.c:396:ContextThread() CMD_VERSION rv=0x0 for client 12
00000371 [140313647154752] winscard_svc.c:361:ContextThread() Received command: ESTABLISH_CONTEXT from client 12
00000034 [140313647154752] winscard.c:215:SCardEstablishContext() Establishing Context: 0x7FD55619
00000013 [140313647154752] winscard_svc.c:461:ContextThread() ESTABLISH_CONTEXT rv=0x0 for client 12
00000155 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 12
00000243 [140313647154752] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 12
00001126 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_STOP_WAITING_READER_STATE_CHANGE from client 12
00000031 [140313647154752] winscard_svc.c:442:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 12
00000109 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 12
00000029 [140313647154752] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 12
00000132 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_STOP_WAITING_READER_STATE_CHANGE from client 12
00000018 [140313647154752] winscard_svc.c:442:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 12
00000462 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_GET_READERS_STATE from client 12
00000098 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_GET_READERS_STATE from client 12
00000183 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 12
00000016 [140313647154752] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 12
00000098 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_STOP_WAITING_READER_STATE_CHANGE from client 12
00000013 [140313647154752] winscard_svc.c:442:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 12
00202060 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 12
00000039 [140313647154752] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 12
44062344 [140313702429184] winscard_msg_srv.c:256:ProcessEventsServer() Common channel packet arrival
00000265 [140313702429184] winscard_msg_srv.c:267:ProcessEventsServer() ProcessCommonChannelRequest detects: 13
00000025 [140313702429184] pcscdaemon.c:133:SVCServiceRunLoop() A new context thread creation is requested: 13
00002583 [140313638762048] winscard_svc.c:340:ContextThread() Authorized PC/SC client
00000054 [140313638762048] winscard_svc.c:343:ContextThread() Thread is started: dwClientID=13, threadContext @0x56371d693c70
00000058 [140313638762048] winscard_svc.c:361:ContextThread() Received command: CMD_VERSION from client 13
00000066 [140313638762048] winscard_svc.c:373:ContextThread() Client is protocol version 4:4
00000022 [140313638762048] winscard_svc.c:396:ContextThread() CMD_VERSION rv=0x0 for client 13
00000666 [140313638762048] winscard_svc.c:361:ContextThread() Received command: ESTABLISH_CONTEXT from client 13
00000121 [140313638762048] winscard.c:215:SCardEstablishContext() Establishing Context: 0x66B6977E
00000047 [140313638762048] winscard_svc.c:461:ContextThread() ESTABLISH_CONTEXT rv=0x0 for client 13
00000553 [140313638762048] winscard_svc.c:361:ContextThread() Received command: CMD_GET_READERS_STATE from client 13
00000251 [140313638762048] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 13
00000336 [140313638762048] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 13
00000290 [140313638762048] winscard_svc.c:361:ContextThread() Received command: CMD_STOP_WAITING_READER_STATE_CHANGE from client 13
00000060 [140313638762048] winscard_svc.c:442:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 13
00000201 [140313638762048] winscard_svc.c:361:ContextThread() Received command: CONNECT from client 13
00000116 [140313638762048] winscard_svc.c:499:ContextThread() Authorized client for 'OMNIKEY AG CardMan 3121 00 00'
00000037 [140313638762048] winscard.c:258:SCardConnect() Attempting Connect to OMNIKEY AG CardMan 3121 00 00 using protocol: 3
00000017 [140313638762048] readerfactory.c:843:RFReaderInfo() RefReader() count was: 1
00003251 [140313638762048] ifdhandler.c:1232:IFDHPowerICC() action: PowerUp, usb:076b/3021:libudev:0:/dev/bus/usb/001/002 (lun: 0)
00029781 [140313638762048] winscard.c:332:SCardConnect() power up complete.
00000078 [140313638762048] Card ATR: 3B 6E 00 00 80 31 80 66 B0 84 0C 01 6E 01 83 00 90 00
00000020 [140313638762048] winscard.c:352:SCardConnect() powerState: POWER_STATE_IN_USE
00000037 [140313638762048] prothandler.c:107:PHSetProtocol() Attempting PTS to T=0
00000020 [140313638762048] ifdhandler.c:729:IFDHSetProtocolParameters() protocol T=0, usb:076b/3021:libudev:0:/dev/bus/usb/001/002 (lun: 0)
00001347 [140313638762048] winscard.c:430:SCardConnect() Active Protocol: T=0
00000043 [140313638762048] winscard.c:456:SCardConnect() hCard Identity: 5ebc10d5
00000019 [140313638762048] winscard.c:518:SCardConnect() UnrefReader() count was: 2
00000088 [140313638762048] winscard_svc.c:519:ContextThread() CONNECT rv=0x0 for client 13
00320847 [140313689372224] ifd-vpcd.c:286:IFDHGetCapabilities() Got ATR (5 bytes)
00000067 [140313689372224] eventhandler.c:406:EHStatusHandlerThread() powerState: POWER_STATE_POWERED
00000027 [140313689372224] eventhandler.c:423:EHStatusHandlerThread() Card inserted into Virtual PCD 00 00
00000026 [140313689372224] winscard_svc.c:828:MSGSignalClient() Signal client: 12
00000032 [140313689372224] winscard_svc.c:831:MSGSignalClient() SIGNAL rv=0x0 for client 12
00000146 [140313689372224] Card ATR: 3B 80 80 01 01
00000780 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 12
00000032 [140313647154752] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 12
00000298 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_STOP_WAITING_READER_STATE_CHANGE from client 12
00000017 [140313647154752] winscard_svc.c:442:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 12
00166173 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 12
00000067 [140313647154752] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 12
00233594 [140313689372224] eventhandler.c:482:EHStatusHandlerThread() powerState: POWER_STATE_UNPOWERED
99999999 [140313663940160] winscard_svc.c:828:MSGSignalClient() Signal client: 12
00000078 [140313663940160] winscard_svc.c:831:MSGSignalClient() SIGNAL rv=0x0 for client 12
00001131 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 12
00000038 [140313647154752] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 12
99999999 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_STOP_WAITING_READER_STATE_CHANGE from client 12
00000194 [140313647154752] winscard_svc.c:442:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 12
00000678 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 12
00000030 [140313647154752] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 12
00000290 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_STOP_WAITING_READER_STATE_CHANGE from client 12
00000020 [140313647154752] winscard_svc.c:442:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 12
00000396 [140313647154752] winscard_svc.c:361:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 12
00000031 [140313647154752] winscard_svc.c:840:MSGSendReaderStates() Send reader states: 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment