32 lines
681 B
YAML
32 lines
681 B
YAML
|
id: femtocell-panel
|
||
|
|
||
|
info:
|
||
|
name: Femtocell Access Point - Panel
|
||
|
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
|