apache-axis-detect
ID: apache-axis-detect
Severity: info
Author: dogasantos
Tags: tech,axis2,middleware,apache
Description
Section titled “Description”Axis and Axis2 detection
YAML Source
Section titled “YAML Source”id: apache-axis-detect
info: name: apache-axis-detect author: dogasantos severity: info description: Axis and Axis2 detection classification: cpe: cpe:2.3:a:apache:axis:*:*:*:*:*:*:*:* metadata: verified: true max-request: 3 vendor: apache product: axis shodan-query: http.html:"Apache Axis" tags: tech,axis2,middleware,apache
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/axis2/" - "{{BaseURL}}/axis/"
stop-at-first-match: true
matchers-condition: and matchers: - type: word words: - "Validate" - "Welcome" - "Axis" - "deployed" - "installation" - "Admin" condition: and
- type: status status: - 200# digest: 490a004630440220471614fc2ace271931c89d77387ced25b9ac7d85d4d99d87017b1840f160a372022021af8ae1ea6de8c241bbcb111e62e2bdc23b910585e25386ba20a706bb2d5091:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/apache/apache-axis-detect.yaml"