Skip to main content
Panguard Scan includes 10 specialized scanners, each targeting a different attack surface. All scanners run concurrently for maximum speed. Quick mode runs the first 7; full mode adds SSL, Scheduled Tasks, and Shared Folders.

Scanner Reference

1. Discovery Scanner

Collects foundational system information used by all other scanners.

2. CVE Checker

Checks the system’s operating system and installed packages against known CVE databases.

3. SAST (Static Application Security Testing)

Scans source code directories for security vulnerabilities.

4. Secrets Checker

Scans files for hardcoded secrets, API keys, tokens, and credentials.

5. Password Policy Auditor

Evaluates the system’s password policy configuration.

6. Scheduled Tasks Scanner

Audits cron jobs and scheduled tasks for suspicious entries.

7. Open Ports Scanner

Identifies all listening network ports and flags high-risk services.

8. Shared Folders Scanner

Checks file-sharing configurations for overly permissive access.

9. SSL/TLS Certificate Checker

Validates SSL/TLS certificates found on the system.

10. Compliance Mapping

Maps all findings from other scanners to compliance framework controls.

Scanner Execution Order

All scanners run concurrently using Promise.all for maximum speed. The Discovery scanner’s output is available to all other scanners as shared context.