commit
264334340a
|
@ -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
|
Loading…
Reference in New Issue