Skip to content

Huginn Login Panel - Detect

ID: huginn-panel

Severity: info

Author: righettod

Tags: panel,huginn,login

Huginn products was detected.

id: huginn-panel
info:
name: Huginn Login Panel - Detect
author: righettod
severity: info
description: |
Huginn products was detected.
reference:
- https://github.com/huginn/huginn
metadata:
max-request: 1
verified: true
shodan-query: http.favicon.hash:-1951475503
tags: panel,huginn,login
http:
- method: GET
path:
- "{{BaseURL}}/users/sign_in"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "huginn</title>", "huginn</a>", "Huginn monitors")'
condition: and
# digest: 490a00463044022008d74354d17fdaadf8ab59c8210774037443f307c8ddb39c83634fb59908fa0e02200162da16fbd02edf8f6ea085bfa707a76b975ef817f35144e2e675182b99d9ba: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/huginn-panel.yaml"

View on Github