mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-06-09 22:03:53 +02:00
847 B
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:
- Identify any captured sessions, authentication tokens, or sensitive information that could be replayed.
- Describe how a replay attack could be executed.
- Propose countermeasures to prevent such attacks (e.g., nonces, timestamps, session IDs).
- 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.