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

30 lines
563 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
tags: axis2,middleware
requests:
- method: GET
path:
- "{{BaseURL}}/axis2/"
- "{{BaseURL}}/axis/"
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
words:
- "Validate"
- "Welcome"
- "Axis"
- "deployed"
- "installation"
- "Admin"
condition: and
- type: status
status:
- 200