Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. >>> %Run samcard.py
  2. 2019-07-17 08:24:41,984 - DEBUG - samcard - ['ACS ACR1252 Dual Reader [ACR1252 Dual Reader PICC] 00 00', 'ACS ACR1252 Dual Reader [ACR1252 Dual Reader SAM] 01 00']
  3. 2019-07-17 08:24:42,034 - DEBUG - samcard - Initializing picc and samcard reader OK
  4. 2019-07-17 08:24:42,035 - DEBUG - samcard - Transmit to SAMCARD = 00A4040C09A00000000000000011
  5. 2019-07-17 08:24:42,074 - DEBUG - samcard - [SW1SW2] : DATA = [9000] :
  6. 2019-07-17 08:24:42,114 - DEBUG - samcard - Transmit to PICC = 5A010000
  7. 2019-07-17 08:24:42,121 - DEBUG - samcard - [SW1SW2] : DATA = [9000] : 00
  8. 2019-07-17 08:24:42,122 - DEBUG - samcard - Transmit to PICC = BD00000000170000
  9. 2019-07-17 08:24:42,129 - DEBUG - samcard - [SW1SW2] : DATA = [0000] : 00 42 52 49 60 13 50 04 02 42 94 36 24 09 18 31 12 99 00 15 30 34
  10. CARD NUMBER = 6013500402429436
  11. 2019-07-17 08:24:42,131 - DEBUG - samcard - Transmit to PICC = BD01000000200000
  12. 2019-07-17 08:24:42,139 - DEBUG - samcard - [SW1SW2] : DATA = [0000] : 00 24 09 18 61 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  13. 2019-07-17 08:24:42,141 - DEBUG - samcard - Transmit to PICC = 5A030000
  14. 2019-07-17 08:24:42,147 - DEBUG - samcard - [SW1SW2] : DATA = [9000] : 00
  15. 2019-07-17 08:24:42,148 - DEBUG - samcard - Transmit to PICC = 0A00
  16. 2019-07-17 08:24:42,156 - DEBUG - samcard - [SW1SW2] : DATA = [1901] : AF 2F 4D 38 9B A7 D8
  17. 2019-07-17 08:24:42,157 - ERROR - samcard - 'NoneType' object is not iterable
  18. 2019-07-17 08:24:42,158 - DEBUG - samcard - Transmit to PICC = FFCA000000
  19. 2019-07-17 08:24:42,161 - DEBUG - samcard - [SW1SW2] : DATA = [9000] : 04 79 7D E2 B0 58 80
  20. CARD KEY = None
  21. CARD UID = 04797DE2B05880
  22. 2019-07-17 08:24:42,164 - ERROR - samcard - unsupported format string passed to NoneType.__format__
  23. >>> %Run samcard.py
  24. 2019-07-17 08:24:53,723 - DEBUG - samcard - ['ACS ACR1252 Dual Reader [ACR1252 Dual Reader PICC] 00 00', 'ACS ACR1252 Dual Reader [ACR1252 Dual Reader SAM] 01 00']
  25. 2019-07-17 08:24:53,775 - DEBUG - samcard - Initializing picc and samcard reader OK
  26. 2019-07-17 08:24:53,776 - DEBUG - samcard - Transmit to SAMCARD = 00A4040C09A00000000000000011
  27. 2019-07-17 08:24:53,815 - DEBUG - samcard - [SW1SW2] : DATA = [9000] :
  28. 2019-07-17 08:24:53,817 - DEBUG - samcard - Transmit to PICC = 5A010000
  29. 2019-07-17 08:24:53,821 - DEBUG - samcard - [SW1SW2] : DATA = [9000] : 00
  30. 2019-07-17 08:24:53,822 - DEBUG - samcard - Transmit to PICC = BD00000000170000
  31. 2019-07-17 08:24:53,829 - DEBUG - samcard - [SW1SW2] : DATA = [0000] : 00 42 52 49 60 13 50 04 02 42 94 36 24 09 18 31 12 99 00 15 30 34
  32. CARD NUMBER = 6013500402429436
  33. 2019-07-17 08:24:53,831 - DEBUG - samcard - Transmit to PICC = BD01000000200000
  34. 2019-07-17 08:24:53,839 - DEBUG - samcard - [SW1SW2] : DATA = [0000] : 00 24 09 18 61 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  35. 2019-07-17 08:24:53,840 - DEBUG - samcard - Transmit to PICC = 5A030000
  36. 2019-07-17 08:24:53,846 - DEBUG - samcard - [SW1SW2] : DATA = [9000] : 00
  37. 2019-07-17 08:24:53,847 - DEBUG - samcard - Transmit to PICC = 0A00
  38. 2019-07-17 08:24:53,854 - DEBUG - samcard - [SW1SW2] : DATA = [F4EA] : AF 1A 20 97 2C BB 25
  39. 2019-07-17 08:24:53,855 - ERROR - samcard - 'NoneType' object is not iterable
  40. 2019-07-17 08:24:53,856 - DEBUG - samcard - Transmit to PICC = FFCA000000
  41. 2019-07-17 08:24:53,859 - DEBUG - samcard - [SW1SW2] : DATA = [9000] : 04 79 7D E2 B0 58 80
  42. CARD KEY = None
  43. CARD UID = 04797DE2B05880
  44. 2019-07-17 08:24:53,862 - ERROR - samcard - unsupported format string passed to NoneType.__format__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement