nuclei-templates/misconfiguration/unauth-axyom-network-manage...

27 lines
498 B
YAML

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