Create femtocell-panel.yaml
parent
02f7ca3d98
commit
86e8d61dd5
|
@ -0,0 +1,31 @@
|
|||
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
|
Loading…
Reference in New Issue