Update payload.txt

pull/682/head
D14b0l1c 2024-04-04 14:36:05 -07:00 committed by GitHub
parent aa16c0f822
commit 15cc8b08bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 1 deletions

View File

@ -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
LED FINISH