Giraut / SiRFIDaL

SiRFIDaL - Simple RFID authentication for Linux
GNU General Public License v3.0
31 stars 2 forks source link

sirfidal_autotype.py error #1

Closed FreeTheSmoke closed 2 years ago

FreeTheSmoke commented 2 years ago

When scanning my implant (the HF side of a NeXT, using a PM3) the UID is entered incorrectly by autotype.

The numbers of characters is correct, but the first two digits are substituted as )$ but if I run the getuid script its reading correctly.

If I delete the entry and add it again it fixes it for a while and then corrupts so maybe something in the way value for a certain window is retrieved/decrypted?

I'm using code from just after you simplified the config setups ~10 days ago

FreeTheSmoke commented 2 years ago

Resolved with help of author (removed xdo and installed pynput via pip3) No problems since then.