115k views
4 votes
The attacker uses the following attack, in order to listen to the conversation between the user and the server and captures the authentication token of the user. With this authentication token, the attacker replays the request to the server with the captured authentication token and gains unauthorized access to the server.

A. Session Replay attack
B. Session Fixation attacks
C. Session hijacking using proxy servers
D. Client side attacks

1 Answer

5 votes

Answer:

A. Session Replay attack

Step-by-step explanation:

Session Replay attack -

It is the illegal practice , where the attacker seals some valid session ID of any user and then can access the ID in order to person some illegal activity , is referred to as session replay attack.

Similarly , from the question,

The attacker somehow get to know the authentication token and then uses the authentication token in order to access the server and perform illegal activity.

Hence, from the given scenario of the question,

The correct term is session replay attack.

User Barry Wang
by
3.5k points