Skip to content

Axis Happyaxis Exposure

ID: axis-happyaxis

Severity: info

Author: dogasantos

Tags: axis,axis2,middleware,exposure,apache,files

id: axis-happyaxis
info:
name: Axis Happyaxis Exposure
author: dogasantos
severity: info
metadata:
max-request: 4
tags: axis,axis2,middleware,exposure,apache,files
http:
- method: GET
path:
- "{{BaseURL}}/axis2/axis2-web/HappyAxis.jsp"
- "{{BaseURL}}/axis/happyaxis.jsp"
- "{{BaseURL}}/axis2-web/HappyAxis.jsp"
- "{{BaseURL}}/happyaxis.jsp"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "Axis Happiness Page"
- "Axis2 Happiness Page"
- "Examining Application Server"
- "Examining Version Service"
- "Examining System Properties"
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100df3c26b77dd8b897eaab8370e107b3781950bd2752a2e06277f1530815ae1013022100bd76bcc84d7da56a63c3ff1440d8dc672ecf78a8e12de4999f8ae132b4a8cd9d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/files/axis-happyaxis.yaml"

View on Github