Amazing CMD Commands Used in Hacking

Let's see how to Enable NetBIOS because we will have some fun with it. Open your Network Connection and right click and select Properties. Then Select TCP/IP and click Properties again. Now Click on Advanced and WINS tab . Select Default for NetBIOS. Now back to the main Local Area Connection window, select File and Print Sharing for Microsoft Networks and hit enter. 1.} PING : This command will allow you to check if the host you are pinging is alive, which means if it is up at the time of executing the “ping” command. ping x.x.x.x (x is the IP address). e.g. 8.8.8.8 which belongs to Google. or ping www.google.com (www.google.com is the website you want to ping, but you don’t know the IP). 2.} NSLOOKUP : This command has many functionalities. One is for resolving DNS into IP. Let's say you know the website URL, but you don’t know its IP, & you want to find it out. Eg. nslookup www.google.com (www.google.com is the website for which you want to find out the IP) anothe...