0% found this document useful (0 votes)
235 views4 pages

Wifi Hack Using CMD PDF

The document provides instructions for using CMD commands to view available WiFi networks, connect to a network, disconnect from a network, export WiFi profiles, block networks, and view blocked networks and installed WiFi drivers. Key commands include netsh wlan show network, netsh wlan connect, netsh wlan disconnect, netsh wlan export profile, netsh wlan add filter, netsh wlan show blockednetworks, and netsh wlan show drivers.

Uploaded by

Malik Asad Awan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
235 views4 pages

Wifi Hack Using CMD PDF

The document provides instructions for using CMD commands to view available WiFi networks, connect to a network, disconnect from a network, export WiFi profiles, block networks, and view blocked networks and installed WiFi drivers. Key commands include netsh wlan show network, netsh wlan connect, netsh wlan disconnect, netsh wlan export profile, netsh wlan add filter, netsh wlan show blockednetworks, and netsh wlan show drivers.

Uploaded by

Malik Asad Awan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Wifi Hack using CMD

Open cmd to open cmd type cmd in run.

At the command prompt type

netsh wlan show network mode=bssid

it show all 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

netsh wlan show drivers

You might also like