netsh wlan show profiles
- To harvest wireless interface information.findstr
- To extract the information from netsh wlan
and save it as a text file.netsh wlan show profiles
and will be captured by findstr
and save it as a text file.temp.txt
to temporarily store the captured wireless interface information. This will be used to output what information has been captured.helper.bat
and this file will create another file called final.txt
and this file is the final file to be used to create the creds.txt
which is the final file that the tool will create.