Five COMMAND PROMPT #Hacking Tricks...! . . . First, open your - TopicsExpress



          

Five COMMAND PROMPT #Hacking Tricks...! . . . First, open your Network Connection and right click and select Properties. Then Select TCP/IP and click on Properties again. Now Click on Advanced and WINS tab. Select Default for NeBIOS. Now back to the main Local Area Connection window, select File and Print Sharing for Microsoft Networks and hit enter. This is just to make sure you have NetBIOS enabled. We will have some fun with NetBIOS on CMD. First thing you need to know is some very helpfull commands to use on CMD(Command Prompt). In case you don’t know how to get CMD open in your box, then click on Start, then Run, then type “cmd”. In case you don’t know some of them, then just type the command on CMD and hit enter. A little help will show up in your screen. Read it and understand what the command does. . . . Lets start easy… . . . 1) ping : This command will allow you to know if the host you 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) or ping whatever (whatever is the website you want to ping, but you don’t know the IP) OBS: Keep in mind that if the host you pinging is blocking ICMP packets, then the result will be host down. 2) nslookup : This command has many functionalities. One is for resolving DNS into IP. Lets say you know the website URL but you don’t know its IP(and you want to find out). nslookupCode: whatever (whatever is the website you want to find out the IP) Now, another really nice function of nslookup is to find out IP of specific Mail Severs. nslookup (enter) set type=mx (enter) yahoo This command will give you the mail server IP of yahoo. You can use whatever server you want and if it is listed on DNS, then you get the IP. Simple, isn’t it? OK, now why would you want to have an IP of a mail server? To send spoofed mail to your friends or even for SE. In case you looking for “How to spoof email”, then look for my "How to spoof email tutorial" Code: infowar/forums/showthread.php?s&threadid=2360 3) tracert : This command will give you the hops that a packet will travel to reach its final destination. OBS: This command is good to know the route a packet takes before it goes to the target box. tracert x.x.x.x (x is the IP address) or tracert whatever (whatever is the website you don’t know the IP) 4) arp : This command will show you the arp table. This is good to know if someone is doing arp poisoning in your LAN. arp -a 5) route : This command will show you the routing table, gateway, interface and metric. route print The DON
Posted on: Fri, 04 Oct 2013 07:54:58 +0000

Recently Viewed Topics




© 2015