Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.24 KB | None | 0 0
  1. sudo python2 mooltipass-2.py
  2.  
  3. Mooltipass Card Reader
  4. Reader found
  5.  
  6. Get Reader Info Packet
  7. Max number of command data bytes: 255
  8. Max number of data bytes that can be requested to be transmitted in a response: 255
  9. Firmware: 0x41 0x43 0x52 0x33 0x38 0x2d 0x31 0x31 0x32 0x63
  10. Supported card types :
  11. - No card type
  12. - I2C <= 16kb card type
  13. - I2C > 16kb card type
  14. - AT88SC153 card type
  15. - AT88SC1608 card type
  16. - SLE4418/28 card type
  17. - SLE4432/42 card type
  18. - SLE4406/36 & SLE5536 card type
  19. - SLE4404 card type
  20. - AT88SC101/102/103 card type
  21. - MCU T=0 card type
  22. - MCU T=1 card type
  23. MCU T=0 card type selected
  24. Card inserted, powered up
  25.  
  26. Power Off Packet
  27. Response OK
  28. ICC present and inactive
  29. Clock running
  30.  
  31. Power On Packet
  32. abData: 0x3b 0x04 0xf0 0xf0 0x36 0x96
  33.  
  34. Select Card Type Packet
  35. Response OK
  36. ICC present and active
  37. Correctly changed card type to AT88SC102
  38.  
  39. Read Memory Card Packet
  40. Response OK
  41. ICC present and active
  42. Correct AT88SC102 card inserted
  43. Card Initialized by Mooltipass
  44. Number of tries left: 4
  45. User Card
  46.  
  47. Please enter the path to the memory export file: mooltipass-export.bin
  48. Traceback (most recent call last):
  49.   File "mooltipass-2.py", line 522, in <module>
  50.     nonce.append(json_data[1][0][str(i)])
  51. KeyError: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement