Skip to content

AceNet AceReporter Report Panel - Detect

ID: acenet-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,login,acenet,acereporter

id: acenet-panel
info:
name: AceNet AceReporter Report Panel - Detect
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.favicon.hash:-1595726841
fofa-query: body="Login @ Reporter"
tags: panel,login,acenet,acereporter
http:
- method: GET
path:
- "{{BaseURL}}/index.php"
matchers-condition: and
matchers:
- type: word
words:
- 'Welcome to Reporter'
- 'Login @ Reporter'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100bd6d3810a7304edb68086ce90cdbf491a0836601e5823223aade88d02f01ae89022040c8c41486d470fa200a7815a52b20f7cdbeffdc72aa0cd10a64de3d14ed77ad: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/acenet-panel.yaml"

View on Github