Apache Axis 1 and 2 templates
parent
ee49f89109
commit
1685ce08b0
|
@ -0,0 +1,27 @@
|
|||
id: axis-happyaxis-disclosure
|
||||
|
||||
info:
|
||||
name: axis-happyaxis-disclosure
|
||||
author: dogasantos
|
||||
severity: info
|
||||
tags: axis,axis2,middleware
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/axis2/axis2-web/HappyAxis.jsp"
|
||||
- "{{BaseURL}}/axis/happyaxis.jsp"
|
||||
- "{{BaseURL}}/axis2-web/HappyAxis.jsp"
|
||||
- "{{BaseURL}}/happyaxis.jsp"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Axis Happiness Page"
|
||||
- "Axis2 Happiness Page"
|
||||
- "java.vendor"
|
||||
- "Examining Application Server"
|
||||
condition: or
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,29 @@
|
|||
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
|
Loading…
Reference in New Issue