Skip to content

I-Librarian Panel - Detect

ID: i-librarian-panel

Severity: info

Author: s4e-io

Tags: panel,login,i-librarian,detect

I Librarian panel was discovered.

id: i-librarian-panel
info:
name: I-Librarian Panel - Detect
author: s4e-io
severity: info
description: |
I Librarian panel was discovered.
reference:
- https://github.com/mkucej/i-librarian-free
- https://github.com/mkucej/i-librarian
metadata:
verified: true
max-request: 1
fofa-query: "I, Librarian"
tags: panel,login,i-librarian,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'contains_any(body, "<title>I, Librarian", "I, Librarian Free")'
- 'status_code == 200'
condition: and
# digest: 4a0a00473045022007c339216759b0fc0b6fa56d8ae7cb8e4dc0a7f97408fee54728fb18d121d987022100e9a327b7fc8ce847a73a627e248f7f7a15916d0e0e651c2eed9a82a33c0d3401: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/i-librarian-panel.yaml"

View on Github