Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is my ledger legit ? #15

Closed
c0mm0n opened this issue Sep 21, 2017 · 2 comments
Closed

Is my ledger legit ? #15

c0mm0n opened this issue Sep 21, 2017 · 2 comments

Comments

@c0mm0n
Copy link

c0mm0n commented Sep 21, 2017

Hi,

I've tried to use the python command to check if my Ledger is legit (ordered from Ledger directly).

I get this:

Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/Library/Python/2.7/site-packages/ledgerblue/checkGenuine.py", line 131, in <module>
    secret = getDeployedSecretV2(dongle, bytearray.fromhex(args.rootPrivateKey), args.targetId, args.issuerKey)
  File "/Library/Python/2.7/site-packages/ledgerblue/checkGenuine.py", line 40, in getDeployedSecretV2
    dongle.exchange(apdu)
  File "/Library/Python/2.7/site-packages/ledgerblue/comm.py", line 130, in exchange
    raise CommException("Invalid status %04x" % sw, sw, response)
ledgerblue.commException.CommException: Exception : Invalid status 6484

Is it a concern ?

@c0mm0n
Copy link
Author

c0mm0n commented Sep 21, 2017

Ok solved, was not using the correct product ID

python -m ledgerblue.checkGenuine --targetId 0x31100002
Product is genuine

@sayeghr
Copy link

sayeghr commented Oct 14, 2017

This issue should be marked closed.

@Saltari Saltari closed this as completed Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants