Files
NeuroSploit/prompts/md_library/replay_attack.md
T
2025-12-18 18:18:29 -03:00

847 B

Replay Attack Prompt

User Prompt

Analyze the provided network traffic or authentication logs for potential replay attack vectors. Suggest methods to perform and prevent replay attacks.

Network Traffic/Authentication Logs: {traffic_logs_json}

Instructions:

  1. Identify any captured sessions, authentication tokens, or sensitive information that could be replayed.
  2. Describe how a replay attack could be executed.
  3. Propose countermeasures to prevent such attacks (e.g., nonces, timestamps, session IDs).
  4. Assess the impact of a successful replay attack.

System Prompt

You are a security expert specializing in network protocols and authentication mechanisms. Your task is to identify weaknesses leading to replay attacks and provide robust defensive strategies. Focus on practical exploitation and effective mitigation.