Support The Ethical Hacker !! - Click Here If You Like My Contents !!!

Showing posts with label links. Show all posts
Showing posts with label links. Show all posts

Wednesday, November 18, 2009

DOWNLOAD ALL THE IMPORTANT TOOLS

Some ready to use tools are available in the internet.I'll be naming them and the providing the links for the downloading it.I know that the best practice is to create your own tools for the hacking.But for the beginners this thread will give a kick start in hacking.

NB: Some links may not work . So you may report it and post the new links in the comments.I'm not listing all the best tools here.You can help this blog with your contributions too.

Thursday, November 12, 2009

WHOIS -More About Domain And IP

The WHOIS database is a worldwide database maintained by various domain registration companies across the globe containing listings of the domain registered at their company or country. The WHOIS query searches the database to gather critical information on both domain and the IP address.

Ok,  now we can try do a WHOIS Query by clicking here!!
We can do a query even using the IP address.

Querying individual Regional Internet Registries directly

WHOIS servers operated by Regional Internet Registries (RIR) can be queried directly to determine the Internet Service Provider responsible for a particular resource. For web-based searches, these server URLs are:
The records of each of these registries are cross-referenced, so that a query to ARIN for a record which belongs to RIPE will return a placeholder pointing to the RIPE WHOIS server. This lets the WHOIS user making the query know that the detailed information resides on the RIPE server


Many tools also help us to do the WHOIS query. search the internet to find out such tools

Using Proxies -Start Anonymous Browsing

Whenever you visit a website the site will log your IP and even can asses which operating system is running on your  system.This can be dangerous when a Cracker( the Black Hat) has attacked that site and injected some exploits in it.Revealing your personal details to strangers can be hazardous especially to a Black hat...

So how can we cease ourselves from logged by the websites and hide our actual identity on WWW...?
One simple solution is using PROXIES .. Ok now, lets discuss about the proxies...

Proxies can be used to mask your identity while surfing in the WWW. Surfing from behind a proxy will hide your IP and will send  the decoy IP to the website you visits. so the site admin will have no idea about the visitor and no sensitive information is passed to the sites.Thus you can hide your identity.

Many sites allow us to use their proxy service. I will some good proxies which you can try on your own


Sockschain is a program that allows to work with any Internet service through a chain of SOCKS or HTTP proxies to hide the real IP-address. SocksChain can function as a usual SOCKS-server that transmits queries through a chain of proxies. SocksChain can be used with client programs that do not support the SOCKS protocol, but work with one TCP-connection, such as TELNET, HTTP, IRC... (FTP uses 2 connections). And your IP-address will not be seen in the server's logs or mail headers



For setting up sockschain refer this


You can also try other similar softwares like:

Wingate (windows)
Winproxy( windows)
Squid (Linux)
multiproxy (firefox addon)
TIPS :

These proxy sites can be used to unblock many sites that has been blocked in your school, college or workplace
These proxies will aid a hacker to break in to a system by hiding his identity.
A Chain of Proxies is a "created" group of proxies that change at intervals or at will. The proxies are used by some of the biggest hackers becuase have 1 - 10 proxies is more secure than have 1.

Wednesday, November 11, 2009

IP addresses

I know that most of you are well aware about the IP address.. but to be a complete blog on the subject I guess I need to mention this also...
IP address in the digital world is similar to our mobile number in the real world. So being a hacker, knowing the IP address is an important thing.Every computer connected to a network is assigned an IP address.
Now, what is expansion of IP..?
IP means  Internet Protocol.

If you want to create any connection to the target computer knowledge of his IP is necessary.Even if you are in a local network your computer is assigned an IP.If  you are connected to internet ,your ISP is responsible for assigning you the IP.

The IP address is mainly classified in to 2 :
External IP
Internal IP

Extrenal IP: This is the IP address assigned to your computer by the ISP.To find the IP address you can visit  www.whatismyipaddress.com. This site also allow us to do certain things like IP lookup ,Email Tracing and many other things. You can also look in www.whatismyip.com .

Internal IP : This is the IP assigned to host by the internal network.To find your internal IP
Go to start > Run > cmd > Type ipconfig > press enter
For a DSL modem we usually use at home the computer will have an internal IP address.


The IP is divided in to mainly 5 classes A,B,C,D and E
so what are these classes...? How is the classification done...? ok... lets see..

These classification is done on the basis of the ranges of IP
Class name        Range
 A                     0.0.0.0      to 126.255.255.255 ( first 8 bits is network ID rest is the Host ID)
 B                     127.0.0.0  to 191.255.255.255 ( first 16 bits is network ID rest is the Host ID)
 C                     192.0.0.0  to 223.255.255.255 ( first 24bits is network ID rest is the Host ID)
 D                     224.0.0.0  to 239.255.255.255 ( Represents a 32 bit multicast group ID)
 E                     240.0.0.0  to 255.255.255.255 ( Not in use)

Using the class we can find out about the network.We can also study the structure of the network.Guessing the Maximum number of systems a network may contain can be found out analyzing the class of the IP of a computer in that network.Knowledge about the IP range is really helpful in attacking a network.

Can IP addresses be represented in different formats...?

The answer is yes...

So what are the different formats and how the conversion takesplace...?

  The different formats are:
1)Decimal
2)Hexadecimal
3)DWord
4)Binary
5)Octal

Conversion:
Dec to Hex

 Convert the decimal parts to corresponding hexadecimal equivalents and write them jointly
Eg: 65.55.78.221
65  =>41
55  =>37
78  =>4E
22  =>DD
 After conversion :

65.55.78.221 => 41374EDD

for  Dec to Dword:
 Step1 :Do Dec to Hex conversion
 Step2 : Find the decimal equivalent of the hex value


for Dec to Bin :

 Find the Dword as mentioned in the above steps and find the binary equivalent.

for Dec to Octal :

Take the IP address parts one by one and find their corresponding octal equivalents.Express each number in 4 digit per number format ( you can append zeroes to the left of the number to get 4 digit format)


TIPS:

In many networks like what you use in your office, school or college the firewall may block the IP inorder to prevent you from entering certain sites, say orkut or Myspace.But you can enter the hexadecimal format,Dword value,Binary format or the Octal format of the same IP to access the blocked sites.Most of the popular browsers support these formats but some may not identify your request.