28 lines
503 B
YAML
28 lines
503 B
YAML
|
id: neobox-panel
|
||
|
|
||
|
info:
|
||
|
name: Neobox WebServer - Panel
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.html:"NeoboxUI"
|
||
|
fofa-query: app="neobox-Web-Server"
|
||
|
tags: panel,neobox,webserver
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'ng-app="NeoboxUI" ng-controller="GlobalCtrl">'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|