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

33 lines
606 B
YAML
Raw Normal View History

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