Wifi Hack using CMD
THE RED COLOUR WORDS ARE CODES.............
Open cmd to open cmd type cmd in run.
At the command prompt type
netsh wlan show network mode=bssid
available wifi network
How to connect wireless network
Type
netsh wlan connect name=(wifi name )
netsh wlan connect name=Mynet Sata1
press enter your wifi is connected
Some important code :
How to disconnect to a Wireless Network
netsh wlan disconnect
How to show available Wireless Network profiles your PC
netsh wlan show profile
How to Saves wlan profiles as XML files to the specified location
netsh wlan export profile name=Mynet Sata1
How to Block a Wireless Connection
netsh wlan add filter permission=block ssid=netgear networktype=Mynet Sata1
If you want to block this computer from accessing all wireless network use denyall option in the command.
netsh wlan add filter permission=denyall networktype=adhoc
How to show the blocked network
netsh wlan show blockednetworks
How to show the installed Wireless drivers
No comments:
Post a Comment