查看本地WIFI密码.rar

时间:2021-03-18 16:50:10
【文件属性】:
文件名称:查看本地WIFI密码.rar
文件大小:58KB
文件格式:RAR
更新时间:2021-03-18 16:50:10
c# wifi c#写的本地WIFI密码查看器,原理是调用控制台命令,netsh wlan show profile ,netsh wlan show profile name="WIFI名称" key=clear,提取控制台打印信息遍历在c#的listview控件中。
【文件预览】:
查看本地WIFI密码
----.vs()
--------ViewLocalWiFiKey()
----ViewLocalWiFiKey()
--------ClassWiFi.cs(3KB)
--------ViewLocalWiFiKey.ico(17KB)
--------FormMain.resources(3KB)
--------bin()
--------obj()
--------ViewLocalWiFiKey.csproj(3KB)
--------Properties()
--------Program.cs(413B)
--------ClassFile.cs(2KB)
--------FormMain.cs(6KB)
--------app.manifest(490B)
--------FormMain.Designer.cs(7KB)
----ViewLocalWiFiKey.sln(1024B)

网友评论

  • 还是挺不错的,只是wifi名称有空格后不能得到wifi密码,改一句就可以的了。 public string GetWiFiKey(string ssid)里面修改为text = this.RunCommand(@"wlan show profile """ + ssid + @""" key=clear");