Default Web Application Detection
ID: default-application-workflow
Severity: “
Author: andydoering
Tags:
Description
Section titled “Description”Detects default installations of web applications
YAML Source
Section titled “YAML Source”id: default-application-workflow
info: name: Default Web Application Detection author: andydoering description: Detects default installations of web applications
workflows: - template: http/technologies/apache/default-apache-test-all.yaml - template: http/technologies/apache/xampp-default-page.yaml - template: http/technologies/microsoft/default-iis7-page.yaml - template: http/technologies/microsoft/default-windows-server-page.yaml - template: http/technologies/microsoft/default-microsoft-azure-page.yaml - template: http/technologies/default-asp-net-page.yaml - template: http/technologies/nginx/default-nginx-page.yaml - template: http/technologies/default-lighttpd-page.yaml - template: http/technologies/default-django-page.yaml - template: http/misconfiguration/installer/drupal-install.yaml - template: http/technologies/oracle/default-oracle-application-page.yaml - template: http/technologies/ibm/ibm-http-server.yaml - template: http/technologies/default-detect-generic.yamlGuide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "workflows/default-application-workflow.yaml"