mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-02 00:33:27 +08:00
42 lines
988 B
YAML
42 lines
988 B
YAML
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:922c64590222798bb761d5b6d8e72950 |