EC-Council
312-50V9 · Question #197
You are attempting to man-in-the-middle a session. Which protocol will allow you to guess a sequence number?
The correct answer is A. TCP. At the establishment of a TCP session the client starts by sending a SYN-packet (SYN=synchronize) with a sequence number. To hijack a session it is required to send a packet with a right seq-number, otherwise they are dropped.
Session Hijacking
Question
You are attempting to man-in-the-middle a session. Which protocol will allow you to guess a sequence number?
Options
- ATCP
- BUPD
- CICMP
- DUPX
How the community answered
(40 responses)- A90% (36)
- B3% (1)
- C3% (1)
- D5% (2)
Explanation
At the establishment of a TCP session the client starts by sending a SYN-packet (SYN=synchronize) with a sequence number. To hijack a session it is required to send a packet with a right seq-number, otherwise they are dropped.
Topics
#TCP sequence numbers#session hijacking#MITM#TCP protocol
Community Discussion
No community discussion yet for this question.