Wireless Wi-Fi Hacking Commands in Windows 7
How to Detect list of available Wireless Networks
Click Start, click Run, type cmd, and then click OK, to open a command prompt.
At the command prompt, type netsh wlan show networks mode=bssid
How to Connects to a Wireless Network
Using command netsh wlan connect name=MTNL
Replace MTNL with your own profile name
How to disconnect to a Wireless Network
Using Command netsh wlan disconnect
How to show available Wireless Network profiles your PC
Using Command netsh wlan show profile
How to Saves wlan profiles as XML files to the specified location
Using Command netsh wlan export profile name=MTNL
How to Block a Wireless Connection
Using Command netsh wlan add filter permission=block ssid=netgear networktype=infrastructure
If you want to block this computer from accessing all wireless network use denyall option in the command.
Using Command netsh wlan add filter permission=denyall networktype=adhoc
How to show the blocked network
Using Command netsh wlan show blockednetworks
How to show the installed Wireless drivers
Using Command netsh wlan show drivers
Thursday, 21 March 2013
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment