mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* moving http templates * updated cves.json * moved network CVEs * updated scripts * updated workflows * updated requests to http * replaced network to tcp --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
21 lines
1011 B
YAML
21 lines
1011 B
YAML
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/exposures/files/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.yaml |