Please note : This is not a Vulnerability or a bug , that i am exploiting. I am showing a popular Misconfiguration issue, that often many overlook.
Add a commentThe lockdown due to pandemic has forced the majority of the workforce to work from home.
Add a commentVinod collaborates with broadcast and online media and for more than a decade, he has dedicated himself to create cybersecurity awareness among people.
Add a comment(netsh wlan show profiles) | Select-String “\:(.+)$” | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name=”$name” key=clear)} | Select-String “Key Content\W+\:(.+)$” | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table -AutoSize >> vino_wifi.txt
Add a comment