Showing posts with label WIN XP IP UTILITIES. Show all posts
Showing posts with label WIN XP IP UTILITIES. Show all posts

Sunday, March 31, 2013

Setting a Background Image for your Pen Drive in 2 Simple Steps


Create a desktop.ini file in your Pen Drive (folder) and ya copy the following into it.
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=bg.jpg
IconArea_Text=0×00000000
2. Put your background picture into your drive (folder) and modify IconArea_Image suitably.
For example, if the name of your image is, say, wallpaper.jpg, then you need to replace
IconArea_Image=bg.jpg
by
IconArea_Image=wallpaper.jpg
It’s not necessary that your image should be a JPEG. You can apply this for most of the popular image formats. For example, if you want a gradient.png as your background, then
Replace
IconArea_Image=bg.jpg
with this
IconArea_Image=gradient.png
You can also modify the Icon’s font color by giving the hex code corresponding to the color you want.
To give a white color to the icon text, replace
IconArea_Text=0x00000000
with
IconArea_Text=0x00FFFFFF
You can also use any other color by replacing the last 6 zeroes by the corresponding color codes.
3. Change the attributes of desktop.ini and the image to hidden. You can do this by selecting the files (desktop.ini and the image file), Right-click -> Properties, and under the Attributes section, enable Hidden. This is not necessary, but it’ll help you impress your friends more
now u refresh n see result.
hey it oes  do cmnt.
Thnks

Wednesday, March 20, 2013

WIN XP IP UTILITIES




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!
NOTE: The term Host used in this article can also be assumed as a Website for simple understanding purpose.



1. PING
PING is a simple application (command) used to determine whether a host is online and available.PING command sends one or more ICMPEcho 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 YAHOO.com
2. TELNETTelnet command is used to connect to a desired host on a specified port number.For example
Syntax:
C:>telnet yahoo.com 25
C:>telnet yahoo.com

NOTE: The default port number is 23.When the port number is not specified the default number is 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.com etc.But how to do this? For this there are some websites that can be used to find out the IP address of a given site.But in Windows we have an inbuilt tool to do this job for us.It is nslookup.Yes this tool can be used for resolving a given domain name into it’s IP address (determine the IP of a given site name).Not only this it can also be used for reverse IP lookup.That is if the IP address is given it determines the corresponding domain name for 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 port numbers.
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 your system 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.