Quote:
|
Originally Posted by entrana
not really a redirection more of a source code copied i think
|
hmmm.... Here is some R&D
Code:
C:\>ping thesource.ofallevil.com
Pinging lb1.www.ms.akadns.net [207.46.19.190] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 207.46.19.190:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\>ping microsoft.com
Pinging microsoft.com [207.46.197.32] with 32 bytes of data:
Reply from 207.46.197.32: bytes=32 time=914ms TTL=116
Reply from 207.46.197.32: bytes=32 time=2233ms TTL=116
Reply from 207.46.197.32: bytes=32 time=978ms TTL=116
Reply from 207.46.197.32: bytes=32 time=1537ms TTL=116
Ping statistics for 207.46.197.32:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 914ms, Maximum = 2233ms, Average = 1415ms
C:\>ping urlwww--google--com.rtrk.com
Pinging search.rtrk.com [66.150.153.20] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 66.150.153.20:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\>ping google.com
Pinging google.com [64.233.187.99] with 32 bytes of data:
Reply from 64.233.187.99: bytes=32 time=1090ms TTL=239
Reply from 64.233.187.99: bytes=32 time=1079ms TTL=239
Reply from 64.233.187.99: bytes=32 time=921ms TTL=239
Reply from 64.233.187.99: bytes=32 time=880ms TTL=239
Ping statistics for 64.233.187.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 880ms, Maximum = 1090ms, Average = 992ms
So, it's redirection ! Because all links resolves different hosts !!!
Quote:
|
Originally Posted by vrnoormd
|
Code:
C:\>ping urlwww--yahoo--com.rtrk.com
Pinging search.rtrk.com [66.150.153.20] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 66.150.153.20:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
So, it means that rtrk seems a site, which redirects user to a site which consist as urlwww--
sitename--com.rtrk.com
Am I right ?? If not, plz someone correct me !!