Traceroute over TCP

No explicit questions like "how do I hack xxx.com" please!
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Traceroute over TCP

Post by maboroshi »

I came across this the other day thought it was kind of neat.
Tcproute is a tcp based traceroute console program for Windows
...
Tcproute functions by trying to connect to a specified TCP port, starting with a packet TTL of 1 and incrementing upward until it successfully reaches the target.

Code: Select all

http://www.elifulkerson.com/projects/tcproute.php
Enjoy

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: Traceroute over TCP

Post by bad_brain »

it's a installed as default on Debian btw, just named tcptraceroute there... :D
serv8:~# tcptraceroute
Usage: /usr/sbin/tcptraceroute [-hvnFSAE] [-i dev] [-f furst_ttl] [-l length]
[-q nqueries] [-t tos] [-m max_ttl] [-p src_port] [-s src_addr]
[-w wait_time] host [dest_port] [length]
Image

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Re: Traceroute over TCP

Post by maboroshi »

Ahh ok didn't realize it was pretty common. Thats cool though :D

User avatar
l0ngb1t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 598
Joined: 15 Apr 2009, 16:00
15
Contact:

Re: Traceroute over TCP

Post by l0ngb1t »

i use "tracetcp", very useful...
There is an UNEQUAL amount of good and bad in most things, the trick is to work out the ratio and act accordingly. "The Jester"

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: Traceroute over TCP

Post by ayu »

[youtube][/youtube]
"The best place to hide a tree, is in a forest"

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Re: Traceroute over TCP

Post by maboroshi »

@Cats OMG Look at how many people are viewing google this very moment ... This has me excited about the world of being a h4x0r.

:D

However just to clarify for the sake of the post, traceroute uses the UDP or ICMP protocol. So I thought a TCP based traceroute was kind of interesting. :D

*cheers

Mabo :-)

Edit *

Here is some info in regards to Traceroute over TCP:

Code: Select all

http://security.stackexchange.com/questions/39178/how-does-traceroute-over-tcp-work-what-are-the-risks-and-how-can-it-be-mitig

User avatar
l0ngb1t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 598
Joined: 15 Apr 2009, 16:00
15
Contact:

Re: Traceroute over TCP

Post by l0ngb1t »

@Cats... i feel stupid, and i wasted 4 minutes of my life
There is an UNEQUAL amount of good and bad in most things, the trick is to work out the ratio and act accordingly. "The Jester"

User avatar
lilrofl
Siliconoclast
Siliconoclast
Posts: 1363
Joined: 28 Jan 2009, 17:00
15
Location: California, USA
Contact:

Re: Traceroute over TCP

Post by lilrofl »

That kid is so 1337, I'm subscribing!
knuffeltjes voor mijn knuffel
[img]http://i911.photobucket.com/albums/ac320/stuphsack/Sig.jpg[/img]

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Re: Traceroute over TCP

Post by floodhound2 »

I am sorry but that kid in the video is incorrect!

Without getting technical about TPCIP etc I will word this in street lingo.

The supposed IP numbers shown in the video are servers and switches that your computers data must pass through before hitting a Google server, complete with the time it takes. Great troubleshooting tool.

Note the "*" s these are typically government servers / university hubs and switches that wont reveal there ip address or information by "timing out" or displaying the "*".

So to expand on his example try more commands to get more data. Remember this is your computers data going on a path through the world web computers, some wont return your request on the application layer of the TCPIP protocol.

note that the "*" and "timed out" are not always government computers or spy's etc but hey find out by opening one of these baby's and letting me know.

Code: Select all

tracert -d www.suck-o.com
tracert -h www.suck-o.com
tracert -R www.suck-o.com  
http://en.wikipedia.org/wiki/Application_layer
tracert.png
tracert.png (42.92 KiB) Viewed 1472 times
look how many computers I had to get through to get to suck-o
20 total with times and ipaddreses of each server or switch.
₣£ΘΘĐĦΘŮŇĐ

Post Reply