Skip to content

Femtocell Access Point Panel - Detect

ID: femtocell-panel

Severity: info

Author: DhiyaneshDk

Tags: femtocell,network,panel,login

Femtocell Access Point panel was discovered.

id: femtocell-panel
info:
name: Femtocell Access Point Panel - Detect
author: DhiyaneshDk
severity: info
description: |
Femtocell Access Point panel was discovered.
reference:
- https://en.wikipedia.org/wiki/Femtocell
- https://www.facebook.com/photo/?fbid=844447314392456&set=a.467014098802448
metadata:
verified: true
max-request: 1
shodan-query: html:"Femtocell Access Point"
tags: femtocell,network,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/index.html"
matchers-condition: and
matchers:
- type: word
words:
- "Femtocell Access Point"
- type: status
status:
- 200
# digest: 4a0a004730450220756114e09daf89cc13a542d294d6d7b6522753877e2d88f0823b48ff6189459c022100809aa7fd89e698651b159a0e401cccc31563169f68bc6ff0fd8703065e8e4e3e: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/femtocell-panel.yaml"

View on Github