Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Free And Easy Ip Tracing, This is amazing and free
airwave
post Dec 7 2006, 12:58 PM
Post #1


Newbie
*

Group: Members
Posts: 1
Joined: 7-December 06
Member No.: 34,834



Found this technique recently, I am new to trap 17 so apologies if this is handled elsewhere.

on win xp go to start and run 'cmd'

at command prompt, type. 'tracert www.nameofwebsite.com'

you should then get a list of ip addresses starting with your own back to that of the web address you typed in.

If you then wish to trace the geographic location, go to www.ip-address.com, type in the ip address and a google map showing the location of the server will soon appear.

Obviously if you or the target are disguising or hiding the ip address it may not be so effective.

I think the ip address trace would be a good service to check dodgy individuals pretending to be someone they are not.

Enjoy
Go to the top of the page
 
+Quote Post
BArS
post Dec 7 2006, 02:41 PM
Post #2


Newbie [Level 2]
**

Group: Members
Posts: 29
Joined: 6-December 06
Member No.: 34,788



Thanks!!! Nice link, but usually I use tracert or trace it depends of the system. When you'll have problem with Internet and you'll need to find where the problem...
Go to the top of the page
 
+Quote Post
Florisjuh
post Dec 7 2006, 03:32 PM
Post #3


Proud to be hosted
*********

Group: Members
Posts: 993
Joined: 11-July 04
From: NL
Member No.: 75



Old but still pretty usefull...
Go to the top of the page
 
+Quote Post
electriic ink
post Dec 7 2006, 05:38 PM
Post #4


Incest is a game the whole family can play.
Group Icon

Group: [MODERATOR]
Posts: 1,227
Joined: 11-February 05
From: Heaven
Member No.: 3,709



Interesting, I didn't know of this until now. To get to trap17, the request goes through Watford, London, New York, Chicago, San Jose and Los Angeles (presumably).

Here's the syntax for the more advanced properties:

CONSOLE
C:\Documents and Settings\Matthew\>tracert

Usage: tracert [-d] [-h maximum hops] [-j host-list] [-w timeout] target_name

Options:

    [/tab] -d Do not resolve addresses to hostname.
     -h Maximum number of hops to search for each target.
     -j Loose source root along host-list.
[tab] -w Wait timeout milliseconds for each domain name.


Which I don't understand, anyone know?
Go to the top of the page
 
+Quote Post
rvalkass
post Dec 8 2006, 07:09 AM
Post #5


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,156
Joined: 28-May 05
From: Devon, England
Member No.: 7,593
Spam Patrol



It's interesting to look at. My request goes into London, then Blackburn, then Yorkshire, back to London, then to Brooklyn, New York and finally into Arcadia, California.

Adding a -d will mean that you won't get names for servers, just IP addresses. So for example:
CONSOLE

2 * 15 ms * l1.ar01.hx4.dsl.pipex.net [62.241.161.241]

BECOMES

2 * 15 ms * 62.241.161.241


The maximum number of hops sets how many different servers you can go through before it stops. Usually its set to 30, and most requests don't go over 15.

The -j flag allows you to force the request to go through a specific server, sort of setting a via point.

The timeout is how many milliseconds you are willing to wait for a response from the DNS to get the domain name for each IP address. If it takes longer than this time then it will just leave it at an IP address if it has found that.

You can also use this internally to see how fast your network is running and whether you have direct access to a PC, or are sent through a myriad of routers and switches.
Go to the top of the page
 
+Quote Post
Yacoby
post Dec 8 2006, 12:25 PM
Post #6


Super Member
*********

Group: Members
Posts: 212
Joined: 15-September 06
Member No.: 30,028



Cool. I have seen this somewhere else, but can't remember where. I have never used it though.

When I try and use it, I get an error about an illegal instruction (Not a "xyz is not a recognized internal or external command" error)

I might go and play around with it on someone else's computer, as it probably works on theirs.
Go to the top of the page
 
+Quote Post
-[Nero]-
post Dec 24 2006, 02:24 AM
Post #7


Premium Member
********

Group: Members
Posts: 196
Joined: 25-October 06
Member No.: 32,173



That might be useful for me..... thx for the info dude.
Go to the top of the page
 
+Quote Post
michaelper22
post Dec 24 2006, 02:34 AM
Post #8


-=Hybrid Bus=-
*********

Group: Members
Posts: 744
Joined: 2-November 05
From: My hybrid bus (in NYC), a computer
Member No.: 13,709
Spam Patrol



I can't figure out why, but tracert isn't working for me - here's what I'm getting:
QUOTE
C:\Documents and Settings\michael>tracert trap17.com

Tracing route to trap17.com [216.240.134.212]
over a maximum of 30 hops:

1 * * * Request timed out.
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 ^C

I hit Ctrl + C after the fourth ping to quit it since I knew it wasn't working anyways.
Go to the top of the page
 
+Quote Post
quakesand
post Dec 24 2006, 08:01 AM
Post #9


Premium Member
********

Group: Members
Posts: 152
Joined: 25-October 06
Member No.: 32,191



It works for me, maybe trap17 is busy that time?
Nice technique, but i prefer searching for websites that does this everytime i want to trace a ip laugh.gif