From 15cc8b08bfb691d8aa33bb90362922070e49782a Mon Sep 17 00:00:00 2001 From: D14b0l1c <66981132+D14b0l1c@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:36:05 -0700 Subject: [PATCH] Update payload.txt --- .../android/adb_shell_dumpsys/payload.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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