From 6c6ae08431ca5bdd00237a343404cb1dff80a203 Mon Sep 17 00:00:00 2001 From: Aidan Holland Date: Mon, 23 Oct 2017 20:05:49 -0400 Subject: [PATCH] Update payload_development.md --- payload_development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/payload_development.md b/payload_development.md index 82da52d..4f4e877 100644 --- a/payload_development.md +++ b/payload_development.md @@ -57,6 +57,7 @@ ATTACKMODE is a bunny script command which specifies which devices to emulate. T | RNDIS_ETHERNET | RNDIS - Remote Network Drv Int Spec | Windows (and some Linux) Ethernet Adapter | | STORAGE | UMS - USB Mass Storage | Flash Drive | | HID | HID - Human Interface Device | Keyboard - Keystroke Injection via Ducky Script | +| OFF | NONE | Disables the USB interface until ATTACKMODE is executed | Many combinations of attack modes are possible, however some are not. For exmaple, ATTACKMODE HID STORAGE ECM_ETHERNET is valid while ATTACKMODE RNDIS_ETHERNET ECM_ETHERNET STORAGE SERIAL is not. Each attack mode combination registers using a different USB VID/PID (Vendor ID/Product ID) by default. VID and PID can be spoofed using the VID and PID commands.