teensy 3.0 & android pin brute forcing

so after picking up a usb rubber ducky from HAK5 at defcon, i wanted to see if i could replicate a pin brute force tool using a teensy for android phones. i love the usb rubber ducky, but i figure if i have arduino’s to spare, why not use them ? here is what i … Read More

vim arduino syntax

this is a quick one. after realizing that my ino files did not have proper syntax in vim, i did some googling and found this. but it needed a little more to make it work with my setup. so i added: autocmd BufNewFile,BufReadPost *.ino,*.pde set filetype=arduino into ~/.vim/ftdetect/arduino.vim — this vim file is not the … Read More