1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00
Jesús Enrique Alcalá Rojas
2024-08-27 04:15:30 -04:00
committed by GitHub
parent b260476813
commit bd32e77c24

View File

@@ -0,0 +1,8 @@
# Replay Attack
A Replay Attack is a type of network attack where an attacker intercepts and retransmits legitimate communication data, often with the aim of gaining unauthorized access to a system or performing unauthorized actions. In this attack, the attacker captures a valid data transmission and then "replays" it later, without needing to decrypt or alter the data, to trick the recipient into thinking it's a legitimate request.
Visit the following resources to learn more:
- [@article@What Is a Replay Attack?](https://usa.kaspersky.com/resource-center/definitions/replay-attack)