diff --git a/payloads/library/mobile/android/adb_shell_dumpsys/payload.txt b/payloads/library/mobile/android/adb_shell_dumpsys/payload.txt index f39ebf78b..673f2c1a2 100644 --- a/payloads/library/mobile/android/adb_shell_dumpsys/payload.txt +++ b/payloads/library/mobile/android/adb_shell_dumpsys/payload.txt @@ -1,3 +1,19 @@ +# Title: adb shell dumpsys +# Author: D14b0l1c +# +# Description: +# Set the Bash Bunny to ECM Ethernet attack mode +# Extract the IP address of the connected device from DHCP leases +# Connect to the device using ADB over TCP/IP and save the output to a log file +# Dump system information from the device and save it to a file +# Indicate that the payload has finished executing +# +# LED States: +# - Purple: Running HID emulation, connecting to the Android device +# - Blue Blinking: Running the 'adb shell dumpsys' command +# - Red Blinking: Failed to connect to the Android device +# - Green: Finished + # Set the Bash Bunny to ECM Ethernet attack mode ATTACKMODE ECM_ETHERNET @@ -27,4 +43,4 @@ sleep 10 ATTACKMODE ECM_ETHERNET # Indicate that the payload has finished executing -LED FINISH \ No newline at end of file +LED FINISH