Metasploit and Arduino – the deadly combination
Arduino-based microcontroller boards are tiny and unusual pieces of hardware that can act as lethal weapons when it comes to penetration testing. Some Arduino boards support keyboard and mouse libraries, which means that they can serve as HID (Human Interface Device) devices:
Therefore, these little Arduino boards can stealthily perform human actions such as typing keys, moving and clicking with a mouse, and many other things. In this section, we will emulate an Arduino Pro Micro board as a keyboard to download and execute our malicious payload from a remote site. However, note that these little boards do not have enough memory to store the payload, so a download is required on the system.
The Arduino Pro Micro costs less than $4 on popular shopping sites such as https://www.aliexpress.com/. Therefore, it is much cheaper to use Arduino Pro Micro rather than Teensy...