mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 21:32:35 +02:00
add content replay-attack@mIX8PsIGuwgPCGQZ6ok2H.md (#6798)
* add content replay-attack@mIX8PsIGuwgPCGQZ6ok2H.md * Update src/data/roadmaps/cyber-security/content/replay-attack@mIX8PsIGuwgPCGQZ6ok2H.md new line --------- Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b260476813
commit
bd32e77c24
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user