Apache Axis 1 and 2 templates

patch-1
Douglas Santos 2021-08-26 02:11:02 +00:00
parent ee49f89109
commit 1685ce08b0
2 changed files with 56 additions and 0 deletions

View File

@ -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

View File

@ -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