nuclei-templates/technologies/apache/apache-axis-detect.yaml

33 lines
606 B
YAML

id: apache-axis-detect
info:
name: apache-axis-detect
author: dogasantos
severity: info
description: Axis and Axis2 detection
tags: tech,axis2,middleware,apache
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/axis2/"
- "{{BaseURL}}/axis/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "Validate"
- "Welcome"
- "Axis"
- "deployed"
- "installation"
- "Admin"
condition: and
- type: status
status:
- 200