Modern Web Application

ID

modern_web_application

Severity

info

Kind

Fingerprinting

CWE

N/A

Description

The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.

Rationale

This is an informational finding indicating that the application uses client-side JavaScript frameworks for dynamic content rendering. Modern web applications that rely heavily on AJAX and JavaScript may not be fully discovered by traditional crawlers that only parse static HTML links. Using the AJAX Spider ensures more complete coverage of the application’s attack surface by executing JavaScript and discovering dynamically loaded content, routes, and API endpoints that would otherwise remain undetected during security testing.

Remediation

This is an informational alert and so no changes are required.

References

  • No references available.