Skip to main content

Scan Modes

AIPTx offers different scan modes optimized for various use cases. Choose the right mode based on your time constraints and depth requirements.

Available Modes

Quick Mode

Quick mode performs a rapid assessment focusing on critical vulnerabilities.

What’s Tested

  • OWASP Top 10 vulnerabilities
  • Known CVEs in detected technologies
  • Basic authentication flaws
  • Common misconfigurations
  • SSL/TLS issues

When to Use

CI/CD Pipeline

Run on every pull request to catch obvious issues before merge

Pre-Deployment

Quick sanity check before pushing to production

Limitations

  • Does not test complex business logic
  • Limited fuzzing iterations
  • May miss deeply nested vulnerabilities

Standard Mode

Standard mode provides comprehensive coverage suitable for most use cases.

What’s Tested

Everything in Quick mode, plus:
  • Full OWASP testing methodology
  • Business logic vulnerabilities
  • Authentication and session management
  • Access control testing (IDOR, privilege escalation)
  • API security testing
  • File upload vulnerabilities
  • Server-side request forgery (SSRF)

When to Use

Regular Assessments

Monthly or quarterly security testing

New Feature Releases

Before launching significant new functionality

Configuration

Deep Mode

Deep mode performs exhaustive testing suitable for compliance requirements.

What’s Tested

Everything in Standard mode, plus:
  • Extended fuzzing with thousands of payloads
  • Race condition testing
  • Complex multi-step attack chains
  • Advanced injection techniques
  • Cryptographic weakness analysis
  • Source code pattern matching (if available)
  • Full API endpoint enumeration

When to Use

Compliance Audits

SOC 2, ISO 27001, PCI-DSS assessments

Annual Pentests

Comprehensive yearly security review

Resource Considerations

Deep mode generates significantly more traffic to your target application. Ensure your infrastructure can handle the load, or consider running during off-peak hours.

Scan Types

In addition to modes, you can specify the type of scan:

Web Application Scan

Tests browser-based applications including:
  • Frontend vulnerabilities (XSS, DOM manipulation)
  • Form submissions
  • Client-side validation bypass
  • Cookie security

API Scan

Tests API endpoints including:
  • REST, GraphQL, gRPC protocols
  • Input validation
  • Authentication/Authorization
  • Rate limiting
  • Data exposure

Network Scan

Tests network infrastructure including:
  • Open ports and services
  • Service version vulnerabilities
  • Network misconfigurations
  • Internal service exposure

Full Scan

Combines web, API, and network scanning for complete coverage.

Comparison Matrix

Choosing the Right Mode

Start with Standard mode for your first scan to establish a baseline, then use Quick mode for ongoing CI/CD integration and Deep mode for periodic comprehensive assessments.