workflow syntax fix
parent
4266c264f6
commit
a0478b2bb3
|
@ -1,29 +1,22 @@
|
||||||
id: detect-default-web-application-installation-workflow
|
id: default-application-workflow
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Default Web Application Detection
|
name: Default Web Application Detection
|
||||||
author: andydoering
|
author: andydoering
|
||||||
description: Detects default installations of web applications
|
description: Detects default installations of web applications
|
||||||
severity: info
|
|
||||||
tags: tech,default,apache,xampp,iis,azure,asp,nginx,lighttpd,django,oracle,ibm
|
|
||||||
|
|
||||||
requests:
|
|
||||||
- method: GET
|
|
||||||
path:
|
|
||||||
- "{{BaseURL}}"
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
- template: technologies/apache/default-apache-install-all-versions.yaml
|
- template: technologies/apache/default-apache-test-all.yaml
|
||||||
- template: technologies/apache/xampp-default-page.yaml
|
- template: technologies/apache/xampp-default-page.yaml
|
||||||
- template: technologies/microsoft/default-iis7-page.yaml
|
- template: technologies/microsoft/default-iis7-page.yaml
|
||||||
- template: technologies/microsoft/default-windows-server-page.yaml
|
- template: technologies/microsoft/default-windows-server-page.yaml
|
||||||
- template: technologies/microsoft/default-microsoft-azure-page.yaml
|
- template: technologies/microsoft/default-microsoft-azure-page.yaml
|
||||||
- template: technologies/default-asp.net-page.yaml
|
- template: technologies/default-asp-net-page.yaml
|
||||||
- template: technologies/nginx/default-nginx-page.yaml
|
- template: technologies/nginx/default-nginx-page.yaml
|
||||||
- template: technologies/lighttpd-default.yaml
|
- template: technologies/lighttpd-default.yaml
|
||||||
- template: technologies/default-django-page.yaml
|
- template: technologies/default-django-page.yaml
|
||||||
- template: exposures/files/drupal-install.yaml
|
- template: exposures/files/drupal-install.yaml
|
||||||
- template: technologies/oracle/default-oracle-application-page.yaml
|
- template: technologies/oracle/default-oracle-application-page.yaml
|
||||||
- template: technologies/ibm-http-server.yaml
|
- template: technologies/ibm/ibm-http-server.yaml
|
||||||
- template: technologies/lighttpd-default.yaml
|
- template: technologies/lighttpd-default.yaml
|
||||||
- template: technologies/default-detect-generic.yaml
|
- template: technologies/default-detect-generic.yaml
|
Loading…
Reference in New Issue