Merge pull request #10580 from Kazgangap/elgg-install

elgg install misconfig
patch-10
Dhiyaneshwaran 2024-08-24 21:11:54 -07:00 committed by GitHub
commit 264334340a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: elgg-installer
info:
name: Elgg - Installation
author: s4e-io
severity: high
description: Elgg Installation was discovered.
reference:
- https://github.com/elgg/elgg
metadata:
max-request: 1
verified: true
fofa-query: title="Welcome to Elgg"
tags: install,elgg,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/install.php"
matchers:
- type: dsl
dsl:
- 'contains_any(body,"Elgg Install : Welcome", "Installing Elgg", "Welcome to Elgg")'
- 'status_code == 200'
condition: and