Fix frontmatter descriptions, duplicate YAML blocks, title headings across 60 files

This commit is contained in:
mukul975
2026-03-19 13:39:41 +01:00
parent b444d348f8
commit 3492302a13
60 changed files with 1108 additions and 52 deletions
@@ -13,6 +13,21 @@ author: mahipal
license: Apache-2.0
---
## When to Use
- When conducting security assessments that involve performing ssrf vulnerability exploitation
- When following incident response procedures for related security events
- When performing scheduled security testing or auditing activities
- When validating security controls through hands-on testing
## Prerequisites
- Familiarity with security operations concepts and tools
- Access to a test or lab environment for safe execution
- Python 3.8+ with required dependencies installed
- Appropriate authorization for any testing activities
## Instructions
1. Install dependencies: `pip install requests`