Skip to content

Commit b41b80c

Browse files
authored
Edit tq-013
1 parent 185e0a0 commit b41b80c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

techniques/tq-013-traceroute-with-payload.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
If a TCP<sup>[1](#fn1)</sup> or UDP<sup>[2](#fn2)</sup> request triggers an
44
unexpected response it is interesting to do a traceroute with that payload to
5-
understand if we can point to network location possibly responsible for the
5+
understand if we can point to a network location possibly responsible for the
66
unexpected response. It is also interesting to compare the result of the
7-
experiment to ordinary traceroute without payload. UDP experiment should
8-
account for multi-path and perform several experiments following
9-
paris-traceroute<sup>[3](#fn3)</sup> logic. TCP experiment can’t do that
7+
experiment to an ordinary traceroute without payload. A UDP experiment should
8+
account for multi-path and perform several experiments following the logic of
9+
paris-traceroute<sup>[3](#fn3)</sup>. A TCP experiment can’t do that
1010
without root as it’s impossible to stick to the path (reuse 5-tuple) within
1111
reasonable timeframe as it requires to wait for `TIME_WAIT` timeout (order of
12-
minutes) before consecutive experiment.
12+
minutes) before performing the next experiment.
1313

1414
<a name="fn1">1</a>: DNS/TCP, TLS Client Hello, Tor/TLS, HTTP GET, OpenVPN/TCP and so on
1515

0 commit comments

Comments
 (0)