Author Topic: DigiSpark Pro Micro - brute force Android PIN  (Read 3274 times)

krzyswlosek

  • Newbie
  • *
  • Posts: 1
DigiSpark Pro Micro - brute force Android PIN
« on: August 17, 2016, 12:44:27 pm »
Hello!
I saw here http://blog.infosecsee.com/2014/01/brute-forcing-android-pins-with-arduino.html how to brute force Android PIN with Arduino Leonardo. I copied this code and pasted it to Arduino program. Then it gave me an error that I need to insert "#include <Keyboard.h>" line on top. So I did. I compiled it then - no errors! So I went to test it out. It typed numbers... but it typed 00000010002(...). It should go like this: 0000<Enter>0001<Enter>(...). Can somebody help me fix this?