Skip to content

EOS HTTP Browser

ID: eos-http-browser

Severity: medium

Author: DhiyaneshDk

Tags: exposure,eos,httpbrowser,panel

id: eos-http-browser
info:
name: EOS HTTP Browser
author: DhiyaneshDk
severity: medium
reference:
- https://www.facebook.com/photo/?fbid=634930085344181&set=pcb.634929508677572
metadata:
verified: true
max-request: 2
shodan-query: title:"EOS HTTP Browser"
tags: exposure,eos,httpbrowser,panel
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/eos/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'STAT TEST'
- type: status
status:
- 200
# digest: 4b0a00483046022100f47a7dcfdab10bedda1a2eeecc178ccf95460c5db2115e4dace630cabb32a2b9022100d9a1d6de1b37cf4c38c36891e1d3f3e5b904683bdcd921a8a7fd2a7c0a299209:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/eos-http-browser.yaml"

View on Github