Create axigen-webadmin.yaml
parent
23c4a52aff
commit
1d8f4a1b01
|
@ -0,0 +1,24 @@
|
||||||
|
id: axigen-webadmin
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Axigen Web Admin
|
||||||
|
author: dhiyaneshDk
|
||||||
|
severity: info
|
||||||
|
tags: axigen,panel
|
||||||
|
metadata:
|
||||||
|
shodan-query: 'http.title:"Axigen WebAdmin"'
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- '<title>Axigen WebAdmin</title>'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue