Saturday, 5 November 2011

Utilites of windows xp

The following are the IP utilities available in Windows that help in finding out the information about IP Hosts and domains.These are the basic IP Hacking Commands that everyone must know!
Please note that the the term Host used in this article can also be assumedas a Website for simple understanding purpose.
1. PING
PING is a simple application (command) used to determine whether a host isonline and available. PING command sends one or more ICMP Echo messages to a specified host requesting a reply. The receiver (Target Host) responds to this ICMP Echo message and returns it back to the sender. This confirms that the Host is online and available. Otherwise the host is said to be unavailable.
Syntax:
C:\>ping gohacking.com
2. TELNET
Telnet command is used to connect to a desired host on a specified port number. For example
Syntax:
C:\>telnet yahoo.com25
C:\>telnet yahoo.com
NOTE: The default port number is 23. When the port number is not specified the default numberis assumed.
Telnet Hacking is explained in detail in the following post.
How To Send Fake Email
3. NSLOOKUP
Many times we think about finding out the IP address of a given site. Say for example google.com, yahoo.com, microsoft.cometc. But how to do this? For this there are some websites that can be used to find out the IP address ofa given site. But in Windowswe have an inbuilt tool to do this job for us. It is nslookup . Yes this tool can be used for resolving agiven domain name into it’s IP address (determine the IPof a given site name). Not only this it can also be usedfor reverse IP lookup. That is if the IP address is givenit determines the corresponding domain namefor that IP address.
Syntax:
C:\>nslookup google.com
4. NETSTAT
The netstat command can be used to display the current TCP/IP network connections. For example the following netstat command displays all connections and their corresponding listening portnumbers. Eg: C:\>netstat -a
This command can be used to determine the IP address/Host names of all the applications connected to your computer. If a hacker is connected to yoursystem even the hacker’s IP is displayed. So the netstat command can be used to get an idea of all the active connections to a given system.
Popularity: 5% [ ? ]
Visitors who read this post, also read:

No comments:

Post a Comment