Wireless Profil Örnekleri Lazım
-
Program için gereklide. Win7, Vista ve kablosuz kullananlar, wireless profillerinizi paylaşabilirmisiniz
Wireless Profilini almak için,
Cmd yi açın
netsh wlan export profile name="ModemİsminiGirin" key=clear folder=c:\
c:\ de modemismi.xml dosyası oluşturulacak
İçeriği aşağıdaki gibi:
<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>EV</name>
<SSIDConfig>
<SSID>
<hex>414952544945535F52542D323035</hex>
<name>AIRTIES_RT-205</name>
</SSID>
<nonBroadcast>false</nonBroadcast>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>manual</connectionMode>
<autoSwitch>false</autoSwitch>
<MSM>
<security>
<authEncryption>
<authentication>WPAPSK</authentication>
<encryption>TKIP</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>mhmtkl80</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile> -
<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>etkin</name>
<SSIDConfig>
<SSID>
<hex>65746B696E</hex>
<name>etkin</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA2PSK</authentication>
<encryption>AES</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>ali3287ali</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>
bir yere upload etmeye üşendim -
Teşekkürler hocam
Başka varsa bekliyorum -
hocam keymetarial şifre var yanlız bilgine.
<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>manyaq</name>
<SSIDConfig>
<SSID>
<hex>6D616E796171</hex>
<name>manyaq</name>
</SSID>
<nonBroadcast>true</nonBroadcast>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPAPSK</authentication>
<encryption>TKIP</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>şifremi sildim</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>
