mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
42 lines
1000 B
YAML
42 lines
1000 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,discovery
|
|
|
|
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: 4a0a00473045022100b8aa2b5171a66525beaee53f3807c2b70892b8cd07145dd73dcbcdd6a94b50aa022041dc71f58a069f4098ebd66dc60d1bf3885598245c97bf84317e1c3f53bec438:922c64590222798bb761d5b6d8e72950 |