Merge pull request #411 from wowlolx/master
Fixed netsh command for spaces in SSIDs
This commit is contained in:
commit
b4b8afa169
@ -363,7 +363,7 @@ CALL :T_Progress 1
|
|||||||
|
|
||||||
:WifiCreds
|
:WifiCreds
|
||||||
CALL :ColorLine " %E%33m[+]%E%97m WIFI"
|
CALL :ColorLine " %E%33m[+]%E%97m WIFI"
|
||||||
for /f "tokens=4 delims=: " %%a in ('netsh wlan show profiles ^| find "Profile "') do (netsh wlan show profiles name=%%a key=clear | findstr "SSID Cipher Content" | find /v "Number" & ECHO.)
|
for /f "tokens=3,* delims=: " %%a in ('netsh wlan show profiles ^| find "Profile "') do (netsh wlan show profiles name=%%b key=clear | findstr "SSID Cipher Content" | find /v "Number" & ECHO.)
|
||||||
CALL :T_Progress 1
|
CALL :T_Progress 1
|
||||||
|
|
||||||
:BasicUserInfo
|
:BasicUserInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user