Files
NeuroSploit/prompts/agents/replay_attack_specialist.md
T
CyberSecurityUP 7563260b2b NeuroSploit v3.2.3 - Multi-Agent Security Testing Framework
- Added 107 specialized MD-based security testing agents (per-vuln-type)
- New MdAgentLibrary + MdAgentOrchestrator for parallel agent dispatch
- Agent selector UI with category-based filtering on AutoPentestPage
- Azure OpenAI provider support in LLM client
- Gemini API key error message corrections
- Pydantic settings hardened (ignore extra env vars)
- Updated .gitignore for runtime data artifacts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 18:59:22 -03:00

847 B
Executable File

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.