Probe

Perform dynamic security testing with OWASP ZAP and Burp Suite.

68|14|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/simota/agent-skills --skill probe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Probe
Source: https://github.com/simota/agent-skills/tree/main/probe
Command: npx skills add https://github.com/simota/agent-skills --skill probe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for dynamic security testing and penetration testing to identify and validate vulnerabilities in running applications, complementing static analysis.

Core Features & Use Cases

  • Penetration Testing Planning: Design and guide penetration tests using tools like OWASP ZAP and Burp Suite.
  • DAST Execution: Configure and execute Dynamic Application Security Testing to scan for vulnerabilities.
  • Use Case: After static analysis flags a potential SQL injection, use Probe to confirm if it's exploitable in the live application and report the findings with remediation steps.

Quick Start

Use the probe skill to perform a dynamic security scan against the provided application URL.

Frequently Asked Questions about Probe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run dynamic application security testing to scan running applications for vulnerabilities?

Dynamic application security testing scans running applications for vulnerabilities by integrating with tools like OWASP ZAP and Burp Suite to configure and execute tests against a provided application URL.

What's the best way to validate static analysis findings like potential SQL injection in a live application?

To validate static analysis findings like potential SQL injection in a live application, use dynamic security testing to confirm if the vulnerability is actually exploitable in the running application.

Does penetration testing integration work with OWASP ZAP and Burp Suite for API security testing?

Penetration testing integration works with OWASP ZAP and Burp Suite to design, guide, and execute tests, specifically supporting API security testing and authentication/authorization flaw detection.

Can dynamic security testing detect and validate SSRF vulnerabilities?

Dynamic security testing can detect and validate SSRF vulnerabilities by actively scanning the running application and confirming the exploitability of server-side request forgery flaws.

How do I generate detailed security reports with remediation guidance after a penetration test?

Generating detailed security reports with remediation guidance is a core output of dynamic security testing, automatically compiling validated vulnerabilities and actionable remediation steps after scanning completes.

When do I need dynamic application security testing instead of static analysis?

You need dynamic application security testing when static analysis is insufficient, specifically to identify and validate vulnerabilities in running applications and confirm exploitable flaws in real-time.