wifi pass know on computer by cmd
CMD : Find all Wifi passwords with only 1 command | Windows 10/8.1/8/7
βπ» 1 type : netsh wlan show profile
2 then : netsh wlan export profile folder=c:\ key=clear
copy paste after first command
3 then : at the last open my computer then open drive c and click on last folder with wifi name and open in notepad .. and you will see pass with keymaterial… thank you
βπ» so this is how uh can know the pass of wifi that is connect to your pc or laptop..
CMD commands
#1 Ping
This command uses your internet connection in order to send some packets of data to a specific web address then these packets are sent back to your PC. The test simply shows the amount of time it took to reach the specific address. In simple words, it helps you to know if the host you pinging is alive.
You can use Ping command whenever you need to verify that the host computer can connect to the TCP/IP network and its resources.
For example, you can type in Command prompt ping 8.8.8.8 which belongs to Google.
You can replace β8.8.8.8β to βwww.google.comβ or something else which you want to ping.
#2 nslookup
It is a network administration command-line tool which helps you to obtain domain name or IP address mapping for any specific DNS record. Suppose you have a website URL but want to know its IP Address, you can simply type in CMD
nslookup http://www.google.com (Replace Google.com with your website URL of which you want to find the IP address)
#3 tracert
You can say Trace Route like its name it allows users to trace the route than an IP packed has taken to reach a destination. The command calculates and displays the amount of time each hop took to reach a destination. You just need to type
tracert x.x.x.x (if you know the IP Address) or else you can type tracert http://www.google.com (If you donβt know the IP address)