automated-pentesting
Installation
SKILL.md
Automated Penetration Testing
This skill proactively finds 'Holes' in your security before a real hacker does.
Instructions
- Run automated DAST tools (OWASP ZAP, Burp Suite scripts).
- Test for common injection flaws (SQL, NoSQL, Command).
- Verify 'Broken Access Control' (Ex. Can User A see User B's data?).
- Scan for 'Insecure Deserialization' and 'External Entities' (XXE).
- Document findings with 'Proof of Concept' (PoC) and fix priority.
Examples
- "Run an automated SQL injection scan on my new API endpoints."
- "Audit my app for 'Insecure Direct Object Reference' (IDOR) vulnerabilities."