VID, PID, MAN, PROD, SN
USB devices identify themselves by combinations of vendor ID and product ID. These 16-bit IDs are specified in hex and are used by the target PC to find drivers (if necessary) for the specified device. With the Bash Bunny, the VID and PID may be spoofed using the
VID
and PID
parameters for ATTACKMODE
.ATTACKMODE HID STORAGE VID_0XF000 PID_0X1234
Similarly, the Manufacturer (32 chr), Product name (32 chr), and Serial number (10 digit) may be specified with
MAN_
, PROD_
, and SN_
.ATTACKMODE HID STORAGE VID_0XF000 PID_0X1234 MAN_HAK5 PROD_BASHBUNNY SN_1337
Last modified 1yr ago