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

Maybe just wrong display infos #1

Open
michelinok opened this issue Nov 17, 2022 · 9 comments
Open

Maybe just wrong display infos #1

michelinok opened this issue Nov 17, 2022 · 9 comments

Comments

@michelinok
Copy link

When I launch with the correct parameters it shows

Hoppingcodes: 0x00000000 0x00000000 0x00000000
Startkey: 0xc01108f4dc2baaf

Is it normal that it shows "Hoppingcodes: 0x00000000 0x00000000 0x00000000" ?

@neo7530
Copy link
Owner

neo7530 commented Nov 17, 2022

Try to Start this way: kelloq.exe 0x11223344 0x55667788 0x99aabbcc So you have to enter 3 hopping Codes that are captured in sequence.

@michelinok
Copy link
Author

It's exactly what I'm doing:

KeeLoq.exe 0xDC3BD2C9 0x3F21F56A 0xE92A6DE3

But the output is:

Hoppingcodes: 0x00000000 0x00000000 0x00000000
Startkey: 0x46fa6ec69e5113d8

@neo7530
Copy link
Owner

neo7530 commented Nov 17, 2022

Oh. Will take a Look tomorrow... It is Just a proof of concept. Never got a Key this way. I use this now for cracking seed Codes for secure learning in keeloq algorithm.

@michelinok
Copy link
Author

ok, but...can it be a problem the fact that i'm not using a cuda system? (i know it could take days...i don't have a cuda system right now)
Have you ever tryed another bruteforcer?

@neo7530
Copy link
Owner

neo7530 commented Nov 17, 2022

Without a cuda card it wont work. This is why you get 0x00000000... The Software does copy the hopping Codes into cuda RAM and back to Display on Screen. If you dont have any cuda card, this wont work. An other bruteforcer doesnt make sense, because of the huge keyspace of 64bit. Which System Do you try to brute force?

@michelinok
Copy link
Author

My FAAC garage door, recorded with my flipper zero the keys and trying with your utility.
I'll try with a cuda system (not powerful) when I'll arrive at my office.

@neo7530
Copy link
Owner

neo7530 commented Nov 18, 2022

Can you provide a serial number, so i can check, if i have the manufacturer Key already...

@poritok
Copy link

poritok commented Dec 21, 2022

Great code! Would it be 32 faster using the bit-slicing approach from Giovanni Agosta? He an his team use bit-slicing and work at the same time in 32 Registers.

@neo7530
Copy link
Owner

neo7530 commented Dec 22, 2022

My cuda Code works on 8192 independend keys in parallel, so i dont know if bitslicing would make it any faster.

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