EC-Council
312-50V10 · Question #415
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
(39 responses)- A79% (31)
- B10% (4)
- C3% (1)
- D8% (3)
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#man-in-the-middle#TCP protocol
Community Discussion
No community discussion yet for this question.