28 lines
513 B
YAML
28 lines
513 B
YAML
id: unauth-axyom-network-manager
|
|
|
|
info:
|
|
name: Unauthenticated Axyom Network Manager
|
|
author: pussycat0x
|
|
severity: high
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: http.title:"Axyom Network Manager"
|
|
tags: misconfig,axyom,exposure,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/home"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Axyom Network Manager'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|