GCIH · Question #54
Which of the following takes control of a session between a server and a client using TELNET, FTP, or any other non-encrypted TCP/IP utility?
The correct answer is B. Session Hijacking. Session hijacking is the attack in which an adversary takes over an active TCP session between a server and a client, and is especially effective against unencrypted protocols like Telnet and FTP that transmit session data in plaintext.
Question
Which of the following takes control of a session between a server and a client using TELNET, FTP, or any other non-encrypted TCP/IP utility?
Options
- ADictionary attack
- BSession Hijacking
- CTrojan horse
- DSocial Engineering
How the community answered
(24 responses)- B88% (21)
- C4% (1)
- D8% (2)
Why each option
Session hijacking is the attack in which an adversary takes over an active TCP session between a server and a client, and is especially effective against unencrypted protocols like Telnet and FTP that transmit session data in plaintext.
A dictionary attack systematically tries words from a predefined wordlist to crack passwords offline or online and does not involve taking over an already-authenticated network session.
Session hijacking exploits active TCP sessions by intercepting or predicting session tokens or TCP sequence numbers, allowing the attacker to impersonate the legitimate client mid-session; unencrypted protocols like Telnet and FTP are particularly vulnerable because credentials and session data travel in cleartext and can be captured and replayed.
A Trojan horse is malware that disguises itself as legitimate software to gain unauthorized access to a system and is unrelated to intercepting or hijacking live TCP/IP sessions.
Social engineering psychologically manipulates individuals into divulging sensitive information or performing actions and involves no technical interception of active network sessions.
Concept tested: Session hijacking against unencrypted TCP/IP protocols
Source: https://owasp.org/www-community/attacks/Session_hijacking_attack
Topics
Community Discussion
No community discussion yet for this question.