nuclei-templates/exposed-panels/neobox-panel.yaml

28 lines
503 B
YAML
Raw Normal View History

id: neobox-panel
2022-10-07 11:44:24 +00:00
info:
name: Neobox WebServer - Panel
2022-10-07 11:44:24 +00:00
author: pikpikcu
severity: info
metadata:
2022-10-07 11:55:33 +00:00
verified: true
2022-10-07 11:55:18 +00:00
shodan-query: http.html:"NeoboxUI"
2022-10-07 11:44:24 +00:00
fofa-query: app="neobox-Web-Server"
tags: panel,neobox,webserver
2022-10-07 11:44:24 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-10-07 11:55:18 +00:00
- 'ng-app="NeoboxUI" ng-controller="GlobalCtrl">'
2022-10-07 11:44:24 +00:00
- type: status
status:
- 200