30 lines
563 B
YAML
30 lines
563 B
YAML
|
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
|