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

Screen output does not include keys #88

Open
thekix opened this issue Jan 2, 2021 · 0 comments
Open

Screen output does not include keys #88

thekix opened this issue Jan 2, 2021 · 0 comments

Comments

@thekix
Copy link

thekix commented Jan 2, 2021

Hi,

using mfoc, we can see something like this for an empty tag:

Auth with all sectors succeeded, dumping keys to a file!
Block 63, type A, key d86ca4cd9921 :00  00  00  00  00  00  08  77  8f  69  00  00  00  00  00  00  
Block 62, type A, key d86ca4cd9921 :00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  
Block 61, type A, key d86ca4cd9921 :00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  
Block 60, type A, key d86ca4cd9921 :00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  

If we see the output file, is something like this (last block):

kix@inle:/home/kix$ hexdump -v fq-tg.mfc 
...
00003c0 0000 0000 0000 0000 0000 0000 0000 0000
00003d0 0000 0000 0000 0000 0000 0000 0000 0000
00003e0 0000 0000 0000 0000 0000 0000 0000 0000
00003f0 6cd8 cda4 2199 7708 698f 2d65 30f8 c617

If we compare the hexdump and the mfoc output, se can see this:

mfoc output: Block 63, type A, key d86ca4cd9921 :00  00  00  00  00  00  08  77  8f  69  00  00  00  00  00  00  
hexdump output: 00003f0                          6c  d8  cd  a4  21  99  77  08  69  8f  2d  65  30  f8  c6  17

We can see the A key (d86c a4cd 9921) and the B key (652d f830 17c6) are replaced by zeros in the mfoc output.

Probably the output should include the keys. What do you think?

Regards
kix

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

1 participant