Merge pull request #9035 from righettod/friendica_tpl

Add detection of Friendica instances
patch-1
Ritik Chaddha 2024-01-30 15:19:41 +05:30 committed by GitHub
commit 774af06560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
id: friendica-panel
info:
name: Friendica Panel - Detect
author: righettod
severity: info
description: |
Friendica Login Panel was detected.
reference:
- https://friendi.ca
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Friendica"
tags: friendica,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'title="Search in Friendica'
- 'Welcome to Friendica Social Network'
- 'content="Friendica'
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)v=([a-z0-9.-]+)'